Skip to content

Commit e7c5ea8

Browse files
committed
Update to NO_MEASUREMENT and add usage instructions
1 parent 83e4f8b commit e7c5ea8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

msg/ReferenceTarget.msg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# PoseStamped data for reference target pose
2-
float32 NO_SPEED_MEASUREMENT = -999.0
1+
# Constant representing that the value in question couldn't be measured
2+
# This often applied speed or heading/yaw for example in single-antenna GPS
3+
# For orientation, use NO_MEASUREMENT as the `w` value of the quaternion
4+
# This value is arbitrary and should be used by name rather than by value, but it's chosen to be exactly-representable in a float32 so there aren't floating point comparison issues
5+
float32 NO_MEASUREMENT = -9999.5
36

7+
# PoseStamped data for reference target pose
48
geographic_msgs/GeoPoseStamped pose
59

610
# Linear speed in m/s

0 commit comments

Comments
 (0)