I learned this from another issue, not sure how all ties up, but see this link:
From: https://github.com/icclab/icclab_summit_xl/commit/93eea82d67f4a3a4308f33254fa0a135acf5f0a8
Planning retries when robot is stuck
ISSUE: Planner would attempt to only find one plan before executing recovery behavior. Hence, the robot would give up finding a plan very quickly.
SOLUTION: The following commit 93eea82 solves the issue. The key parameters in the file move_base_params.yaml to tune to solve this issue are the following: max_planning_retries, planner_frequency, planner_patience, and controller_patience. Their descriptions are described in the move_base wiki.
↧