60 Commits (0f2bcea6473626269bc7ff13505eec76f252d6db)

Author SHA1 Message Date
Buzz 0f5177b291 Plane: Support a set of offboard MAVLink guided controls with rates 5 years ago
Samuel Tabor b9daae062c AP_Soaring: Use enum class rather than typedef enum for states and hide details of these. 5 years ago
Samuel Tabor 170b599469 Plane: Required changes for conditional soaring compilation (fmuv2). 5 years ago
Samuel Tabor e1f7122566 AP_Soaring: Improve tracking of enabled/disabled status. 5 years ago
Samuel Tabor ed7e359f4d Plane: Make target altitude track current altitude when gliding. 5 years ago
Peter Barker 6cd4dfba2c Plane: use enum-class for RangeFinder Status 5 years ago
Andrew Tridgell 5c43b18672 Plane: fixed height_above_ground() for case when rangefinder is below min 5 years ago
Andrew Tridgell 6572700baa Plane: fixed an issue with landing on rising ground 5 years ago
Andrew Tridgell 1b775c96f5 Plane: added rangefinder correction by terrain data 6 years ago
Pierre Kancir 65b4ba0539 ArduPlane: use past_interval_finish_line and line_path_proportion from Location 6 years ago
Tom Pittenger 0270c57530 Plane: massive refactor and creation of Mode class 6 years ago
Andrew Tridgell 2b6210d594 Plane: use WP height for height above ground in vtol landing 6 years ago
Dr.-Ing. Amilcar do Carmo Lucas f430fd14f6 Plane: replace location_offset() and get_distance() function calls with Location object member function calls 6 years ago
Peter Barker acafb0f3c1 Plane: adjust for location flags being moved out of union 6 years ago
Peter Barker 7fd859da65 Plane: move home state into AP_AHRS 7 years ago
Michael du Breuil 1a3ca43e86 Plane: Don't check FS_SHORT_TIMEOUT if it's disabled 7 years ago
Andrew Tridgell af893ddde7 Plane: implement Q_OPTIONS 7 years ago
Peter Barker 5a8f01c19c Plane: use send_text method on the GCS singleton 8 years ago
Michael du Breuil 1bb806edb2 Plane: Use new landing interfaces 8 years ago
Randy Mackay c0f155fd27 Plane: use only downward facing rangefinder 8 years ago
Michael du Breuil 29b16dbafd Plane: Refactor to request relative altitudes from AHRS 8 years ago
Tom Pittenger 61bc0a6206 Plane: check stage==LAND instead of landing.in_progress 8 years ago
Tom Pittenger e709705ab8 Plane: describe flight stages without using specific stage name 8 years ago
Tom Pittenger 04f32b6ec6 Plane: simplify flight stage landing check to use landing.in_progress 8 years ago
Tom Pittenger c286ceba43 Plane: move enum FlightStages to AP_Vehicle::FixedWing 8 years ago
Tom Pittenger 83f0a8114b Plane: use a common reset for uniform landing wipe 8 years ago
Tom Pittenger db42252168 Plane: port the rest of plane/landing.cpp to AP_Landing 8 years ago
Tom Pittenger 896b931a7c Plane: Move auto_state variables to AP_landing members 8 years ago
Tom Pittenger 0ffeed644c Plane: remove define RANGEFINDER_ENABLED - always enabled 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
Tom Pittenger 350ed20460 Plane: ensure rangefinder last_time resets 8 years ago
Tom Pittenger ca32bcc58d Plane: add new flight mode AVOID_ADSB to mimic GUIDED 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 f05c698176 Plane: fix compile error for RANGEFINDER_ENABLED 9 years ago
Andrew Tridgell e05c7b3367 Plane: check if terrain following is enabled in AGL calculation 9 years ago
Tom Pittenger b3f182157c Plane: take advantage of rangefinder support in relative_ground_altitude() 9 years ago
Tom Pittenger b2fb2f3949 Plane: optimize millis() calls by reusing result 9 years ago
Tom Pittenger 6746b4227a Plane: handle large negative baro offsets (corner case) to self-trigger a land-abort go-around 9 years ago
Tom Pittenger 034cd2413e Plane: re-calc landing glide slope to gracefully handle baro offset during long flights 9 years ago
Andrew Tridgell 691d4b6ca7 Plane: added local reached_loiter_target() 9 years ago
Rimvydas Naktinis 9fdf39baf0 Plane: Added a method that returns current altitude relative to terrain, if available, or home otherwise. 9 years ago
Andrew Tridgell 4666b25258 Plane: initial implementation of QRTL for quadplane RTL 9 years ago
Michael du Breuil de1e299754 Plane: Remove support for CONDITION_CHANGE_ALT 9 years ago
Tom Pittenger 6a83ad419a Plane: moved update_flight_stage() inside setup_glide_slope() 9 years ago
Andrew Tridgell 8a6e5ffe80 Plane: fixed bug in rangefinder landing 9 years ago
Andrew Tridgell b47b558246 Plane: change code URL 9 years ago
Andrew Tridgell f4ccf94dfc Plane: added QLAND mode 9 years ago
Tom Pittenger b8d5369ebd Plane: add flight stage LAND_PREFLARE 9 years ago