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

How to make base_local_planner tightly follow the global plan?

asked 2012-03-29 15:14:35 -0500

xylo gravatar image

updated 2014-07-08 15:59:51 -0500

joq gravatar image

Hello,

Does anyone know how to configure the base_local_planner provided in the navigation stack (either the trajectory planner or the dwa planner) to tightly follow a given global plan?

I have my own base_global_planner, implemented as a plugin. With the default param setting of "path_distance_bias" and "goal_distance_bias", sometimes the local planner doesn't follow the global plan from the global planner. This is usually because my global planner takes into account things that the local planner is blind of, eg. lane direction. So the global plan is sometimes not the shortest to goal.

I tried setting "goal_distance_bias" very small or even 0, but it just made the local planner stuck - no trajectory is returned. I couldn't find any other parameters that might affect this. Any help or suggestions will be greatly appreciated. Thank you!

edit retag flag offensive close merge delete

Comments

I tried the suggestions in the Navigation Tuning Guide that Eitan wrote, but no luck. Then from the guide I realized, by design the local planner can't tightly follow the global path if the path is very different from the shortest path to goal, due the way its cost function is setup. Is it true?

xylo gravatar image xylo  ( 2012-03-29 16:04:15 -0500 )edit
1

maybe you should post your solution as an answer, so it will be easier to others to find that.

Procópio gravatar image Procópio  ( 2012-06-12 02:05:22 -0500 )edit

1 Answer

Sort by » oldest newest most voted
3

answered 2012-03-30 11:54:58 -0500

xylo gravatar image

It's fixed by shrinking the local costmap rolling window, so that the global goal lies outside the window.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2012-03-29 15:14:35 -0500

Seen: 2,149 times

Last updated: Mar 29 '12