This is a companion topic for our recent blog post on blog.unmanned.tech
Joshua Bardwell has finally graced us with a PID controller simulator, a much-needed tool for FPV pilots to tune their controllers without the usual smoke and mirrors (or rather, props and crashes). In short, the simulator breaks down the PID system into bite-sized pieces: P pushes, D brakes, I corrects biases, and feed forward gives that cheeky little nudge when you’re too slow off the mark. You can even fiddle about with an interactive version right from your browser, which is far less risky than attempting it on your prized quadcopter.
The beauty of this simulator lies in its simplicity; it strips the complexities away to focus solely on one axis, making it easier to grasp what’s going on without the usual chaos of a flying machine. Imagine a thermostat: it aims for a set temperature and adjusts accordingly. Just replace the boiler with a PID controller, and voilà! Less propeller violence, more understanding.
Bardwell also provides four control knobs to play with – P, I, D, and feed forward – all set to zero initially because let’s face it, breaking things is the first step to understanding them. The simulator visually represents how each term interacts through colourful graphs, giving you an insight into the inner workings of PID tuning without the hassle of sorting through messy Blackbox logs later on.
In a nutshell, this simulator is not just a toy; it’s a veritable Rosetta Stone for understanding PID control. If you’re struggling to make sense of your Blackbox traces, give this simulator a whirl. You might just find it illuminating.
https://www.youtube.com/watch?v=q5VtSrJ3oVQ
Read the full post over at: