rosflight / rosplane

Fixed-wing autopilot for ROSflight
https://rosflight.org/
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

Autotuner #21

Open bsutherland333 opened 6 months ago

bsutherland333 commented 6 months ago

An autotuner for ROSplane would make it much easier for people to use, so this is a gradient-based optimization approach for an autotuner.

bsutherland333 commented 1 month ago

I also don't know if I'm going to have time to finish this. The approach we were using before of a gradient based optimization is a flawed approach I think, as it requires too many step iterations to converge. A system identification type method would be better. However, much of the work we did here was simply creating the functionality we needed to have the autopilot perform an automated sequence to measure the system response. That portion of this work would probably still be useful for a system identification type approach.