Skip to main content

Module bit_star

Module bit_star 

Source
Expand description

Batch Informed Trees (BIT*) path planning algorithm

An asymptotically optimal sampling-based planner that combines RRT* rewiring with informed (ellipsoidal) sampling. Vertices are processed in batches ordered by potential solution cost, using a lazy edge evaluation strategy.

Structsยง

BITStar
Batch Informed Trees (BIT*) planner.
BITStarConfig
Configuration for the BIT* planner.