97 Commits (master)

Author SHA1 Message Date
Andrew Tridgell 470a60f828 Plane: reset steering in MANUAL or when not stabilising 6 years ago
Andrew Tridgell aa18c75689 Plane: decay fw rate integrators when at low airspeed 6 years ago
Andrew Tridgell ebe2278f5d Plane: reset rate controller integrators if not run for 2s 6 years ago
Tom Pittenger 6970a66cad Plane: refactor stick_mixing to library 6 years ago
Tom Pittenger 0270c57530 Plane: massive refactor and creation of Mode class 6 years ago
Mark Whitehorn 487ad7a90f Plane: add QACRO mode for quadplanes 6 years ago
Michael du Breuil 843c92ced5 Plane: Remove some redundant code/state resets 6 years ago
Michael du Breuil e6bc44f471 Plane: Fix cases where quadplane level transition was not applied 6 years ago
Nikhil Upadhye d1e93bae83 Plane: adding new mode QAUTOTUNE 6 years ago
Andrew Tridgell fa04c2d094 Plane: prevent jitter on surfaces due to speed scaling 6 years ago
Andrew Tridgell da69bf3391 Plane: added an abstraction for reverse thrust 6 years ago
Andrew Tridgell 1c162c8b64 Plane: ensure speed scaling covers full aircraft speed range 6 years ago
Andrew Tridgell 2215913b02 Plane: added speed scaling reduction for Q modes 6 years ago
Michael du Breuil 8417bcc7d5 Plane: Add flight options bitmask 7 years ago
Tom Pittenger 512b327cd4 Plane: failsafe events to use enums instead of magical numbers : Non-functional change 7 years ago
Andrew Tridgell 85573b3ff3 Plane: fixed a division by zero 7 years ago
Michael du Breuil d52f5155f0 Plane: Rename rc failsafe state members 7 years ago
Andrew Tridgell 552faa8f67 Plane: smoother tailsitter transitions 7 years ago
Andrew Tridgell af893ddde7 Plane: implement Q_OPTIONS 7 years ago
Michael du Breuil 1bb806edb2 Plane: Use new landing interfaces 8 years ago
Andrew Tridgell c787f4c56f Plane: initial support for tailsitter transitions 8 years ago
Michael du Breuil 29b16dbafd Plane: Refactor to request relative altitudes from AHRS 8 years ago
Tom Pittenger e709705ab8 Plane: describe flight stages without using specific stage name 8 years ago
Andrew Tridgell 081909bf6a Plane: removed use of pwm_to_angle() 8 years ago
Andrew Tridgell b83f50be0f Plane: use new SRV_Channels API 8 years ago
Tom Pittenger 063f517424 Plane, TECS, AP_Landing: rename stage LAND_ABORT to ABORT_LAND 8 years ago
Tom Pittenger c286ceba43 Plane: move enum FlightStages to AP_Vehicle::FixedWing 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 6aa3ded666 Plane: split main servo output functions into a separate file 8 years ago
Andrew Tridgell d6890495aa Plane: added swapped channel version of elevon/vtail/flaperon output 9 years ago
Tom Pittenger ca32bcc58d Plane: add new flight mode AVOID_ADSB to mimic GUIDED 9 years ago
Andrew Tridgell c4c7a3051a Plane: added support for secondary throttles 9 years ago
Andrew Tridgell adb5a3ee1f Plane: re-work AFS for new AP_AdvancedFailsafe API 9 years ago
Andrew Tridgell 5d6dfd927b Plane: changes for AP_AdvancedFailsafe naming 9 years ago
Tom Pittenger fc50f145ce Revert "ArduPlane: Convert references to AP_Airspeed. Added automatic migration of ARSPD_FBW_MIN and ARSPD_FBW_MAX (plane parameter) to ARSPD_FBW_MIN and ARSPD_FBW_MAX (library parameter)." 9 years ago
AndersonRayner da1b18d918 ArduPlane: Convert references to AP_Airspeed. Added automatic migration of ARSPD_FBW_MIN and ARSPD_FBW_MAX (plane parameter) to ARSPD_FBW_MIN and ARSPD_FBW_MAX (library parameter). 9 years ago
Andrew Tridgell 327a057ee0 Plane: added internal combustion engine support 9 years ago
Andrew Tridgell 96d785f1c6 Plane: added auto_navigation_mode flag 9 years ago
Tom Pittenger 0597dbd033 Plane: allow SET_ATTITUDE_TARGET to set rpy and throttle 9 years ago
Tom Pittenger 85afd9e245 Plane: remove guided roll flag, handle it with timer=0 9 years ago
Michael Day 8ac433f991 Plane: Can now command roll from a companion computer. 9 years ago
Andrew Tridgell bf2e30f858 Plane: removed demo_servos() 9 years ago
E Thomas 7d824247af Differential spoilers support, elevon offset 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 835235127c Plane: prevent divide by zero in SITL 9 years ago
Tom Pittenger af1407a155 Plane: disable parachute code when not enabled via compile option 9 years ago
Andrew Tridgell da5ce37bbc Plane: fixed gain on -ve stick mixing past 50% 9 years ago
Andrew Tridgell eee06da1b5 Plane: use HAVE_PAYLOAD_SPACE() 9 years ago