|
|
|
@ -1,5 +1,7 @@
@@ -1,5 +1,7 @@
|
|
|
|
|
#include "Copter.h" |
|
|
|
|
|
|
|
|
|
#if MODE_FLIP_ENABLED == ENABLED |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Init and run calls for flip flight mode |
|
|
|
|
* original implementation in 2010 by Jose Julio |
|
|
|
@ -222,3 +224,5 @@ void Copter::ModeFlip::run()
@@ -222,3 +224,5 @@ void Copter::ModeFlip::run()
|
|
|
|
|
// output pilot's throttle without angle boost
|
|
|
|
|
attitude_control->set_throttle_out(throttle_out, false, g.throttle_filt); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|