Skip to content

Commit f826f16

Browse files
Update comment
1 parent 0a3a88a commit f826f16

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
@@ -387,7 +387,7 @@ message ForwardDistance {
387387
message PositionEstimate {
388388
float northing = 1; // Position from reset point (m)
389389
float easting = 2; // Position from reset point (m)
390-
float heading = 3; // Heading estimate (continous radians)
390+
float heading = 3; // Continuous heading estimate (rad)
391391
float surge_rate = 4; // Velocity in surge (m/s)
392392
float sway_rate = 5; // Velocity in sway (m/s)
393393
float yaw_rate = 6; // Rotaion rate in yaw (rad/s)

0 commit comments

Comments
 (0)