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
* Add a sentinel value for ReferenceTarget::measured_speed_m_s that indicates no measurement is available, so no value is provided
* Update to NO_MEASUREMENT and add usage instructions
Copy file name to clipboardExpand all lines: msg/ReferenceTarget.msg
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
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