Explore the physics, pros, and cons of different control algorithms.
Try to keep the yellow block at the green target line while gravity pulls it down. Add "Wind" to see how they react to external force.
Select a controller to start.
Logic: If too low → Full ON. If too high → Full OFF.
Example: Heaters, Fridges.
Logic: Sum of Proportional (Present), Integral (Past), Derivative (Future).
Example: Drones, Cruise Control.
Logic: Look at a point ahead on the path and steer towards it.
Example: Agricultural Rovers, AGVs.
Logic: Simulate 50 futures, pick the best one.
Example: SpaceX Landing, Tesla Autopilot.
Logic: Force system onto a path using aggressive switching.
Example: ABS Brakes, Underwater Robots.
Demonstration of Pure Pursuit. The rover attempts to follow the white path. Change the "Look Ahead" distance to see how it affects cornering.