4571 Commits (fde0652d81b61ca94790b000662fdfe28c9fa22e)

Author SHA1 Message Date
Andrew Tridgell 8913dc32b0 Copter: simplify UART setup 9 years ago
Andrew Tridgell 31866c66d8 Copter: always build with MAVLink2 headers 9 years ago
Andrew Tridgell 57870cccb9 ArduCopter: update signing timestamp on GPS lock 9 years ago
Andrew Tridgell b85f129cc5 ArduCopter: handle SETUP_SIGNING message 9 years ago
Randy Mackay 5461002eea Copter: read rangefinder at 20hz 9 years ago
Randy Mackay e6b3638d84 Copter: minor change to land mode's logic to use rangefinder 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 e18bf3af56 Copter: remove unused definitions 9 years ago
Randy Mackay 5ac13c0355 Copter: move rangefinder variables into structure 9 years ago
Randy Mackay 70463dc572 Copter: auto_spline_start handles triggers terrain failsafe 9 years ago
Randy Mackay 3688636736 Copter: RTL ignores terrain during terrain failsafe 9 years ago
Randy Mackay 273b9acad8 Copter: prearm check that RTL_ALT is below rangefinder max alt 9 years ago
Randy Mackay c7f80324fa Copter: tilt correct rangefinder 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
Don Gagne 97d361333d ArduCopter: SET_SENSORS_OFFSETS support for third compass 9 years ago
Randy Mackay a9d16f3373 Copter: move auto's take-off check to beginning of auto_init 9 years ago
Niti Rohilla 26e41fee7a Copter: prevent Auto tipovers caused by missing takeoff command 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
Andrew Tridgell e4948544e7 Copter: cleanup unnecessarily complex gcs[] usage 9 years ago
dgrat 3bc97ae356 ArduCopter: Do not use is_zero() for non-float types 9 years ago
Ricardo de Almeida Gonzaga ce241dd97a ArduCopter: Fix typos 9 years ago
Francisco Ferreira 8fb318a6e1 Copter: fix do_loiter when executed in same location 9 years ago
Francisco Ferreira 8ce8551669 Copter: fix detection of 0 values for lat, lng and alt in waypoints 9 years ago
Randy Mackay 0732ad3957 Copter: add comments to set_land_complete 9 years ago
Jonathan Challinger 747344a8ba Copter: add disarm on land detect option to PILOT_THR_BHV 9 years ago
Randy Mackay cfb2a6b2f9 Copter: update brake-timeout to work with master 9 years ago
Randy Mackay 0a2336a5a8 Copter: update solo-buttons to work with master 9 years ago
Jonathan Challinger 67cd2bae08 Copter: implement SOLO_BTN commands 9 years ago
Jonathan Challinger c99cac773b Copter: add brake_timeout_to_loiter_ms 9 years ago
Andrew Tridgell bd3a58a727 Copter: fixed drift mode 9 years ago
Andrew Tridgell 75d76ac3bd Copter: fixed scaling of old heli parms 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
dgrat 76362caee0 AP_Math: Replace wrap_* functions with template versions 9 years ago
skyscraper 4980c8bc94 ArduCopter: RC_Channel refactor 9 years ago
skyscraper 49d3410896 ArduCopter: fixup RC_Channel data member accesses to function calls 9 years ago
skyscraper 6f200fa923 ArduCopter: Fix up after refactoring RC_Channel class 9 years ago
Andrew Tridgell 3c9b063eb1 Copter: removed unnecessary libs 9 years ago
Andrew Tridgell 111eb2ccc1 Copter: use DataFlash::log_while_disarmed() 9 years ago
Leandro Pereira f23bd7e09d GCS_MAVLink: Use a single stream_trigger() implementation 9 years ago
Andrew Tridgell 874fae931f Copter: fix for changed API 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