parameter explain from move_base
HI, can someone explain to me what it is oscillation_timeout parameter from move_base? I can't found info of it.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
HI, can someone explain to me what it is oscillation_timeout parameter from move_base? I can't found info of it.
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.
Asked: 2018-08-06 05:26:10 -0500
Seen: 639 times
Last updated: Aug 06 '18
genaction not found in diamondback
How to set unknown pixel as goal in move_base
Multiple or Conditional Configuration Parameters
How to I list a shared parameter to a node
Getting all parameter names using C++
Pausing or aborting movement to a goal
Empty parameter in remote launch