Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschrimpf authored Nov 19, 2024
1 parent 46c3693 commit 0a3a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ message PositionEstimate {
repeated NavigationSensorStatus navigation_sensors = 11; // List of available sensors with status
float speed_over_ground = 12; // Speed over ground (m/s)
float course_over_ground = 13; // Course over ground (°)
int32 time_since_reset_sec = 14; // Time since reset in seconds
int32 time_since_reset_sec = 14; // Time since reset (s)
}

// Heading source used during reset of the position estimate.
Expand Down

0 comments on commit 0a3a88a

Please sign in to comment.