Expand description
Probabilistic Road-Map Star (PRM*) path planning.
Uses the asymptotically optimal connection radius:
r_n = gamma * (log(n) / n)^(1/d) with d = 2.
Structsยง
- PRMStar
Config - Configuration for PRM*.
- PRMStar
Planner - PRM* planner.
Probabilistic Road-Map Star (PRM*) path planning.
Uses the asymptotically optimal connection radius:
r_n = gamma * (log(n) / n)^(1/d) with d = 2.