Skip to content
Snippets Groups Projects
Commit 711b21cc authored by Matthias Grob's avatar Matthias Grob Committed by Beat Küng
Browse files

mc_att_control: improve a quaternion control comment

parent b52a8de5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment