Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change robot_base_frame in kobuki_gazebo.urdf.xacro file.
Before the fix, the tf tree should look like base_footprint -> base_link -> ... When simulating Kobuki using Gazebo, the plugin would publish: odom -> base_link This caused an error in the transform from base_footprint to base_link since one link could only have one parent. To prevent the Gazebo plugin (diff-drive) from publishing odom -> base_link, we should modify the configuration in the URDF. Reference: kobuki-base/kobuki_ros#49
- Loading branch information