PPolySim OS
For K-12 Students · RRT Path Planning

RRT Path Planning for a soft robot

Built for k-12 students learning it in middle or high school. Watch the idea come alive with plain-language steps and everyday examples — perfect for projects and homework. Simulate a soft robot live below — adjust the inputs and watch it respond, right in your browser.

RRT Path PlanningLive

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.

▶ Run in Python

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.

or unlock everything with Pro →

More with RRT Path Planning

Frequently asked questions

Is this good for k-12 students?
Yes — this version of "RRT Path Planning for a soft robot" is framed for k-12 students learning it in middle or high school. Watch the idea come alive with plain-language steps and everyday examples — perfect for projects and homework.
Do I need to install anything?
No. It runs in any modern browser, free, with no account required.