Interbotix / interbotix_ros_rovers

ROS Packages for Interbotix Rovers
BSD 3-Clause "New" or "Revised" License
33 stars 31 forks source link

[xslocobot_sim] fix double namespace issue #32

Closed stephenadhi closed 1 year ago

stephenadhi commented 1 year ago

Double namespace issue when launching the simulator:

image

A quick fix: removing the robot namespace 'locobot/' from the _frameids of the config file, because _gazebo_ros2control already appends the namespace to the frames automatically.

Applied to both create3 and kobuki versions.

lukeschmitt-tr commented 1 year ago

Thanks for the contribution!