AR-Drone
AR-Drone copied to clipboard
a PID controller for quadcopter drone
can you give a pid controller script in order to stabilise the drone or to calculate the pwm files and throttle values
Hi
The drone currently uses a P controller. To use PID you can use this library https://pypi.org/project/simple-pid/. I used it before and works great. I currently don't have time to implement it myself. Good luck.
Greetings
Sieuwe