14 Commits (032b4373f68bd6b50ef1062beea8cf0dd6112ff9)

Author SHA1 Message Date
Ebin 914f3385a4 ArduCopter: Moved land control fn definitions to mode.cpp (NFC) 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 93de23e7c4 Copter: get-pilot-desired-lean-angles accepts another angle-max 7 years ago
Leonard Hall 9544b1763b Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
Peter Barker 25665c5dd9 Copter: correct definition of unused variable when precision landing disabled 7 years ago
Andrew Tridgell 0ed75052f8 Copter: enable parameters inside mode objects 7 years ago
Pierre Kancir cfc69214e6 Copter: add LAND_ALT_LOW parameter 7 years ago
Randy Mackay 8d6f8e4d9c Copter: move pos-control pids to pos-control library 7 years ago
Leonard Hall 48d0ad26a6 Copter: mode_land sends dt to sqrt controller 7 years ago
Peter Barker 71ad1b5815 Copter: use zero_throttle_and_relax_ac function 7 years ago
Randy Mackay 2d23e1f7c7 Copter: rename flightmode_ objects to mode_ 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
Randy Mackay 8870897847 Copter: FlightMode objects use lower case 7 years ago
Peter Barker 3b1ca99b95 Copter: FlightMode - convert LAND flight mode 7 years ago
murata acfcd9980d Copter: Modify method name in method header. 7 years ago
Peter Barker 1d70a337dd Copter: remove unused desired_climb_rate variable 8 years ago
Andrew Tridgell 0f6d0c5ba9 Copter: combined tri, single, coax and multicopter into a single build 8 years ago
Peter Barker b9808662b8 Copter: remove dead code 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
Jonathan Challinger 7cb9ad6e2b Copter: descend normally from 35cm 8 years ago
Jonathan Challinger f2ef8eec8c Copter: use velocity output from AC_PrecLand 8 years ago
Andrew Tridgell 3041a75798 Copter: limit attitude on landing using WP_NAVALT_MIN 9 years ago
Jonathan Challinger 0051ecb288 Copter: fix LAND_SPEED_HIGH 9 years ago
Randy Mackay 542677f1d5 Copter: land vertical control uses current_loc.alt instead of get_alt_cm 9 years ago
Randy Mackay ac4f36a992 Copter: remove LAND_REQUIRE_MIN_THROTTLE_TO_DISARM feature 9 years ago
Randy Mackay 8681911a0b Copter: small fix to precision land descent rate 9 years ago
Jonathan Challinger a4827aff53 Copter: slow down precision landing descent based on position error 9 years ago
Jonathan Challinger e22220ab62 Copter: refactor landing to reduce duplication, use vertical vel ff 9 years ago
Jonathan Challinger 91a5b26725 Copter: use simplified precland interface 9 years ago
Leonard Hall 7d54c268f6 Copter: consolidate input_euler_angle calls to use smoothing gain 9 years ago
Randy Mackay e6b3638d84 Copter: minor change to land mode's logic to use rangefinder 9 years ago
Randy Mackay 5ac13c0355 Copter: move rangefinder variables into structure 9 years ago
Randy Mackay 7689315ba2 Copter: rename sonar to rangefinder 9 years ago
Randy Mackay 028946ae9e Copter: rename CONFIG_SONAR to RANGEFINDER_ENABLE 9 years ago
skyscraper 6f200fa923 ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
Randy Mackay 27517004c0 Copter: slow to land-speed 10m above terrain 9 years ago
Randy Mackay 39dc2d7176 Copter: while landing use land-speed from 10m above home 9 years ago
Jonathan Challinger 1356deab8b Copter: add control_mode_reason 9 years ago
Randy Mackay 02ac2d0e4e Copter: land uses AP_Motors set_desired_spool_state 9 years ago
Leonard Hall 100fcf799e Copter: land sets desired spool state 9 years ago
Andrew Tridgell f19922fec5 Copter: added LAND_SPEED_HIGH parameter 9 years ago
Randy Mackay d989cf29e2 Copter: cancelling no-gps-land switches to AltHold 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 dfab21171b Copter: call renamed functions in AC_AttitudeControl 9 years ago
Jonathan Challinger 9d8b0f3d58 Copter: call renamed functions in AC_AttitudeControl 9 years ago