206 Commits (89afa913f13f374c95b15cc12d2bde1bfd8ee817)

Author SHA1 Message Date
Randy Mackay 728e8f8f56 Copter: land_state uses enum 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 c3d71f733c Copter: remove get_takeoff_trigger_throttle 9 years ago
Randy Mackay d1e257d5b6 Copter: remove unused get_throttle_pre_takeoff 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 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 f0f87a2f0c Copter: add throw_nextmode 9 years ago
Randy Mackay 64ac18da6c Copter: move throw state into structure 9 years ago
Randy Mackay 1161417d7f Copter: add GUIDED_NOGPS flight mode 9 years ago
Randy Mackay 49674abb21 Copter: guided mode's velocity controller stops before fence 9 years ago
Randy Mackay dc52f3b2df Copter: guided mode applies acceleration limits to velocity controller 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 68899ed921 Copter: add adsb to failsafe structure and report in heartbeat to GCS 9 years ago
Andrew Tridgell 387da40fc5 ArduCopter: adjust for 16 channels in SERVO_OUTPUT_RAW 9 years ago
Andrew Tridgell cb5ca713a9 Copter: added AP_Button support 9 years ago
Francisco Ferreira 90a4b36263 Copter: remove pre-arm check for rally points 9 years ago
Francisco Ferreira 25fefe77b7 Copter: add AP_Rally_Copter 9 years ago
Jonathan Challinger e22220ab62 Copter: refactor landing to reduce duplication, use vertical vel ff 9 years ago
Andrew Tridgell 3a8ed06267 Copter: added TKOFF_NAV_ALT parameter 9 years ago
Randy Mackay 877a144dea Copter: pre-arm check that rally points are within fence 9 years ago
Jonathan Challinger 91a5b26725 Copter: use simplified precland interface 9 years ago
Randy Mackay 543d5701e7 Copter: remove unused log_write_startup 9 years ago
Daniel Ricketts 87be8daf0e Copter: integrate AC_Avoidance library 9 years ago
Leonard Hall e9d8a28ec0 Copter: AP_Motor's throttle_hover replaces throttle_average 9 years ago
Peter Barker e977d85e0c Copter: move telemetry_delayed up into base class 9 years ago
Peter Barker bb19c57615 Copter: subclass GCS_MAVLink in place of defining its functions for it 9 years ago
Randy Mackay cb9ca94dd1 Copter: remove unused pv_location_to_vector_with_default 9 years ago
Randy Mackay 8171532dc5 Copter: allow rangefinder to be disabled from definition 9 years ago
Randy Mackay e489c3184c Copter: rangefinder.enabled false if no range finders are configured 9 years ago
Randy Mackay 59070653cc Copter: provide filtered range finder altitude to AC_WPNav 9 years ago
Randy Mackay 5ac13c0355 Copter: move rangefinder variables into structure 9 years ago
Randy Mackay 273b9acad8 Copter: prearm check that RTL_ALT is below rangefinder max alt 9 years ago
Randy Mackay ba38b0234f Copter: use rangefinder class's valid_range_count 9 years ago
Randy Mackay 949d5f7109 Copter: add rangefinder_alt_ok 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
Randy Mackay e0bf08abe0 Copter: fixes to guided mode target check is within fence 9 years ago
Saloni Jain bc22419286 Copter : Modified set_guided_destination() to reject requests for guided waypoints outside the fence. 9 years ago
Randy Mackay 793e3da904 Copter: rename variables used for NAV_DELAY command 9 years ago
Niti Rohilla 55f66b7696 Copter: Add support for MAV_CMD_NAV_DELAY 9 years ago
Jonathan Challinger c99cac773b Copter: add brake_timeout_to_loiter_ms 9 years ago
Andrew Tridgell 9da3b8db60 Copter: only log baro, gps and mag if ekf not logging them 9 years ago
Andrew Tridgell b235304235 Copter: reduce IMU logging to 25Hz 9 years ago
Lucas De Marchi 352e103f1a ArduCopter: use separate header for version macro 9 years ago
Michael du Breuil c97888f524 Copter: Remove support for CONDITION_CHANGE_ALT 9 years ago