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

Revision history [back]

I'm working on something similar and I've been having good luck with the Planer Mover Plugin. I've copied the urdf given in the tutorial, spawned the model then sent it /cmd_vel messages and it works well. If you want to do a quick test, here's is the velocity command I've been sending from the terminal:

rostopic pub /cmd_vel geometry_msgs/Twist -r 10000 '[10, 0, 0]' '[0, 0, 5]'