Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggen committed Nov 25, 2024
1 parent 01ef558 commit 5d3b210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,10 @@ message DvlTransducer {
// DVL raw velocity data.
message DvlVelocity {
NavigationSensorID sensor_id = 1; // Sensor id
int32 status = 2; // Status of the DVL. See bit mask in maunal for Nucleus DVL
int32 status = 2; // Vendor-specific status of the DVL
float delta_time = 3; // Time since last velocity measurement (ms)
float fom = 4; // Figure of merit, a measure of the accuracy of the velocities (m/s)
Vector3 velocity = 5; // Velocity in m/s (x forward, y left, z down)
Vector3 velocity = 5; // Velocity, x forward, y left, z down (m/s)
bool is_water_tracking = 6; // Water tracking status
repeated DvlTransducer transducers = 7; // List of transducers
}
Expand Down

0 comments on commit 5d3b210

Please sign in to comment.