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 c5a12c4 commit 73560b6Copy full SHA for 73560b6
protobuf_definitions/message_formats.proto
@@ -406,6 +406,7 @@ message PositionEstimate {
406
float speed_over_ground = 12; // Speed over ground (m/s).
407
float course_over_ground = 13; // Course over ground (°).
408
int32 time_since_reset_sec = 14; // Time since reset (s).
409
+ float accuracy = 15; // Accuracy of the position estimate (m).
410
}
411
412
// Heading source used during reset of the position estimate.
0 commit comments