Copter: control_stabilize comment update

This commit is contained in:
Randy Mackay 2014-01-19 19:26:41 +09:00 committed by Andrew Tridgell
parent 0c8cbba644
commit f0c538f8fb

View File

@ -194,6 +194,8 @@ static void auto_run()
{
Vector3f angle_target;
// run way point controller
// copy latest output from nav controller to stabilize controller
control_roll = wp_nav.get_desired_roll();
control_pitch = wp_nav.get_desired_pitch();