Commit d7535b2d authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix: lint

parent d367883d
Pipeline #261485 passed with stages
in 2 minutes and 5 seconds
""" """
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"
],
} }
""" """
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 = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment