Skip to content

Commit 5d3b210

Browse files
committed
Update comments
1 parent 01ef558 commit 5d3b210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ message DvlTransducer {
435435
// DVL raw velocity data.
436436
message DvlVelocity {
437437
NavigationSensorID sensor_id = 1; // Sensor id
438-
int32 status = 2; // Status of the DVL. See bit mask in maunal for Nucleus DVL
438+
int32 status = 2; // Vendor-specific status of the DVL
439439
float delta_time = 3; // Time since last velocity measurement (ms)
440440
float fom = 4; // Figure of merit, a measure of the accuracy of the velocities (m/s)
441-
Vector3 velocity = 5; // Velocity in m/s (x forward, y left, z down)
441+
Vector3 velocity = 5; // Velocity, x forward, y left, z down (m/s)
442442
bool is_water_tracking = 6; // Water tracking status
443443
repeated DvlTransducer transducers = 7; // List of transducers
444444
}

0 commit comments

Comments
 (0)