For Educators · RRT Path Planning
RRT Path Planning for a robot-soccer bot
Built for educators teaching it to a class. Drop a live demo into a lecture or assign it as a shareable link — no lab installs. Simulate a robot-soccer bot live below — adjust the inputs and watch it respond, right in your browser.
RRT Path PlanningLive
rapidly-exploring random tree
Controls
Presets
A Rapidly-exploring Random Tree grows toward random points in free space, quickly filling the map and snaking around obstacles to connect start (blue) to goal (yellow). It is a cornerstone of motion planning for robot arms, self-driving cars, and drones — fast even in high dimensions where grid search fails.
Data Inspector
Tree nodes0
Path foundno
Path length0
Governing equation
Reading this result: No path yet at step 18 — the tree ran out of iterations before reaching the goal. Try Replan or a smaller step.
Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.
Also for:StudentsResearchersEngineersHobbyists & MakersK-12 StudentsFirst RespondersGeneral version →
More with RRT Path Planning
Frequently asked questions
- Is this good for educators?
- Yes — this version of "RRT Path Planning for a robot-soccer bot" is framed for educators teaching it to a class. Drop a live demo into a lecture or assign it as a shareable link — no lab installs.
- Do I need to install anything?
- No. It runs in any modern browser, free, with no account required.