I modified the code (AC 3.3.2) to support switch to FLIP from LOITER.Most time, it did pretty well. The copter switch to FLIP from LOITER and back to LOITER.However, this time, when the copter switches back to LOITER, the copter flied to the south…
"I changed the code to allow the mode switch from LOITER to FLIP, and test it outdoors. It seems like the copter flips better than the original version."
I've checked the code (AC 3.3.2) and found it is only supported that switch to FLIP mode when in ACRO, STABILIZE and ALT_HOLD mode before, because of this "if" statement in bool flip_init(bool) function in file control_flip.cpp:if (control_mode !=…