Skip to content

Commit d316393

Browse files
committed
Update comment for accuracy
1 parent 3a3f6da commit d316393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +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).
409+
float accuracy = 15; // Accuracy radius of this position at the 95th percentile confidence level (m).
410410
}
411411

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

0 commit comments

Comments
 (0)