navigation icon indicating copy to clipboard operation
navigation copied to clipboard

[global_planner] tolerance implementation

Open doisyg opened this issue 4 years ago • 1 comments

Implementation of the tolerance param which was never used. See https://github.com/ros-planning/navigation/issues/262, https://github.com/ros-planning/navigation/pull/703 and https://github.com/ros-planning/navigation/pull/1040

First naive and not so optimized implementation which checks validity using calculatePotentials after filtering out lethal cells (so potentially CPU heavy for large tolerance). Alternatively, a check for the cells value could be used without using calculatePotentials, or also filtering inscribed or even circumscribed cells. I am up for the debate.

doisyg avatar Oct 16 '20 16:10 doisyg

Hi, could we please have these changes in ROS Melodic as well? It will be really helpful, thanks.

derektan95 avatar May 07 '21 08:05 derektan95