mc_att_control: improve a quaternion control comment

This commit is contained in:
Matthias Grob
2018-04-11 08:01:15 +01:00
committed by Beat Küng
parent b52a8de5ff
commit 711b21cc5b
@@ -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;
}