Expand description
RRT* path planner for 7-DOF robotic arms
Plans collision-free paths in joint space using RRT* with:
- Random sampling in joint-angle space with configurable limits
- Collision checking via forward kinematics + sphere obstacle model
- Near-node rewiring for asymptotic optimality
- Goal biasing for faster convergence
Structsยง
- RRTStar
ArmConfig - Configuration for the RRT* arm planner.
- RRTStar
ArmPath - Result of a successful RRT* plan.
- RRTStar
ArmPlanner - RRT* planner operating in joint space with FK-based collision checking.
- Sphere
Obstacle - Spherical obstacle in 3D workspace.