2306 Commits (1727418dc9c3cecf06c796b53ff554b4cf4c9bad)

Author SHA1 Message Date
Tom Pittenger d2365c25c6 Plane: increase update_waypoint() distance threshold during update_loiter() 9 years ago
Andrew Tridgell f514e76f52 Plane: reset ground_start_count if we lose 3D fix 9 years ago
Randy Mackay 82bd847e11 Plane: add AC_Avoidance, AC_Fence to build 9 years ago
Randy Mackay 9201a57c83 QuadPlane: include AC_Avoidance, AC_Fence 9 years ago
Tom Pittenger 9b973fb899 Plane: add ADSB_streamrate 9 years ago
Randy Mackay ef1385c9ed QuadPlane: add comment that eeprom 28 and 41 were used for THR_MIN, MID 9 years ago
Randy Mackay 413f82bac1 Plane: remove unused definitions 9 years ago
Randy Mackay b456a38432 QuadPlane: remove throttle_mid 9 years ago
Randy Mackay 2523ba892b QuadPlane: set attitude vs throttle priority in attitude controller 9 years ago
Randy Mackay f2b0f09d6f QuadPlane: remove THR_MIN 9 years ago
Tom Pittenger f05c698176 Plane: fix compile error for RANGEFINDER_ENABLED 9 years ago
Andrew Tridgell 40db90cebe Plane: limit roll and pitch to Q_ANGLE_MAX in Q modes 9 years ago
Andrew Tridgell b1b73e2d99 Plane: improved quadplane landing detector 9 years ago
Tom Pittenger 773962940c Plane: quadplane for fwd_throttle integrator inhibit reverse thrust and allow min>0 for petrol 9 years ago
Tom Pittenger b6196dfa92 Plane: compiler warning in print: float to double promotion 9 years ago
Andrew Tridgell 107691b7a7 Plane: fixed initial descent rate in quadplane auto land 9 years ago
Andrew Tridgell f8e0e91cbd Plane: prepare for 3.6.0 9 years ago
Andrew Tridgell eb8cd13a50 Plane: update release notes for 3.6.0 9 years ago
Andrew Tridgell e05c7b3367 Plane: check if terrain following is enabled in AGL calculation 9 years ago
Andrew Tridgell 19834c12e2 Plane: log start of quadplane transition 9 years ago
Andrew Tridgell 8156b3f7de Plane: fixed quadplane landing transition altitude 9 years ago
Andrew Tridgell 07564aa03f Plane: fixed an attitude control bug in quadplane transition 9 years ago
Tom Pittenger 69f29b51d1 Plane: new param Q_VFWD_ALT to disable VFWD motor below this altitude. Also uses rangefinder 9 years ago
Andrew Tridgell 021aebeac0 Plane: check for high ratio of rmsD to rmsP in tuning 9 years ago
Tom Pittenger 65e0e31a7a Plane: parachute low-alt check should not require auto mode to ever be set 9 years ago
Tom Pittenger 204abfd45e Plane: set heartbeat.system_status to Critical for low-battery failsafe events 9 years ago
Tom Pittenger 263931b4b1 Plane: allow manual parachute releases on the ground 9 years ago
Tom Pittenger ef3d17cc4c Plane: parachute code can not rely on is_flying() because it is unreliable in a stalled aircraft 9 years ago
Tom Pittenger 3140ce6ab6 Plane: change MAVLINK_MSG_ID_SET_POSITION_TARGET_GLOBAL_INT gcs msg to remove abbreviations. Hope it fits! 9 years ago
Tom Pittenger bd270720da Plane: whitespace formatting 9 years ago
Michael Day 429e348824 Plane: Can now change current WP alt via mavlink. 9 years ago
Tom Pittenger 01e636065d Plane: non-functional: mostly whitespace and removed extra set result statement 9 years ago
Michael Day 2c0f0a04d8 Plane: Only allow speed changes in GUIDED and AUTO modes. 9 years ago
Michael Day cdeef9d692 Plane: Fence breaches can go to RTL mode with new FENCE_ACTION setting. 9 years ago
E Thomas 7d824247af Differential spoilers support, elevon offset 9 years ago
Michael du Breuil 037a7980d6 Plane: fix calculation of override PWM 9 years ago
Tom Pittenger ee29f38cdf Plane: moved takeoff flap check to NORMAL checks. 9 years ago
Samuel Rosenstein 296b279f0d Plane: fixed issue with preflight flaps. Flaps now go down in preflight mode 9 years ago
Michael du Breuil 41bb237799 Plane: remove throttle surpressed message 9 years ago
Andrew Tridgell 5a544002cb Plane: fixed memory leak in mixer setup 9 years ago
Michael du Breuil bb9086b87f Plane: setup mixer in the one second loop when disarmed 9 years ago
Michael du Breuil fc3ab7b691 Plane: rename var to avoid a var with the name of a c++ keyword 9 years ago
Andrew Tridgell c54d553df1 Plane: prevent continually loading the mixer 9 years ago
Michael du Breuil 7f73da535a Plane: if setting a mixer fails then clear the last crc so that it will be attempted again 9 years ago
Andrew Tridgell eae2bf54ca Plane: fixed gcc 6.1 build error 9 years ago
Andrew Tridgell 8d3a58f0a2 Plane: allow tuning of more parameter sets 9 years ago
Andrew Tridgell 835235127c Plane: prevent divide by zero in SITL 9 years ago
Tom Pittenger b9cee76bbe Plane: fix quadplane integrator to always clip to at least 0 to throttle_max 9 years ago
Tom Pittenger 82763ec8a9 Plane quadplane to use relative_ground_altitude() to take advantage of rangefinder easier 9 years ago
Tom Pittenger f3ceee5389 Plane: use relative_ground_altitude 9 years ago