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
Describe the bug
On the odometry map message, the twist covariance is wrong. The NED velocity uncertainties are being put in the wrong elements (21, 28, and 35, when the should be 0, 7, and 14), and the angular rate uncertainties are not being populated at all.
Describe the bug
On the odometry map message, the twist covariance is wrong. The NED velocity uncertainties are being put in the wrong elements (21, 28, and 35, when the should be 0, 7, and 14), and the angular rate uncertainties are not being populated at all.
The proper form is documented here: https://github.com/ros2/common_interfaces/blob/rolling/geometry_msgs/msg/TwistWithCovariance.msg
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All diagonal entries should be populated on the odometry map twist covariance
Environment (please complete the following information):
Modifications
No
Launch Parameters
N/A
Additional context
The text was updated successfully, but these errors were encountered: