18 Commits (668ebf160e8df28575e3546e337b93d4a3747b93)

Author SHA1 Message Date
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
Andrew Tridgell 9d6b745556 Plane: fixed terrain glide slope 11 years ago
Andrew Tridgell 88b73492c2 Plane: fixed APM2 build 11 years ago
Andrew Tridgell b158b7e5a9 Plane: replace HAVE_AP_TERRAIN with AP_TERRAIN_AVAILABLE 11 years ago
Andrew Tridgell 49c28b747f Plane: fixed glide slope for terrain following 11 years ago
Andrew Tridgell 3e320d71ab Plane: added TERRAIN_FOLLOW parameter 11 years ago
Andrew Tridgell d18c00d6fc Plane: split up altitude handling 11 years ago