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 46c3693 commit 0a3a88aCopy full SHA for 0a3a88a
protobuf_definitions/message_formats.proto
@@ -398,7 +398,7 @@ message PositionEstimate {
398
repeated NavigationSensorStatus navigation_sensors = 11; // List of available sensors with status
399
float speed_over_ground = 12; // Speed over ground (m/s)
400
float course_over_ground = 13; // Course over ground (°)
401
- int32 time_since_reset_sec = 14; // Time since reset in seconds
+ int32 time_since_reset_sec = 14; // Time since reset (s)
402
}
403
404
// Heading source used during reset of the position estimate.
0 commit comments