0 How APM can do autotune PID? Posted by seno nugroho on May 5, 2016 at 8:15am Hello guys, i want to ask how APM can do autotune? i mean what code they have to make APM can autotune PID thanks, You need to be a member of diydrones to add comments! Join diydrones Replies are closed for this discussion.
Replies
if your wondering what code powers the autotuning it's mostly here: https://github.com/ArduPilot/ardupilot/blob/92106a944ff9646e2cb8990...
if your wondering how to use it you can see that here: http://ardupilot.org/copter/docs/autotune.html
Here is the copter autotune code:
https://github.com/ArduPilot/ardupilot/blob/master/ArduCopter/contr...