ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

parameter explain from move_base

asked 2018-08-06 05:26:10 -0500

Diego_Perez gravatar image

HI, can someone explain to me what it is oscillation_timeout parameter from move_base? I can't found info of it.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-08-06 05:47:10 -0500

pavel92 gravatar image

updated 2018-08-06 05:49:07 -0500

Under Parameters in the roswiki move_base package it is stated that:

oscillation_timeout (double, default: 0.0)
How long in seconds to allow for oscillation before executing recovery behaviors. A value of 0.0 corresponds to an infinite timeout

This means that if the value is 0 when the robot gets stuck it will perform osculation movements(example: move few cm back and front constantly) until it gets unstuck or fails the path planning and enters recovery behaviors to get unstuck. The problem is that these osculation movements can be from few seconds to lets say 10 minutes (who knows, maybe even hours). That is why this parameter allows you to specify how many seconds do you want the osculation occur and avoid those long/infinite osculations and enter the recovery behaviors.
In some projects I have seen that this time is usual set from 3-5 seconds but it is up to the custom requirements.

edit flag offensive delete link more

Comments

Thank you so much about explanation.

Diego_Perez gravatar image Diego_Perez  ( 2018-08-06 05:49:29 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-08-06 05:26:10 -0500

Seen: 590 times

Last updated: Aug 06 '18