how to design PID controller for ardrone in python script file ?
I'm working on my control system project for which i'm trying to build a controller for autonomous control of ARDrone. Could you please help me out by providing some literature on how to design a PID controller and implementing it in a python script file, finally simulating it on ROS Gazebo.
We'll leave this open for now, but "how to design a PID controller" is a) too broad, b) not a ROS question and c) the subject of infinite university courses.
http://wiki.ros.org/pid is worth a look, though it is written in C++. I've used it for relatively simple applications and it works fine. Maybe it can be used as is and skip re-implementing it?