ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

One thing more is needed. In the same gazebo_ros_create.cpp starting from line 157 you have to change the fully-qualified topic names to relative one i.e.

/cmd_vel -> cmd_vel
/odom -> odom
/joint_states -> joint_states

Recompile and that's it.