523 Commits (zr/main-4.3)

Author SHA1 Message Date
Tom Pittenger 10027b21d6 Plane/AP_Landing: port setup_landing_glide_slope() 8 years ago
Tom Pittenger d2376b7c8b Plane: migrate two helper functions to AP_Landing 8 years ago
Tom Pittenger 896b931a7c Plane: Move auto_state variables to AP_landing members 8 years ago
Tom Pittenger 61b02cb41d AP_Landing: add new library for fixed wing landing abstraction 8 years ago
Tom Pittenger ce8db1fdba Plane: move struct Rangefinder_State to AP_Vehicle 8 years ago
Tom Pittenger 0ffeed644c Plane: remove define RANGEFINDER_ENABLED - always enabled 8 years ago
floaledm bae9ce20c1 Plane: update sensor status error flags independently of sending a sys_status message 8 years ago
Peter Barker 98ae6c776a Plane: support for AP_Stats (flight time, bootcount, runtime) 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 5ac62c27e2 Plane: reduce change of false rangefinder readings triggering a flare 8 years ago
Ferrin Benjamin Katz 38581669ec Plane: slow down home update 8 years ago
Andrew Tridgell 5724aef8b3 Plane: support automatic servo trimming 8 years ago
Andrew Tridgell be1109174e Plane: apply elevon and vtail mixers after SRV_Channel remap 8 years ago
Andrew Tridgell a23c373f16 Plane: fixed servo mixing for AFS and failsafe case 8 years ago
Andrew Tridgell 8170df7ba8 Plane: added servo remapping object 8 years ago
Andrew Tridgell c7f738c284 Plane: separate out the output channel mixing 8 years ago
Andrew Tridgell eb67c97bb2 Plane: split out flap output functions 8 years ago
Andrew Tridgell 40c6ebf61a Plane: refactor more of servos output code to be easier to read 8 years ago
Andrew Tridgell 33f17588b2 Plane: added auto fence enable on VTOL takeoff 9 years ago
Andrew Tridgell a5f20d8c44 Plane: fix for AP_FrSky_Telem API change 9 years ago
floaledm 43006a31a3 Plane: compatibility with revised AP_Frsky_Telem class 9 years ago
floaledm 71921f3aa4 Plane: removed frsky_telemetry_send scheduled task 9 years ago
Tom Pittenger b187e1f9a6 Plane: add reason to set_mode() 9 years ago
Tom Pittenger 285e41bac6 Plane: add avoidance_adsb framework for object avoidance 9 years ago
Tom Pittenger c4460a285c Plane: remove adsb sensor library based avoidance 9 years ago
Tom Pittenger fa326de7fa Plane: add adsb to failsafe structure and report in heartbeat to GCS 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 e0136dc545 Plane: remove AP_Vehicle::FixedWing dependency in ap_airspeed 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
Tom Pittenger 8dad05d12e Revert "Airspeed: store reference in libraries and populate it" 9 years ago
Tom Pittenger c090ba2257 Airspeed: store reference in libraries and populate it 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
Tom Pittenger f90957e7ed Plane: remove all threat logic in adsb lib in favor of avoidance lib 9 years ago
Andrew Tridgell 327a057ee0 Plane: added internal combustion engine support 9 years ago
Andrew Tridgell 02babb71b3 ArduPlane: adjust for 16 channels in SERVO_OUTPUT_RAW 9 years ago
Andrew Tridgell 3f0a8d1761 Plane: added AP_Button support for plane 9 years ago
Tom Pittenger 26efd90603 Plane: allow landing height adjustment on wp before land (aka approach wp) 9 years ago
Andrew Tridgell 4da3236c07 Plane: separate out landing height adjustment from barometer changes 9 years ago
Tom Pittenger 7751bee3be Revert "Plane: coverity scan - variables not initialized in constructor" 9 years ago
Tom Pittenger 9b807fa8a5 Plane: coverity scan - variables not initialized in constructor 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 ec367d4a09 Plane: re-order channel initialisation 9 years ago
Andrew Tridgell bf2e30f858 Plane: removed demo_servos() 9 years ago
Tom Pittenger b3f182157c Plane: take advantage of rangefinder support in relative_ground_altitude() 9 years ago
Tom Pittenger 4db5b80b37 Plane: add flag for auto_state.land_in_progress 9 years ago
Peter Barker af5a52e2aa Plane: subclass GCS_MAVLink in place of defining its functions for it 9 years ago