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

Revision history [back]

click to hide/show revision 1
initial version

That is specifying that the plugin controller is always on. That is not causing your robot to begin to navigate. It is just allowing it to react. Without the controller running the plugin would not respond to commands, or properly update state.

It's not parameterized because it's not designed to be able to be turned on or off. You need to find what is sending cmd_vel to your (virtual) robot and disable that.