[rotorcraft] AUTOPILOT_IN_FLIGHT_MIN_THRUST defaults to 500 (~5%)

This commit is contained in:
Felix Ruess
2013-09-03 15:49:26 +02:00
parent a45a9872f4
commit 5e2647eb81
+1 -1
View File
@@ -66,7 +66,7 @@ bool_t autopilot_detect_ground_once;
/** minimum thrust for in_flight condition in pprz_t units */
#ifndef AUTOPILOT_IN_FLIGHT_MIN_THRUST
#define AUTOPILOT_IN_FLIGHT_MIN_THRUST 50
#define AUTOPILOT_IN_FLIGHT_MIN_THRUST 500
#endif
#ifndef AUTOPILOT_DISABLE_AHRS_KILL