Add new Autonomy message type
1 unresolved thread
formats
autonomy.py +2 -5
waypoints.py +5 -5
Closes #95 (closed)
added Status::In Progress Weight::1 labels
1 | """ | |
2 | schemas: Autonomy related data with Autonomy Engine metadata, | |
3 | configurations and default instructions | |
4 | """ | |
5 | ||
6 | autonomy_schema = { | |
7 | "type": "object", | |
8 | "properties": { | |
9 | "message_type": { | |
10 | "type": "string", | |
11 | "description": "Type of message", | |
12 | "example": "autonomy", | |
13 | "enum": ["autonomy"], | |
14 | }, | |
15 | "planning_config_ID": { | |
16 | "type": "integer", | |
Please register or sign in to reply |
added 1 commit
added 1 commit
added 1 commit
@victord to review this MR as well
added 1 commit
LGTM, thanks.
mentioned in commit 75a433b1
merged
Files with large changes are collapsed by default.
Files with large changes are collapsed by default.