attitude PID
#1398
Replies: 1 comment 1 reply
-
Hi! The PID controller is of a cascaded form: https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/functional-areas/sensor-to-control/controllers/#cascaded-pid-controller So if the setpoint for roll/pitch/yaw is indicated to be in velocity mode (aka ratemode), then the other attitude controller is not used but just the rate attitude controller is. Indeed, in the attitude range, the D-gain isn't used much, but it has been tuned by hand so perhaps some improvements can be made. Did that answer your question? If not, would you mind formulating it more clearly? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, when I was looking at the underlying program, I found that the attitude loop PID is in the form of PI+PID. Theoretically speaking, if the attitude loop is divided into inner and outer loops to control, PID cannot be used.
Beta Was this translation helpful? Give feedback.
All reactions