Related simulators
Continue with similar topics in this category — or all 48 in Engineering.
Cart–Pole: LQR vs MPC vs PID
Nonlinear cart inverted pendulum: linearize about upright φ = θ, discrete-time LQR from DARE (Q, R → K), finite-horizon LQ MPC with DARE terminal cost, and hand-tuned PID — same force limit, kicks, and plant as the mechanics cart-pole.
Holonomic 2D Hovercraft MPC (MPPI)
Planar double integrator with ‖u‖₂ thrust cap: sampling-based MPPI steers to a draggable goal while soft-penalizing circular obstacles — rollout fan and best predicted path drawn live.
Particle Filter Localization (MCL)
1D or 2D toy robot with fixed range beacons: predict with noisy odometry, update with Gaussian range likelihood, systematic resample on low ESS; weighted mean vs ground truth.
ADC / DAC (Sampling)
Sine → samples → quantization → ZOH; Nyquist and optional aliasing demo.
RRT Path Planner (grid)
Same 40×28 wall map as A*: random samples, nearest-neighbor steer, goal bias, collision-checked edges; grow an RRT and compare summary stats with one-click Manhattan A* baseline.
Thermostat vs PID
First-order room: on/off hysteresis vs continuous PID heater power.