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 0a3a88a commit f826f16Copy full SHA for f826f16
protobuf_definitions/message_formats.proto
@@ -387,7 +387,7 @@ message ForwardDistance {
387
message PositionEstimate {
388
float northing = 1; // Position from reset point (m)
389
float easting = 2; // Position from reset point (m)
390
- float heading = 3; // Heading estimate (continous radians)
+ float heading = 3; // Continuous heading estimate (rad)
391
float surge_rate = 4; // Velocity in surge (m/s)
392
float sway_rate = 5; // Velocity in sway (m/s)
393
float yaw_rate = 6; // Rotaion rate in yaw (rad/s)
0 commit comments