How to set the source of odom published by turtlebot2 or kobuki?

asked 2020-05-02 08:31:46 -0500

willzoe gravatar image

When using command roslaunch turtlebot_bringup minimal.launch to start turtlebot2, check the published topic through the command rostopic list, I found that there are the following three topics:

/mobile_base/odom
/mobile_base/sensors/imu_data
/mobile_base/sensors/imu_data_raw

I know that turtlebot2 (kobuki base) publishes odom through imu and wheel encoders separately or together, but I did not find the topic about wheel encoders to be published.

I want to know how to configure turtlebot to publish odom using imu and wheel encoders respectively?

edit retag flag offensive close merge delete