24 Commits (a5c55c3fbdf4f8135b744144768a2d658dd742ae)

Author SHA1 Message Date
Tom Pittenger 9aa25cb7a0 Plane: update flight stage on successful restart_landing_sequence() 9 years ago
Tom Pittenger f12658dd20 Plane: more comments on landing flare 9 years ago
Tom Pittenger fefcf39335 Plane: must be on land approach before flare alt/sec are used 9 years ago
Tom Pittenger 12663eaa48 Plane: simplify flare logic 9 years ago
Grant Morphett 2887e48178 Plane: Fixed bug with landing flare for high values of LAND_FLARE_SEC 9 years ago
Tom Pittenger 2e92089ce6 Plane: Reverse Thrust 9 years ago
Tom Pittenger b8d5369ebd Plane: add flight stage LAND_PREFLARE 9 years ago
Tom Pittenger 0bfe235d6b Plane: use abort landing logic with mavlink GO_AROUND cmd 9 years ago
Luis Vale Gonçalves b7f3782e4e Plane: Text revisions 9 years ago
lvale e18181e5c2 Plane: Uniformization of severities 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 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
Tom Pittenger fc2c94f78f Plane: utilize NAV_CONTINUE_AND_CHANGE_ALT for land abort 10 years ago
Tom Pittenger 25da4ec0ea Plane: added flight stage FLIGHT_LAND_ABORT and abort mechanism 10 years ago
Tom Pittenger 81f8358705 Plane: restart landing by jumping to DO_LAND_START or decrement mission 10 years ago
squilter 583c087eca Plane: update severities 10 years ago
Tom Pittenger ee9a66bd02 Plane: fix compiler warning re double promotion 10 years ago
Tom Pittenger f1eb2f88df Plane: post "Distance from LAND point" on every land 10 years ago
Grant Morphett c87929e907 Plane: Fix landing to stop divide by zero if params are 0 10 years ago
Andrew Tridgell 358a13261c Plane: moved sink_rate calculation to update_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 c4c47cba66 Plane: compile warnings: float to double. print statements require doubles 10 years ago
Michael Day 8a6fc0ad77 Plane: If LAND_FLARE_SEC is 0 use LAND_FLARE_ALT for aim_height. 10 years ago
Michael Day 05d065b471 Plane: Make LAND_FLARE_SEC optional. 10 years ago
Andrew Tridgell 9468a59204 Plane: require 3 seconds of not flying to declare a crash on land 10 years ago
Tom Pittenger 1b0ed277b3 Plane: Disarm On Land 10 years ago
Andrew Tridgell e55350a5d6 Plane: added crash detection in autoland 10 years ago
Andrew Tridgell 1c1798fb11 Plane: support much smoother flare transitions 10 years ago
Andrew Tridgell 28341a6c7a Plane: handle very steep landings more gracefully 10 years ago
Andrew Tridgell ae96a48efc Plane: use location_path_proportion() 10 years ago
Andrew Tridgell 976ae14f1f Plane: improve landing aim point calculation 10 years ago
Andrew Tridgell c299f721b1 Plane: fixed sense of landing sink rate calculation 10 years ago
Andrew Tridgell c046273be2 Plane: fixed verify_land() comment for go-around 10 years ago
Michael Day 01f611daa9 Plane: "Go around" operation. Assumes go around behavior follows land wp. 10 years ago
Andrew Tridgell e434850f1f Plane: move set_mode() after mission.set_current_cmd() 10 years ago
Andrew Tridgell 02b80db67c Plane: minor code style change 10 years ago
Michael Day c1b949a74f Plane: Bugfix. Changing to landing sequence now works at mission end. 10 years ago
Andrew Tridgell 24622030b4 Plane: improved landing glide slope 11 years ago
Andrew Tridgell 50f492a69f Plane: added RNGFND_LANDING option 11 years ago
Andrew Tridgell d0b6676547 Plane: do landing flare if past landing point 11 years ago
Andrew Tridgell dad95648a0 Plane: split landing code into landing.pde 11 years ago