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 2546aed commit efc9f61Copy full SHA for efc9f61
protobuf_definitions/message_formats.proto
@@ -411,7 +411,7 @@ message PositionEstimate {
411
// Heading source used during reset of the position estimate.
412
enum HeadingSource {
413
HEADING_SOURCE_UNSPECIFIED = 0; // Unspecified.
414
- HEADING_SOURCE_DRONE_COMPASS = 1; // Uses the drone compass to set the heading.
+ HEADING_SOURCE_DRONE_COMPASS = 1; // Uses the drone magnetic compass to set the heading.
415
HEADING_SOURCE_MANUAL_INPUT = 2; // Used when the user sets the heading manually.
416
}
417
0 commit comments