Mission Configurations
General form of config.json
{
"session_plans": [
{
"name": "Session Name 1",
"platform": "User Defined Platform 1",
"devices": [
{
"product_id": "prod_id1",
"url": "serial:COMXX?baud=XXXX"
},
{
"product_id": "prod_id2",
"url": "tcp://XXX.XXX.X.XX:XXXX"
},
{
"product_id": "prod_id3",
"url": "udp://XXX.XXX.X.XX:XXXX"
}
]
},
{
"name": "Session Name 2",
"devices": [
{
"product_id": "prod_id1",
"url": "serial:COMXX?baud=XXXX"
}
]
}
],
"platforms": [
{
"name": "User Defined Platform 1",
"model": "ROV model",
"protocol": "ROV Communication Protocol",
"url": "ROV url"
}
]
}Session Plans
Devices
Device Fields
Key
Value
Required
Valid Product IDs
Product
Product ID
Url Format
Protocol
Format
Platforms
Key
Value
Required
Vehicle
3D Model Name (value for "model")
Last updated