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

One option is to create a new node that subscribes to the /cmd_vel topic and does the transformation that you're looking for and then have the robot subscribe to that topic instead of the /cmd_vel.

One option is to create a new node that subscribes to the /cmd_vel topic and does the transformation that you're looking for and publishes the transformed data and then have the robot subscribe to that topic instead of the /cmd_vel.