Skip to content

Commit efc9f61

Browse files
committed
Update comment for HEADING_SOURCE_DRONE_COMPASS
1 parent 2546aed commit efc9f61

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
@@ -411,7 +411,7 @@ message PositionEstimate {
411411
// Heading source used during reset of the position estimate.
412412
enum HeadingSource {
413413
HEADING_SOURCE_UNSPECIFIED = 0; // Unspecified.
414-
HEADING_SOURCE_DRONE_COMPASS = 1; // Uses the drone compass to set the heading.
414+
HEADING_SOURCE_DRONE_COMPASS = 1; // Uses the drone magnetic compass to set the heading.
415415
HEADING_SOURCE_MANUAL_INPUT = 2; // Used when the user sets the heading manually.
416416
}
417417

0 commit comments

Comments
 (0)