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
But as in ROS Docs nav_msgs/Odometry Message specified, the twist should be specified in the coordinate frame given by the child_frame_id, which is car_1_base_link.
The text was updated successfully, but these errors were encountered:
I've notices the linear twist values I get from
/car_1/base/odom
are relative to the coordinate system of the world.Output from
rostopic echo /car_1/base/odom
:That part is the important one:
But as in ROS Docs nav_msgs/Odometry Message specified, the twist should be specified in the coordinate frame given by the child_frame_id, which is
car_1_base_link
.The text was updated successfully, but these errors were encountered: