How do I make a working autopilot?
You'll have to implement proportional-integral-derivative (PID) control into your Vizzy code. I have an example craft that uses it for hover functionality here. Hope this helps!
You'll have to implement proportional-integral-derivative (PID) control into your Vizzy code. I have an example craft that uses it for hover functionality here. Hope this helps!