Omniscan 450
Configuring Omniscan mounting setup with config.json file
{
"session_plans": [
{
"name": "Blueboat with Dual Side Scan",
"devices": [
{
"note": "port",
"product_id": "os450",
"url": "tcp://192.168.2.104:51200",
"transducer_deg": -90
},
{
"note": "starboard",
"product_id": "os450",
"url": "tcp://192.168.2.115:51200",
"transducer_deg": 90
}
]
},
{
"name": "ROV with FS + SS",
"devices": [
{
"note": "forward",
"product_id": "os450",
"url": "tcp://10.0.1.117:51200",
"transducer_deg": 0,
"imu_deg" : 90
},
{
"note": "starboard",
"product_id": "os450",
"url": "tcp://10.0.1.107:51200",
"transducer_deg": 90
}
]
},
{
"name": "Triple Omniscans",
"devices": [
{
"note": "starboard",
"product_id": "os450",
"url": "tcp://192.168.2.12:51200",
"transducer_deg": 90,
"doppler_enable": false
},
{
"note": "forward",
"product_id": "os450",
"url": "tcp://192.168.2.100:51200",
"transducer_deg": 0,
"doppler_enable": true
},
{
"note": "port",
"product_id": "os450",
"url": "tcp://192.168.2.104:51200",
"transducer_deg": -90,
"doppler_enable": false
}
]
}
]
}Last updated