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

You can specify the velocity input via the command below:

rostopic pub -r 10 /cmd_vel geometry_msgs/Twist '{linear: {x: 0.01, y: 0, z: 0}, angular: {x: 0, y: 0, z: 0.05}}'

click to hide/show revision 2
No.2 Revision

You can specify the velocity input via the command below:

rostopic pub -r 10 /cmd_vel geometry_msgs/Twist '{linear: {x: 0.01, y: 0, z: 0}, angular: {x: 0, y: 0, z: 0.05}}'

0.05}}'