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

Revision history [back]

I am not familiar with the turtlebot simulator, but what matters is the type of your topic. Velocity messages, as the /cmd_vel produced by move_base have the type Twist .

So, as long as you have the same topic type, you can always rename the topic to match the one expected by your subscriber, using the remap command.