53 Commits (3e9294a2aeb8b7d2246965678d911b81ed7fffdd)

Author SHA1 Message Date
Michael du Breuil 8417bcc7d5 Plane: Add flight options bitmask 7 years ago
Tom Pittenger 518abfe1d0 Plane: Allow GUIDED mode to take advantage of crosstrack flag. 7 years ago
Tom Pittenger 746ca91649 Plane: reset groundspeed_undershoot value when GPS is lost 7 years ago
Tom Pittenger 1ef0f27786 Plane: allow control_mode enum to be in arbitrary order 7 years ago
Tom Pittenger 39a200b83f Plane: allow control_mode enum to be in arbitrary order 7 years ago
Michael du Breuil 1a3ca43e86 Plane: Don't check FS_SHORT_TIMEOUT if it's disabled 7 years ago
Tom Pittenger 7271586a47 Plane: invert auto_state.no_crosstrack flag to be auto_state.crosstrack. Non-functional change 7 years ago
Andrew Tridgell f14f40d3ef Plane: fixed GUIDED loiter with Q_RTL_MODE=1 7 years ago
Andrew Tridgell aa430a6e2c Plane: use RTL_RADIUS for QRTL threshold 7 years ago
Andrew Tridgell c24ee9192b Plane: prevent a float exception at pitch 90 7 years ago
Andrew Tridgell 178e7eca54 Plane: always setup target airspeed 8 years ago
Peter Barker 250f315678 Plane: eliminate gcs_send_mission_item_reached wrapper 8 years ago
Andrew Tridgell 92f88e9b33 Plane: fixed climb rate for quadplanes in CRUISE 8 years ago
Tom Pittenger 4ccd59f394 Plane: allow exiting loiter_to_alt in cases where you get stuck 8 years ago
Michael du Breuil 2326eee9a0 Plane: Move loiter_radius to vehicle 8 years ago
Tom Pittenger 61bc0a6206 Plane: check stage==LAND instead of landing.in_progress 8 years ago
Michael du Breuil 3e66dd10d7 Plane: Move landing stages inside AP_Landing and refactor 8 years ago
Randy Mackay c3b6fd4315 Plane: fix suppressing comment for case fall through 8 years ago
Tom Pittenger 696828c144 Plane: increase landing airspeed scaled to headwind 8 years ago
Tom Pittenger ac1dced3bf Plane: set landing params as private and use accessors 8 years ago
Tom Pittenger 8a5a62cfdc Plane: migrate aparm "LAND_" params from plane to AP_Landing 8 years ago
Tom Pittenger f556f705e6 Plane: move various g params to aparms 8 years ago
Tom Pittenger 896b931a7c Plane: Move auto_state variables to AP_landing members 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
murata 2f18d1de73 Plane: To add a judgment of 0 degrees longitude. 8 years ago
Andrew Tridgell 4e017bf5b3 Plane: fixed loiter mode when Q_GUIDED_MODE=1 8 years ago
Tom Pittenger ca32bcc58d Plane: add new flight mode AVOID_ADSB to mimic GUIDED 9 years ago
Tom Pittenger fc50f145ce Revert "ArduPlane: Convert references to AP_Airspeed. Added automatic migration of ARSPD_FBW_MIN and ARSPD_FBW_MAX (plane parameter) to ARSPD_FBW_MIN and ARSPD_FBW_MAX (library parameter)." 9 years ago
AndersonRayner da1b18d918 ArduPlane: Convert references to AP_Airspeed. Added automatic migration of ARSPD_FBW_MIN and ARSPD_FBW_MAX (plane parameter) to ARSPD_FBW_MIN and ARSPD_FBW_MAX (library parameter). 9 years ago
Tom Pittenger d2365c25c6 Plane: increase update_waypoint() distance threshold during update_loiter() 9 years ago
Tom Pittenger 8a58f5a5eb Plane: convert airspeed_error_cmd to airspeed_error (in meters) 9 years ago
Tom Pittenger 25dfb583d5 Plane: adjust target_airspeed with and without airspeed sensor (pitot) 9 years ago
Andrew Tridgell 12e0012b16 Plane: allow for NAV_LOITER_UNLIM and NAV_LOITER_TIME in quadplane 9 years ago
Andrew Tridgell 3fc43b94f9 Plane: separate out auto and guided VTOL states 9 years ago
Andrew Tridgell 691d4b6ca7 Plane: added local reached_loiter_target() 9 years ago
Andrew Tridgell 6b358a5618 Plane: added Q_GUIDED_MODE parameter 9 years ago
skyscraper 7f29903287 ArduPlane: Fix up after refactoring RC_Channel class 9 years ago
Tom Pittenger ec3e9014e4 Plane: move target land_airspeed logic to top layer 9 years ago
Andrew Tridgell a7006a7784 Plane: refactor perf variables into a structure 9 years ago
Michael du Breuil c17ea21a97 Plane: Add support for DO_REPOSITION via COMMAND_INT 9 years ago
Andrew Tridgell 62574b35b5 Plane: fixed negative loiter radius values 9 years ago
Tom Pittenger ff57884eca Plane: renamed variable, non-functional change 9 years ago
Andrew Tridgell f0eddd6366 Plane: ensure we always eventually capture a loiter 9 years ago
Andrew Tridgell d7d528560d Plane: don't start summing for loiter until we reach loiter circle 9 years ago
Tom Pittenger ff249788bf Plane: add a default Navigation option as explained in the param docs 9 years ago
Tom Pittenger 9e452838ab Plane: loiter missions to default to loiter_radius if mission says 0 or 1. 9 years ago
Andrew Tridgell 23eef91c59 Plane: added parameter RTL_RADIUS 9 years ago
Tom Pittenger 7978872e32 AP_Plane: set path_propportion in TECS 9 years ago
Tom Pittenger d18c25a0f9 Plane: add item_reached_msg to GUIDED 9 years ago
Jonathan Challinger 05eb723429 Plane: reflect renamed function in AP_AHRS 9 years ago