4683 Commits (fc50f145ceae4ddb26e2019532b8c95f9b110149)

Author SHA1 Message Date
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 5b5385715e Copter: manual modes set_land_complete to false 9 years ago
Randy Mackay c3d71f733c Copter: remove get_takeoff_trigger_throttle 9 years ago
Randy Mackay ac4f36a992 Copter: remove LAND_REQUIRE_MIN_THROTTLE_TO_DISARM feature 9 years ago
Randy Mackay d1e257d5b6 Copter: remove unused get_throttle_pre_takeoff 9 years ago
Randy Mackay cb5d3238cb Copter: poshold provides throttle feedback from mid-stick when landed 9 years ago
Randy Mackay 6d9d3c1458 Copter: autotune provides throttle feedback from mid-stick when landed 9 years ago
Randy Mackay 88da5bd453 Copter: sport mode restructured to match althold and feedback from mid-stick 9 years ago
Randy Mackay 53f0216269 Copter: sport - fix call to relax_alt_hold_controller 9 years ago
Randy Mackay 5061b29031 Copter: poshold - fix call to relax_alt_hold_controller 9 years ago
Randy Mackay aa4661835e Copter: brake - fix call to relax_alt_hold_controller 9 years ago
Leonard Hall 5b277f4fb5 Copter: autotune - fix call to relax_alt_hold_controllers 9 years ago
Leonard Hall 205bac91a1 Copter: loiter spin-up to throttle min (and remove a state) 9 years ago
Leonard Hall d9deab9e8e Copter: AltHold pilot feedback only spins up to min throttle 9 years ago
Leonard Hall 22422bd7b3 Copter: autotune bug fix to autotune_updating_p_up_d_down 9 years ago
Jonathan Challinger 80f3541933 Copter: add configurable arming delay 9 years ago
Jonathan Challinger 4a6cc75ebb Copter: whitespace change 9 years ago
Randy Mackay 595aea236a Copter: consolidate throw mode state into structure 9 years ago
Randy Mackay 381397c7bd Copter: set throw mode stage on init 9 years ago
Randy Mackay 807e930251 Copter: throw uses motor spooling instead of interlock 9 years ago
Randy Mackay f4f13bbe6b Copter: add throw mode logging 9 years ago
Randy Mackay 8c5c8eec44 Copter: minor throw mode comment fix 9 years ago
Randy Mackay 8e58ea9277 Copter: add throw mode defines for required speed 9 years ago
chambana 25940c8e0f Copter: add THROW_TYPE and allow dropping vehicle to trigger motors 9 years ago
Randy Mackay f0f87a2f0c Copter: add throw_nextmode 9 years ago
Randy Mackay 64ac18da6c Copter: move throw state into structure 9 years ago
Randy Mackay 40db19549e Copter: allow taking off in Guided mode's attitude control sub mode 9 years ago
Randy Mackay 4e92f08bf1 Copter: only accept attitude targets in Guided mode 9 years ago
Randy Mackay 1161417d7f Copter: add GUIDED_NOGPS flight mode 9 years ago
Gustavo Jose de Sousa f2dec971e7 waf: add "ap_" prefix to keywords "libraries" and "vehicle" 9 years ago
Jonathan Challinger 2c41459fe9 Copter: loosen accelerometer consistency check in z-axis 9 years ago
murata b1f204e2a6 Copter: use constrain_float for target_roll assignment 9 years ago
Lucas De Marchi c0b49f6aeb ArduCopter: Remove i2c lockup count 9 years ago
mirkix e3934fac80 ArduCopter: Delete (wrong) filename out of header 9 years ago
Randy Mackay 49674abb21 Copter: guided mode's velocity controller stops before fence 9 years ago
Randy Mackay 7a6e0a981b Copter: simplify guided mode's velocity controller's accel limit calcs 9 years ago
Randy Mackay dc52f3b2df Copter: guided mode applies acceleration limits to velocity controller 9 years ago
Randy Mackay 866487608e Copter: rename guided mode's posvel controller target variables 9 years ago
Randy Mackay 6118bf1b14 Copter: remove adsb sensor library based avoidance 9 years ago
Randy Mackay d50987f976 Copter: avoidance_adsb implements copter avoidance using ADSB 9 years ago
Randy Mackay df55704875 Copter: pre-arm check includes adsb failsafe 9 years ago
Randy Mackay 68899ed921 Copter: add adsb to failsafe structure and report in heartbeat to GCS 9 years ago
Randy Mackay f4db4bdb08 Copter: GCS_MAVLink passes packets to AP_Avoidance 9 years ago
Randy Mackay 61844b3062 Copter: add AP_Avoidance to build 9 years ago
Andrew Tridgell 387da40fc5 ArduCopter: adjust for 16 channels in SERVO_OUTPUT_RAW 9 years ago
Tom Pittenger 07a838937e Copter: handle ADSB-Out packets 9 years ago