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

Revision history [back]

You may be able to move it by changing the value of cmd_vel in the following.

  1. Use remap and make cmd_vel of move_base a different name. ( For example, cmd_vel_origin )
  2. Create a node that subscribes to cmd_vel_origin, updates its value, and publishes it.
  3. Move the created node together with move_base