Skip to main content

Module elastic_bands

Module elastic_bands 

Source
Expand description

Elastic Bands path deformation algorithm

Deforms an initial path using internal contraction forces and external repulsive forces computed from a distance field. Each waypoint is surrounded by a “bubble” whose radius equals the clearance to the nearest obstacle. The bubble chain is maintained by inserting / deleting bubbles to satisfy an overlap constraint.

Reference:

Structs§

Bubble
A single bubble in the elastic band.
DistanceField
A signed-distance field represented as a 2-D grid.
ElasticBands
Elastic Bands planner.
ElasticBandsConfig
Configuration parameters for the ElasticBands planner.