diff --git a/src/modules/vtol_att_control/tailsitter.cpp b/src/modules/vtol_att_control/tailsitter.cpp index a4209531dc..954737b833 100644 --- a/src/modules/vtol_att_control/tailsitter.cpp +++ b/src/modules/vtol_att_control/tailsitter.cpp @@ -44,7 +44,7 @@ #include -#define PITCH_TRANSITION_FRONT_P1 -1.1f // pitch angle to switch to TRANSITION_P2 +#define PITCH_TRANSITION_FRONT_P1 -0.5f // pitch angle to switch to TRANSITION_P2 (28°) #define PITCH_TRANSITION_BACK -0.25f // pitch angle to switch to MC using namespace matrix;