214 Commits (42e567207ebae9958d040b5126b5f4f89f661e34)

Author SHA1 Message Date
Randy Mackay e8b10f45ee Copter: fix takeoff to terrain alt 3 years ago
Randy Mackay 1ab9cd1d86 Copter: rename auto_take_off_xx to auto_takeoff_xx 3 years ago
m eff8313edf Copter: Pause/Continue in AUTO and GUIDED modes with SCurves 3 years ago
Leonard Hall 4bdfc0d88e Copter: Add pause in guided mode 3 years ago
Leonard Hall 98fa2f35ae Copter: WP Pause support 3 years ago
Leonard Hall b32072c130 Copter: remove loiter_nav from auto 3 years ago
Leonard Hall 806e82a603 Copter: auto and guided takeoff use postion controller 3 years ago
Leonard Hall 4d712d61dc Copter: use position controller for landing reposition 3 years ago
Randy Mackay 1251a91430 Copter: add nav_script_time mission command support 3 years ago
Iampete1 23ea84bf32 copter: fix condition yaw early completion 3 years ago
bnsgeyer a9450ac9b6 Copter: making autotune work for heli too 3 years ago
Rishabh 48124c1c4b Copter: Use new control methods for prec loiter 3 years ago
Leonard Hall fd8c180f57 Copter: Support MAVLINK_MSG_ID_SET_ATTITUDE_TARGET 3 years ago
Randy Mackay d5461f2225 Copter: integrate AP_Mission_ChangeDetector 3 years ago
Peter Barker 285d752143 ArduCopter: create and use AP_OPTICALFLOW_ENABLED 3 years ago
Josh Henderson 3642b14a0b ArduCopter: Guided pos_control_run add yaw_rate timeout 3 years ago
Randy Mackay d4ff180b29 Copter: guided mode remains in takeoff submode longer 3 years ago
Leonard Hall 5d5ccc8c78 Copter: Update ACRO to use rate parameters and update expo function 3 years ago
Randy Mackay e0dd294806 Copter: guided supports using wpnav to reach position targets 3 years ago
Randy Mackay 396ab6f50e Copter: remove unused set_desired_velocity_with_accel_and_fence_limits 3 years ago
Tatsuya Yamaguchi 470cf82a53 Copter: add use_pilot_yaw to ModeSmartRTL class 4 years ago
Tatsuya Yamaguchi 94c771ee74 Copter: add use_pilot_yaw to Mode class 4 years ago
Andy Piper 83bcea1fe0 Copter: turtle mode should output to motors from within motors_output() 4 years ago
Randy Mackay 8102629dfb Copter: refactor/rename precland methods 4 years ago
Rishabh 40adad743e Copter: Disable Prec Land State Machine when Prec Land disabled 4 years ago
Rishabh c5b98c3490 Copter: Support Prec Land State Machine 4 years ago
bnsgeyer ca007ee6f6 Copter: Allow Tradheli to spoolup in guided or auto mode 4 years ago
Andy Piper 1b5ed1caff Copter: add turtle mode 4 years ago
Iampete1 b63cc809ce Copter: add AUTO RTL pseudo mode, DO_LAND_START 4 years ago
Leonard Hall 6d6ab89a72 Copter: Guided and Loiter mode returns Crosstrack error 4 years ago
Peter Barker 2e18b2d162 Copter: simplify throttle-is-unlimited check 4 years ago
Peter Barker 8ccb77f708 Copter: wait for motors to spool up before trying to upright vehicle 4 years ago
Peter Barker 21f8ff4a4e Copter: constify some ModeThrow methods 4 years ago
Josh Henderson 2ba6ae6196 ArduCopter: mark get_wp() const 4 years ago
Randy Mackay 50d0592962 Copter: add GUID_TIMEOUT for guided mode vel, accel and angle control 4 years ago
Leonard Hall 58497bacbd Copter: Auto Yaw variable names and comments 4 years ago
Leonard Hall feae762e64 Copter: additional yaw modes and fixes 4 years ago
Leonard Hall 80e856af20 Copter: Guided: use common initialisation 4 years ago
Leonard Hall 635d13a106 Copter: support for acceleration-based AttitudeControl 4 years ago
Andrew Tridgell d89388c4cc Copter: use cleaned up APIs 4 years ago
Leonard Hall e294991b08 Copter: Fix before squash 4 years ago
Leonard Hall caeaf7c047 Copter: Fix take off altitude 4 years ago
Leonard Hall 4bae8f03a4 Copter: Use PosControl fixes 4 years ago
Pierre Kancir 4368629fb6 Copter: rename RTLState to SubMode 4 years ago
Pierre Kancir 84d385654a Copter: rename SmartRTLState enum to Submode 4 years ago
Pierre Kancir f43e42f0b6 Copter: rename AutoMode enum to SubMode 4 years ago
Pierre Kancir 3fb73d7e93 Copter: move SmartRTLState to SmartRTL class 4 years ago
Pierre Kancir 07632dc7ed Copter: move AutoMode to Auto class 4 years ago
Pierre Kancir 0fe10c6c57 Copter: make SmartRTLState an enum class 4 years ago
Pierre Kancir c4cc3659fc Copter: make RTLState an enum class 4 years ago