ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
https://navigation.ros.org/configuration/packages/configuring-behavior-server.html#spin-behavior-parameters
The min / max rotational velocities are the profile min/max for the spin behavior. It has acceleration characteristics by the rotational_acc_lim
parameter, as it tries to accelerate to the max speed and then decelerate to stop. Think of the min speed as the minimum rotational speed required to overcome stall torque of the platform (or how slow you might want the robot to rotate as a behavioral element, higher than the stall speed).
The max speed is the one that defines how fast you can go, according to the acceleration profile.