iRobotEducation / create3_sim

ROS 2 Simulation for the iRobot® Create® 3 Educational Robot
BSD 3-Clause "New" or "Revised" License
110 stars 56 forks source link

Remap odom topic #206

Closed roni-kreinin closed 1 year ago

roni-kreinin commented 1 year ago

Description

Default odom topic in diffdrive_controller was changed in humble from /odom to ~/odom. Added a remap to revert back to using /odom for compatibility with motion_control_node and robot_state.

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Also list any relevant details for your test configuration.

# Run this command
ros2 launch irobot_create_ignition_bringup create3_ignition.launch.py

Checklist