We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b87550 commit 01ef558Copy full SHA for 01ef558
protobuf_definitions/message_formats.proto
@@ -427,7 +427,7 @@ message DvlTransducer {
427
int32 id = 1; // Transducer ID, 3 beams for Nucleus DVL, 4 beams for DVL A50
428
float velocity = 2; // Velocity (m/s)
429
float distance = 3; // Distance (m)
430
- float beam_valid = 4; // Beam validity
+ bool beam_valid = 4; // Beam validity
431
float rssi = 5; // Received signal strength indicator: strength of the signal received by this transducer (dBm)
432
float nsd = 6; // Noise spectral density: strength of the background noise received by this transducer (dBm)
433
}
0 commit comments