396 Commits (a5262a7bfa1200c85809f9a9818e58d5376154c0)

Author SHA1 Message Date
Andrey Kolobov 35d406aeab Plane: added a soaring controller to Arduplane 8 years ago
Randy Mackay c0f155fd27 Plane: use only downward facing rangefinder 8 years ago
Tom Pittenger 4ccd59f394 Plane: allow exiting loiter_to_alt in cases where you get stuck 8 years ago
Andrew Tridgell b3380ecfa7 Plane: support twin-engine planes 8 years ago
Peter Barker 1d7994e9ba Plane: create GCS_Plane subclass 8 years ago
Peter Barker 49bf336539 Plane: Support for a GCS singleton 8 years ago
Peter Barker d060670ba3 Plane: rename gcs[] to gcs_chan[] 8 years ago
Michael du Breuil 29b16dbafd Plane: Refactor to request relative altitudes from AHRS 8 years ago
Randy Mackay fad2ba608f Plane: send flight mode string to Notify 8 years ago
Randy Mackay 7cc8b7232c Plane: rename arming_checks to AP_Arming 8 years ago
Peter Barker fc28beacea Plane: AP_Arming: use callback in place of variable reference for home state 8 years ago
Andrew Tridgell b83f50be0f Plane: use new SRV_Channels API 8 years ago
Peter Barker af9729c126 Plane: correct compilation when parachute disabled 8 years ago
Tom Pittenger c286ceba43 Plane: move enum FlightStages to AP_Vehicle::FixedWing 8 years ago
priseborough 38a0e8a6ae ArduPlane: Add EKF3 and remove EKF1 8 years ago
Randy Mackay d95baf51c9 Plane: include AP_Beacon 8 years ago
Peter Barker f712dd5d7e Plane: add arming check for logging actually started 8 years ago
Peter Barker 17f5ef4610 Plane: inform dataflash of vehicle arm state 8 years ago
Tom Pittenger 9f184a1490 Plane: migrate aparm "LAND_" params from plane to AP_Landing 8 years ago
Tom Pittenger 1b0a263761 Plane: remove landing.cpp entirely 8 years ago
Tom Pittenger fc2f518f31 Plane: revert auto_state.checked_for_autoland back to Plane 8 years ago
Tom Pittenger db42252168 Plane: port the rest of plane/landing.cpp to AP_Landing 8 years ago
Tom Pittenger 9a79b79f1e AP_Landing: port more from plane 8 years ago
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