|
|
@ -3150,7 +3150,7 @@ float QuadPlane::stopping_distance(void) |
|
|
|
#define LAND_CHECK_LARGE_ANGLE_CD 1500.0f // maximum angle target to be considered landing
|
|
|
|
#define LAND_CHECK_LARGE_ANGLE_CD 1500.0f // maximum angle target to be considered landing
|
|
|
|
#define LAND_CHECK_ACCEL_MOVING 3.0f // maximum acceleration after subtracting gravity
|
|
|
|
#define LAND_CHECK_ACCEL_MOVING 3.0f // maximum acceleration after subtracting gravity
|
|
|
|
|
|
|
|
|
|
|
|
void QuadPlane::update_throttle_thr_mix(void) |
|
|
|
void QuadPlane::update_throttle_mix(void) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// transition will directly manage the mix
|
|
|
|
// transition will directly manage the mix
|
|
|
|
if (in_transition()) { |
|
|
|
if (in_transition()) { |
|
|
|