PPolySim OS
For Hobbyists & Makers · Cart-Pole Control Design

Cart-Pole Control Design for a robot-soccer bot

Built for hobbyists & makers exploring it for fun. Play with real physics and math, no license and no setup — just open and tinker. Simulate a robot-soccer bot live below — adjust the inputs and watch it respond, right in your browser.

Cart-Pole BalanceLive

Controls

Presets

Balancing a pole on a moving cart is the classic control benchmark. A state-feedback controller senses the pole angle and cart position and pushes the cart to keep the pole upright. Turn the controller off and it topples instantly; add disturbance to test how hard it can fight back.

▶ Run in Python

Data Inspector

Pole angle8.6°
Cart position0.00
Statusbalanced

Governing equation

Reading this result: The state-feedback law F = -K·state pushes the cart under the falling pole; with gain above the disturbance it recovers from each nudge.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

PID ControllerLive

Controls

Presets

A PID controller drives a system to its setpoint using three terms: proportional reacts to the current error, integral eliminates steady-state offset, and derivative damps overshoot. Tuning the three gains trades off speed, overshoot, and stability — the workhorse of industrial control.

▶ Run in Python

Data Inspector

Overshoot0%
Settling time0.00 s
Steady-state error0.000

Governing equation

Reading this result: Balanced gains — proportional for speed, integral to remove offset, derivative to damp overshoot: the textbook well-tuned response.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

or unlock everything with Pro →

More with Cart-Pole Control Design

Frequently asked questions

Is this good for hobbyists & makers?
Yes — this version of "Cart-Pole Control Design for a robot-soccer bot" is framed for hobbyists & makers exploring it for fun. Play with real physics and math, no license and no setup — just open and tinker.
Do I need to install anything?
No. It runs in any modern browser, free, with no account required.