15 Commits (44ff21479d5f5869983c26a6edfc9ef325cf11ea)

Author SHA1 Message Date
Peter Barker 845f015648 Copter: adjust for Location_Class and Location unification 6 years ago
Pierre Kancir c50eed5e9a Copter: log and notify when manual land repositionning is active 6 years ago
Peter Barker e02a645354 Copter: use fabsf() instead of labs() 6 years ago
Peter Barker 26ca75efae Copter: make libraries get EKF control limits themselves 6 years ago
Leonard Hall 17b61f72a3 Copter: Initialise desired acceleration before loiter init 6 years ago
Peter Barker ba8b3e2415 Copter: create an AutoYaw helper object to hold auto-yaw state 7 years ago
Randy Mackay 59e4749fd0 Copter: integrate AC_Loiter 7 years ago
Ebin 1ff4019ddf ArduCopter: moved landing control fns from Copter to Mode 7 years ago
Ebin d8f56b3511 ArduCopter: changed signature for get_pilot_desired_lean_angles() 7 years ago
Randy Mackay 1a0be015f9 Copter: land, loiter, rtl provide dt to AC_WPNav::set_pilot_desired_acceleration 7 years ago
Leonard Hall 9544b1763b Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
Andrew Tridgell 0ed75052f8 Copter: enable parameters inside mode objects 7 years ago
Peter Barker 71ad1b5815 Copter: use zero_throttle_and_relax_ac function 7 years ago
Peter Barker d9235d3d41 Copter: make landing_gear_should_be_deployed a base-class method 7 years ago
Randy Mackay c3fbf2671c Copter: rename control_xx.cpp files to mode_xx.cpp 7 years ago
Randy Mackay 06fbe8f3a7 Copter: rename FlightMode class to Mode 7 years ago
Peter Barker 682f3c0e7e Copter: FlightMode - convert RTL flight mode 7 years ago
Randy Mackay 8d6d09169f Copter: rtl uses labs for alt comparison 7 years ago
Peter Barker 5b793252ed Copter: stop disarming as part of running rtl as mission item 7 years ago
Peter Barker f60389d4aa Copter: use send_text method on the GCS singleton 8 years ago
Randy Mackay 65e97a9503 Copter: rtl initialises wp controller earlier 8 years ago
Jacob Walser 868be023ee Copter: Refactor fence.get_safe_alt() to fence.get_safe_alt_max() 8 years ago
Peter Barker cc86011d20 Copter: use abs() on integers; Location alts are in integer cm 8 years ago
Andrew Tridgell 0f6d0c5ba9 Copter: combined tri, single, coax and multicopter into a single build 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Randy Mackay 5894a54a16 Copter: althold uses current alt target if active 8 years ago
Randy Mackay 5255f55cc3 Copter: add comments to RTL's compute return target 9 years ago
Randy Mackay 68d3655195 Copter: fix rtl's use of rally point alt 9 years ago
Randy Mackay 57977e2d76 Copter: ensure RTL to rally point does not breach the altitude fence 9 years ago
Francisco Ferreira 43ad1f372d Copter: change function from computing return altitude to computing return target 9 years ago
Francisco Ferreira e732cda577 Copter: when calculating RTL return alt use rtl_path directly 9 years ago
Randy Mackay ac4f36a992 Copter: remove LAND_REQUIRE_MIN_THROTTLE_TO_DISARM feature 9 years ago
mirkix e3934fac80 ArduCopter: Delete (wrong) filename out of header 9 years ago
Jonathan Challinger e22220ab62 Copter: refactor landing to reduce duplication, use vertical vel ff 9 years ago
Leonard Hall 7d54c268f6 Copter: consolidate input_euler_angle calls to use smoothing gain 9 years ago
Randy Mackay 3688636736 Copter: RTL ignores terrain during terrain failsafe 9 years ago
dgrat 3bc97ae356 ArduCopter: Do not use is_zero() for non-float types 9 years ago
skyscraper 6f200fa923 ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
Randy Mackay caf6bbc2e0 Copter: rename set_alt to set_alt_cm in control_rtl 9 years ago
Randy Mackay 43d14defd4 Copter: RTL handles terrain data failure 9 years ago
Randy Mackay 352b6ae82a Copter: RTL supports terrain altitudes 9 years ago
Jonathan Challinger 1356deab8b Copter: add control_mode_reason 9 years ago
Randy Mackay a927db3e6a Copter: rtl uses AP_Motors set_desired_spool_state 9 years ago
Leonard Hall cce426dcb8 Copter: rtl uses throttle in 0 to 1 range and sets motor spool state 9 years ago
Randy Mackay 2c5f9422d4 Copter: log event if pilot cancels land 9 years ago
Jonathan Challinger 8965185587 Copter: add "high throttle cancels landing" option 9 years ago
Jonathan Challinger 3800c66f07 Copter: add RTL_CONE_SLOPE 9 years ago
Jonathan Challinger dcd16696a2 Copter: refactor RTL to compute full path on initialization 9 years ago
Jonathan Challinger dfab21171b Copter: call renamed functions in AC_AttitudeControl 9 years ago
Jonathan Challinger 9d8b0f3d58 Copter: call renamed functions in AC_AttitudeControl 9 years ago