How to make local planner (dwa) tightly follow global path
How to make local planner (dwa) tightly follow global path
Asked by AchrafGazzeh on 2022-10-07 13:36:52 UTC
Answers
The dwa_planner
has a parameter named path_distance_bias
. If you set a larger value, the planner will prefer to stay closer to the global path. However, be aware that if you make the value too large, the planner will be unable to (temporarily) move away from the global path to get around an obstacle in the robot's path.
Asked by Mike Scheutzow on 2022-10-08 07:52:32 UTC
Comments