1. Construction phase
- roadmap graph G = (V, E) is buile : serves as a skeleton for the corridors
- in each path point, associate the radius R of the largest empty ball
- radius R : clearance information and graph are now used to define the corridor map
- Corridor Map : is a graph with clearnce information, each edge encodes a local path with the radii R for the corresponding largest empty balls in the environment.
2. Query phase
- extract the backbone path from grahp, by running Dijkstra's shortest path algorithm.
1. Path
2. Corridor Map (Path + Radii)
3. BackBone Path (Graph 에서 찾은 시작점/종점 연결 최소 경로), B(t)
4. Corridor : is defined as the union of the set of balls (with radii and center points lie along its backbone path)
5. Attraction Point :
'개념공부 > Path planning' 카테고리의 다른 글
Clothoid (0) | 2022.11.02 |
---|---|
A* (A star 경로 계획 알고리즘) (0) | 2022.10.31 |
Review of Motion Planning (0) | 2021.07.11 |
Hermite Spline <설명, Matlab Code> (0) | 2020.10.11 |
Path Smoothing 공부해보기 (0) | 2020.09.29 |