|
|
|
@ -47,9 +47,6 @@ static void heli_stabilize_run()
@@ -47,9 +47,6 @@ static void heli_stabilize_run()
|
|
|
|
|
control_roll = angle_target.x; |
|
|
|
|
control_pitch = angle_target.y; |
|
|
|
|
control_yaw = angle_target.z; |
|
|
|
|
|
|
|
|
|
// update estimate of throttle cruise |
|
|
|
|
update_throttle_cruise(motors.get_collective_out()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endif //HELI_FRAME |
|
|
|
|