Skip to main content

Module fmt_star

Module fmt_star 

Source
Expand description

Fast Marching Tree (FMT*) path planning.

FMT* is a batch sampling-based planner that expands a wavefront over a pre-sampled neighborhood graph to build a low-cost collision-free path.

Reference:

Structs§

AreaBounds
Axis-aligned sampling bounds.
CircleObstacle
Circular obstacle represented by center position and radius.
FMTStarConfig
Configuration for the FMT* planner.
FMTStarPlanner
Fast Marching Tree planner.