63 Commits (1b05a18b84a027cbbdc9df88b238ca3c808963ff)

Author SHA1 Message Date
Dr.-Ing. Amilcar do Carmo Lucas 8e143aa637 Copter: Do not switch into a disabled flight mode 7 years ago
Dr.-Ing. Amilcar Do Carmo Lucas ed36ec3c29 Copter: add option to disable THROW mode 7 years ago
Dr.-Ing. Amilcar Do Carmo Lucas b27c00dc5f Copter: add option to disable ACRO mode 7 years ago
Peter Barker 7154f4dea4 Copter: add option to disable LOITER mode 7 years ago
Peter Barker b9ad2bc8db Copter: add option to disable AUTO mode 7 years ago
Dr.-Ing. Amilcar Do Carmo Lucas def098bd8a Copter: obey ADSB_ENABLED == DISABLED 7 years ago
murata 296ee7315b Copter: minor formatting fixes 7 years ago
murata c31c2a4cf1 Copter: optionalize the winch 7 years ago
Andrew Tridgell 89674482a7 Copter: added FLTMODE_CH parameter 7 years ago
Pierre Kancir 10e6fe43dd Copter: Add a switch option to enable/disable RC_Override 7 years ago
Randy Mackay 2d23e1f7c7 Copter: rename flightmode_ objects to mode_ 7 years ago
Peter Barker f2495b2d08 Copter: FlightMode - convert LOITER flight mode 7 years ago
Randy Mackay 787954fa37 Copter: integrate winch library 7 years ago
Andrew Tridgell 951ed95eb9 Copter: support inverted flight CH7 option 7 years ago
Randy Mackay 44a436642b Copter: complete rename to SmartRTL 8 years ago
squilter 4b57a4a231 Copter: rename SafeRTL to SmartRTL 8 years ago
squilter ba0e08552f Copter: add SafeRTL flight mode 8 years ago
Peter Barker cdf9ebcb39 Copter: camera is responsible for taking distance-based-images and logging 8 years ago
Peter Barker f60389d4aa Copter: use send_text method on the GCS singleton 8 years ago
Randy Mackay a5ea9420c0 Copter: landing gear position set less often 8 years ago
Randy Mackay 51c00f8144 Copter: use only downward facing rangefinder 8 years ago
Peter Barker b7f982d7ce Copter: support for arming and disarming using an auxsw 8 years ago
Andrew Tridgell 0f6d0c5ba9 Copter: combined tri, single, coax and multicopter into a single build 8 years ago
Andrew Tridgell 5a87ae3f01 Copter: use new SRV_Channels API 8 years ago
Peter Barker a233024e05 Copter: fix compilation when fence andd proximity are disabled 8 years ago
Randy Mackay 38478638de Copter: aux switch for enable/disable proximity based avoidance 8 years ago
Randy Mackay 2371b05696 Copter: init avoid-adsb and prec-loiter enabled from switch positions 8 years ago
Randy Mackay 2365036e5c Copter: move #if within case statement in switches.cpp 8 years ago
Randy Mackay 70feff487e Copter: format fixes to switches.cpp 8 years ago
Peter Barker 556eb88fe5 Copter: fix compile when precland is not selected 8 years ago
Peter Barker e72f5a6240 ArduCopter: enable/disable precision loiter on a switch 8 years ago
Peter Barker 2fd6be8ccb ArduCopter: neaten reading of aux switches 8 years ago
Peter Barker 236b8ab6b7 Copter: make EPM a subclass of AP_Gripper_Backend 8 years ago
Peter Barker 920868145c Copter: support for AP_Gripper 8 years ago
Peter Barker d877a00825 Copter: call run rather than enable for sprayer 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Randy Mackay ccc99c772f Copter: remove union from aux_con for switch state 8 years ago
murata b23823a934 Copter: delete unused variable from aux switch structure 8 years ago
Peter Barker b81074d83a Copter: simplify auxsw duplicates check 8 years ago
Randy Mackay e17c8ac851 Copter: remove non-working reset-to-armed-yaw 9 years ago
Jonathan Challinger 80f3541933 Copter: add configurable arming delay 9 years ago
Randy Mackay 807e930251 Copter: throw uses motor spooling instead of interlock 9 years ago
Randy Mackay d50987f976 Copter: avoidance_adsb implements copter avoidance using ADSB 9 years ago
Randy Mackay e489c3184c Copter: rangefinder.enabled false if no range finders are configured 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
Jonathan Challinger 1356deab8b Copter: add control_mode_reason 9 years ago
Jonathan Challinger a0ce8af633 Copter: use enum type for control_mode 9 years ago