Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
d7535b2d
Commit
d7535b2d
authored
2 months ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
fix: lint
parent
d367883d
Pipeline
#261485
passed with stages
in 2 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
formats/autonomy.py
formats/autonomy.py
+2
-5
formats/waypoints.py
formats/waypoints.py
+5
-5
No files found.
formats/autonomy.py
View file @
d7535b2d
"""
"""
schemas: Autonomy related data with Autonomy Engine metadata,
schemas: Autonomy related data with Autonomy Engine metadata,
configurations and default instructions
configurations and default instructions
"""
"""
...
@@ -30,8 +30,5 @@ autonomy_schema = {
...
@@ -30,8 +30,5 @@ autonomy_schema = {
"example"
:
"stop"
,
"example"
:
"stop"
,
},
},
},
},
"required"
:
[
"required"
:
[
"message_type"
,
"planning_config_ID"
],
"message_type"
,
"planning_config_ID"
],
}
}
This diff is collapsed.
Click to expand it.
formats/waypoints.py
View file @
d7535b2d
"""
"""
Temporary message definition to handle the MAS-DT dry-run mode
Temporary message definition to handle the MAS-DT dry-run mode
In dry-run the SFMC adapter will receive misson_plan messages from ORI
In dry-run the SFMC adapter will receive misson_plan messages from ORI
These messages will be parsed and compiled into a goto file which will
These messages will be parsed and compiled into a goto file which will
not be sent on to the glider
not be sent on to the glider
To confirm the message flow is working the SFMC will instead publish
To confirm the message flow is working the SFMC will instead publish
a waypoints message back to the backbone which C2 can receive and
a waypoints message back to the backbone which C2 can receive and
process - adding simulated waypoints to C2 positions
process - adding simulated waypoints to C2 positions
"""
"""
waypoint_schema
=
{
waypoint_schema
=
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment