62 Commits (bc5fb10ddc6b8b110b250dad7a2df7cfd6c4de94)

Author SHA1 Message Date
Tom Pittenger f048aafb76 Plane: store auto land slope 9 years ago
Tom Pittenger 7af888633d Plane: 3of3 add loiter_xtrack option flag for post-loiter navigation 9 years ago
Ricardo de Almeida Gonzaga 1fad971851 ArduPlane: Fix typos 9 years ago
Andrew Tridgell 12e0012b16 Plane: allow for NAV_LOITER_UNLIM and NAV_LOITER_TIME in quadplane 9 years ago
Andrew Tridgell 691d4b6ca7 Plane: added local reached_loiter_target() 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
Michael du Breuil 731c68f273 Plane: Change mode to RTL on end of mission rather then staying in auto 9 years ago
Andrew Tridgell 76400a9959 Plane: support DO_VTOL_TRANSITION as a mission item 9 years ago
Tom Pittenger 2ba9a04bf5 Plane: smooth-out the end of takeoff pitch by reducing takeoff pitch min via TKOFF_PLIM_SEC 9 years ago
Tom Pittenger 183369b92a Plane: take advantage of L1 stale flag and correctly inhibit flight stage if not lined up on approach 9 years ago
Tom Pittenger 6a83ad419a Plane: moved update_flight_stage() inside setup_glide_slope() 9 years ago
Andrew Tridgell 2a1985d0f9 Plane: fixed loiter radius at end of mission 9 years ago
Tom Pittenger 6718241dad cleanup comments 9 years ago
Tom Pittenger f3638f421e Plane: fix short loiters exiting early 9 years ago
Tom Pittenger bf5005103c Plane: allow loiter waypoints to have a zero lat/lng or alt to mean use current 9 years ago
Tom Pittenger be3941efdf Plane: unify loiter mission items to require heading to next wp 9 years ago
Tom Pittenger 9e452838ab Plane: loiter missions to default to loiter_radius if mission says 0 or 1. 9 years ago
Tom Pittenger ed98617d42 Plane: utilize radius for loiter commands 9 years ago
Tom Pittenger 2e92089ce6 Plane: Reverse Thrust 9 years ago
Andrew Tridgell 8dba91658c ArduPlane: log a picture if AP_Camera::control() returns true 9 years ago
Andrew Tridgell d82c8dcd6d ArduPlane: update for changed AP_Camera API 9 years ago
Dario Lindo Andres 9bba55f937 ArduPlane: Added precise camera trigger logging 9 years ago
Andrew Tridgell 23eef91c59 Plane: added parameter RTL_RADIUS 9 years ago
Andrew Tridgell 70018ee0cb Plane: fixed final descent for VTOL auto landing 9 years ago
Andrew Tridgell f068a8c913 Plane: added support for VTOL_TAKEOFF and VTOL_LAND commands 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Luis Vale Gonçalves b7f3782e4e Plane: Text revisions 9 years ago
Caio Marcelo de Oliveira Filho c8888329e1 Plane: use millis/micros/panic functions 9 years ago
lvale e18181e5c2 Plane: Uniformization of severities 9 years ago
Tom Pittenger 178bbb080b Plane: improve crosstrack error while navigating to loiter point 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 9affddcaa3 Plane: initial support for AP_Parachute library 9 years ago
Randy Mackay d54e28e129 Plane: send home position when home is set or get-home msg received 9 years ago
Andrew Tridgell d019f83bee Plane: allow for higher roll limits on takeoff 10 years ago
Andrew Tridgell 86e8c7ed2f Plane: add some safety to detect bad lidar readings 10 years ago
squilter 7365701d13 Plane: Support do_digicam_x via command_long 10 years ago
Andrew Tridgell 0cc165308d Plane: use 4 degrees if zero takeoff pitch 10 years ago
Tom Pittenger d36ee786e4 Plane: init hold_course in do_takeoff 10 years ago
Tom Pittenger 25da4ec0ea Plane: added flight stage FLIGHT_LAND_ABORT and abort mechanism 10 years ago
Tom Pittenger 6e55b44b63 Plane: change NAV_CONTINUE_AND_CHANGE_ALT behavior 10 years ago
Randy Mackay 4bf36d787b Plane: use labs for int32 values 10 years ago
squilter 583c087eca Plane: update severities 10 years ago
Tom Pittenger fed50aa5c5 Plane: is_crashed flag gets reset too easily 10 years ago
Tom Pittenger 204ff7b158 Plane: move statics into new struct 10 years ago
Tom Pittenger da8f4f9e95 Plane: reworked is_flying 10 years ago
Michael Day f20beecb0b Plane: Climb/descent "intent" param with CONTINUE_AND_CHANGE_ALT 10 years ago
Tom Pittenger 86e3116fb6 Plane: implement try send mission_item_reached 10 years ago
Tom Pittenger f1eb2f88df Plane: post "Distance from LAND point" on every land 10 years ago