28 Commits (b8e518a5338c1124b93b314c6b7f73f2a5cc5187)

Author SHA1 Message Date
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
Tom Pittenger 7978872e32 AP_Plane: set path_propportion in TECS 9 years ago
Jonathan Challinger 05eb723429 Plane: reflect renamed function in AP_AHRS 9 years ago
Tom Pittenger 113961b66e Plane: compiler warning - double promotion 9 years ago
lvale e18181e5c2 Plane: Uniformization of severities 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Andrew Tridgell 86e8c7ed2f Plane: add some safety to detect bad lidar readings 10 years ago
Andrew Tridgell 8f0e7e0693 Plane: fixed above_location_current() for non-terrain alt 10 years ago
Andrew Tridgell 554869033f Plane: disabled rangefinder on APM2 10 years ago
Andrew Tridgell b92c2409e4 Plane: added local millis() and micros() to reduce code size a bit 10 years ago
Andrew Tridgell 18c37935c9 Plane: convert from .pde to .cpp files 10 years ago
Tom Pittenger bd9b573969 Plane: Fix compile warnings 10 years ago
Randy Mackay 0acc4af63c Plane: replace range finder health with status 10 years ago
Michael du Breuil 867ca05e17 Plane: fix a relative altitude check for glide slope building 10 years ago
Michael du Breuil 4b1d71e390 Plane: rebuild the glide slope if we are above it and already climbing 10 years ago
Andrew Tridgell 999710d0e1 Plane: fixed issue where auto is entered before GPS lock 10 years ago
Andrew Tridgell 76f8b9b07c Plane: support DO_SET_HOME MAVLink command 10 years ago
Andrew Tridgell ae96a48efc Plane: use location_path_proportion() 10 years ago
Andrew Tridgell 186806c768 Plane: lowpass the rangefinder correction, not height 11 years ago
Andrew Tridgell 24622030b4 Plane: improved landing glide slope 11 years ago
Andrew Tridgell a6ee46086c Plane: allow continued use of rangefinder data for 5s after loss of contact 11 years ago
Andrew Tridgell 50f492a69f Plane: added RNGFND_LANDING option 11 years ago
Andrew Tridgell da7f871e34 Plane: prevent set_target_altitude_proportion() past dest waypoint 11 years ago
Andrew Tridgell c06067c71b Plane: fixed non-terrain landing 11 years ago
Andrew Tridgell 7def71d43a Plane: improved landing approach and flare 11 years ago
Andrew Tridgell e22ab50b16 Plane: fixed build warning 11 years ago
Andrew Tridgell 9184e47f84 Plane: added TERRAIN_LOOKAHD parameter 11 years ago
Andrew Tridgell 781c5bc5dd Plane: use terrain extrapolation 11 years ago
Andrew Tridgell 28facc220d Plane: change threshold for no glide slope to 20m 11 years ago
Andrew Tridgell 8610d9a8ea Plane: added GLIDE_SLOPE_MIN parameter 11 years ago
Andrew Tridgell 9536124300 Plane: more accurate altitude tracking close to waypoints 11 years ago
Andrew Tridgell f983040401 Plane: more fixes for glide slope calculations 11 years ago
Andrew Tridgell c9be610dca Plane: fixed sense of altitude test for glide slope 11 years ago