Remember where you cloned it (maybe best to clone it into your home directory).
cd ~
git clone [email protected]:BWSI-UAV/simple_pid.git
Open simple_pid.py
and edit lines 53, 54, and 57 to calculate your P, I, and D terms (look for TODO: in the code).
Open the notebook Implementing PID in Python.ipynb
and tune the "gain" values kP, kI, and kD to generate a reasonable system response (again, look for TODO: in the code).
Try to beat the response shown below and answer the question about what makes your response "better".
We want to see your PID implementation, your tuned kP, kI, and kD values, and your output response graph.