183 Commits (5786d66ea1aa734233e24ff6ddfe446249b7c136)

Author SHA1 Message Date
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
Randy Mackay 43d14defd4 Copter: RTL handles terrain data failure 9 years ago
Randy Mackay 47658fe964 Copter: add terrain failsafe 9 years ago
Randy Mackay 13c26eab67 Copter: update current_loc at 400hz 9 years ago
Randy Mackay ddffbe27aa Copter: add terrain pre-arm check 9 years ago
Randy Mackay 91f6c7b503 Copter: add TERRAIN_USE parameter 9 years ago
Randy Mackay 267c1c3934 Copter: guided mode handles terrain alt 9 years ago
Randy Mackay e8b14e59fc Copter: spline mission commands handle terrain altitudes 9 years ago
Randy Mackay 81d244c9bd Copter: do-circle accept terrain altitude 9 years ago
Randy Mackay 352b6ae82a Copter: RTL supports terrain altitudes 9 years ago
Randy Mackay 06ee6a7bd4 Copter: auto takeoff accepts abs and terrain alts 9 years ago
Randy Mackay 9449776e3c Copter: straight line waypoints accept terrain 9 years ago
Randy Mackay 84fd8da944 Copter: current_loc to Location class 9 years ago
Andrew Tridgell 5149a49daa Copter: added logging of dropped log messages in PM message 9 years ago
Jonathan Challinger 2a36c32cf3 Copter: add prev_control_mode and prev_control_reason 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
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Leonard Hall a9cda8b384 Copter: add convert_pid_parameters to ease migration to new PID gains 9 years ago
Randy Mackay d2a42a7a0e Copter: remove heli_radio_passthrough 9 years ago
Randy Mackay ce1fb7fb06 Copter: passthrough pilot input to motors to allow wiggling servos 9 years ago
Randy Mackay 3eaf7a4582 Copter: set tradheli rotor speed using 0 to 1 range 9 years ago
Leonard Hall 263052da21 Copter: drift uses 0 to 1 throttle and sets motor spool state 9 years ago
Leonard Hall 74983669be Copter: set_accel_throttle_I_from_pilot_throttle uses 0 to 1 range 9 years ago