Skip to main content

Module rrt

Module rrt 

Source
Expand description

RRT (Rapidly-exploring Random Tree) path planning algorithm

Sampling-based path planning algorithm that builds a tree by randomly sampling the configuration space.

Structsยง

AreaBounds
Area bounds for RRT search space
CircleObstacle
Circular obstacle (x, y, radius)
RRTConfig
Configuration for RRT planner
RRTNode
Internal node for RRT tree
RRTPlanner
RRT path planner