Create initial message schemas
examples
autonomy_engine_adapter
acknowledgement.json +16 -0
mission_plan_ECOSUB.json +1 -1
platform_status-from_usbl_example.json +21 -0
platform_status.json +44 -0
hydrosurv_adapter
platform_status.json +2 -2
formats
mission_plan.py +6 -1
platform_status.py +2 -2
tests
fixtures
schemas.py +7 -2
test.py +0 -168
test_schemas.py +242 -0
README.md +15 -11
generate_schema_config.py +10 -7
\ No newline at end of file
+ 6
- 1
+ 2
- 2
+ 7
- 2
+ 0
- 168
+ 242
- 0
+ 15
- 11
+ 10
- 7