Skip to main content

Module prm_star

Module prm_star 

Source
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ยง

PRMStarConfig
Configuration for PRM*.
PRMStarPlanner
PRM* planner.