ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks like the Jackal uses diff_drive_controller
as the jackal_velocity_controller
(see jackal_control/config/control.yaml). Your name looks slightly different, so please confirm this is correct for your setup. If it is, you can set the base_frame_id
property in the controller configuration as mentioned in the diff_drive_controller
documentation:
base_frame_id
(string, default: base_link)
Base frame_id, which is used to fill in the child_frame_id of the Odometry messages and TF.
2 | No.2 Revision |
It looks like the Jackal uses diff_drive_controller
as the jackal_velocity_controller
(see jackal_control/config/control.yaml). Your name looks slightly different, so please confirm this is correct for your setup. If it is, you can set the base_frame_id
property parameter in the controller configuration as mentioned in the diff_drive_controller
documentation:
base_frame_id
(string, default: base_link)
Base frame_id, which is used to fill in the child_frame_id of the Odometry messages and TF.