BonaDrone/Hackflight

Tune controllers M90

Opened this issue · 0 comments

Feature / Bug description

Tune the constants and parameters of the Rate, Level and Altitude Hold PIDs for the Mosquito 90.

Refer to the class constructors in:

  1. https://github.com/BonaDrone/Hackflight/blob/controller-refactor/src/pidcontrollers/rate.hpp
  2. https://github.com/BonaDrone/Hackflight/blob/controller-refactor/src/pidcontrollers/level.hpp
  3. https://github.com/BonaDrone/Hackflight/blob/controller-refactor/src/pidcontrollers/althold.hpp

to see the parameters that have to be tuned.

Expected behavior

The Mosquito 90 flies in a smooth and controlled way, without drift, when flying in Rate, Level or Altitude Hold flight modes.