mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +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;
|
||||
|
||||
} 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user