You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msg/ReferenceTarget.msg
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
# PoseStamped data for reference target pose
2
-
float32NO_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
0 commit comments