Skip to content

Commit 46c3693

Browse files
committed
Update range
1 parent 7e52ce5 commit 46c3693

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
@@ -844,7 +844,7 @@ message NavigationSensorStatus {
844844
bool is_valid = 2; // Sensor validity
845845
float northing = 3; // Position from reset point (m)
846846
float easting = 4; // Position from reset point (m)
847-
float heading = 5; // Heading from sensor (continous radians)
847+
float heading = 5; // Heading from sensor (-pi..pi)
848848
float fom = 6; // Figure of merit
849849
float std = 7; // Standard deviation
850850
LatLongPosition global_position = 8; // Global position from sensor

0 commit comments

Comments
 (0)