Skip to content

Commit 01ef558

Browse files
committed
Use bool for beam_valid
1 parent 3b87550 commit 01ef558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ message DvlTransducer {
427427
int32 id = 1; // Transducer ID, 3 beams for Nucleus DVL, 4 beams for DVL A50
428428
float velocity = 2; // Velocity (m/s)
429429
float distance = 3; // Distance (m)
430-
float beam_valid = 4; // Beam validity
430+
bool beam_valid = 4; // Beam validity
431431
float rssi = 5; // Received signal strength indicator: strength of the signal received by this transducer (dBm)
432432
float nsd = 6; // Noise spectral density: strength of the background noise received by this transducer (dBm)
433433
}

0 commit comments

Comments
 (0)