Copter: control_stabilize comment update
This commit is contained in:
parent
0c8cbba644
commit
f0c538f8fb
@ -194,6 +194,8 @@ static void auto_run()
|
|||||||
{
|
{
|
||||||
Vector3f angle_target;
|
Vector3f angle_target;
|
||||||
|
|
||||||
|
// run way point controller
|
||||||
|
|
||||||
// copy latest output from nav controller to stabilize controller
|
// copy latest output from nav controller to stabilize controller
|
||||||
control_roll = wp_nav.get_desired_roll();
|
control_roll = wp_nav.get_desired_roll();
|
||||||
control_pitch = wp_nav.get_desired_pitch();
|
control_pitch = wp_nav.get_desired_pitch();
|
||||||
|
Loading…
Reference in New Issue
Block a user