Skip to content

Commit 73560b6

Browse files
committed
Add accuracy for the position estimate
1 parent c5a12c4 commit 73560b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ message PositionEstimate {
406406
float speed_over_ground = 12; // Speed over ground (m/s).
407407
float course_over_ground = 13; // Course over ground (°).
408408
int32 time_since_reset_sec = 14; // Time since reset (s).
409+
float accuracy = 15; // Accuracy of the position estimate (m).
409410
}
410411

411412
// Heading source used during reset of the position estimate.

0 commit comments

Comments
 (0)