Robotics StackExchange | Archived questions

DWA Planner turning around the corners

Hi ! I use DWA Planner as a local planner and my robot is differential drive, it turns in the corner while navigating it hits things and it passes so close. Except increasing basefootprint, inflation radius is there any solution to handle the problem?

Asked by klchsyn on 2023-05-15 03:47:59 UTC

Comments

Answers

Well, basically, this is what you should do. You have to work with inflation radius and footprint padding. Be careful with low inflation radius, specially in the global planer, since it decreases planner performances. I tend to use bigger inflation in the planner than in the controller. Also another option which may introduce some problems is to use the "AlignToPath" critic, so that the controller sticks to the planner plan and avoids getting trapped in lethal spaces. However, this comes with the drawback of less straight navigation by the robot.

Asked by Bernat Gaston on 2023-05-15 04:16:31 UTC

Comments