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 7e52ce5 commit 46c3693Copy full SHA for 46c3693
protobuf_definitions/message_formats.proto
@@ -844,7 +844,7 @@ message NavigationSensorStatus {
844
bool is_valid = 2; // Sensor validity
845
float northing = 3; // Position from reset point (m)
846
float easting = 4; // Position from reset point (m)
847
- float heading = 5; // Heading from sensor (continous radians)
+ float heading = 5; // Heading from sensor (-pi..pi)
848
float fom = 6; // Figure of merit
849
float std = 7; // Standard deviation
850
LatLongPosition global_position = 8; // Global position from sensor
0 commit comments