Closed 1029Xiangfei closed 4 years ago
problem: points that are planned by local path planning are ignored by next check -> every time those points are deleted -> repeat local path planning possible solution: find out a way to tell if the added path point comes from local path planning (should not be considered) or global path planning (should check if it can be optimized)
start point: path planned with the global map drawback: low resolution -> not the best path (1. not the shortest way 2. several path points can be combined) solution: use local path planning in every frame because it has a higher resolution -> better path
details: