mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
mc_att_control: improve a quaternion control comment
This commit is contained in:
@@ -397,7 +397,7 @@ MulticopterAttitudeControl::control_attitude(float dt)
|
|||||||
qd_red = qd;
|
qd_red = qd;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
/* transform rotation from current to desired thrust vector for into a reduced world frame attitude */
|
/* transform rotation from current to desired thrust vector into a world frame reduced desired attitude */
|
||||||
qd_red *= q;
|
qd_red *= q;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user