How to set the deceleration parameters in move base parameters?

asked 2023-02-21 06:18:00 -0500

Hello all,

I am working on a differential drive robot. The Mobile robot is quite large and heavy because of which, whenever it reached the target, there is no deceleration in speed and it stops all of a sudden. I am obviously subscribing the values coming from /cmd_vel topic which I cannot manipulate. Can anybody suggest which parameter to change in order have a decelerated speed before the bot comes to halt.

edit retag flag offensive close merge delete

Comments

What you describe is unusual. I've not used teb planner, but most local planners linearly decrease the x velocity when the robot gets close to the goal. However, an "emergency stop" condition will cause the velocity to do a step function down to 0.

Have you set the parameter free_goal_vel?

Mike Scheutzow gravatar image Mike Scheutzow  ( 2023-02-23 07:23:39 -0500 )edit