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

When you set angular velocity it is only instantaneous. The units follow REP 103

If you want the TurtleBot to turn to a specific angle you need to use some form of controller to watch the position and send commands to the base to adjust the angular velocity over time to achieve the desired position. If you parameterize this controller you can set the desired turn rate. However you will still be subject to dynamic constraints on acceleration etc.