Max_vel_theta limit not taken into account
Hello,
We are setting up the navigation stack in our robot. The maximum rotational speed of the robot is 0.628 rad/s (+/- 0.628 rad/s).
In order to take this limit, we have defined the max_rotational_vel parameter to 0.628 in the file base_local_planner_params.yaml.
TrajectoryPlannerROS: max_vel_x: 0.5 min_vel_x: 0.01 max_rotational_vel: 0.628 min_in_place_rotational_vel: 0.01
This parameter is not considered. Indeed, when we set a goal point in RVIZ, the speed sends on cmd_vel exceed 0.628 rad/s (more than 1 most of the time).
Could you help me? Best regards
I have the same problem. Google shows me that there are others too. Has any solution been found ? This could be quite unsafe. cmd_vel tries to make the robot turn far too fast.