49 Commits (master)

Author SHA1 Message Date
yaozb 13ff67c6c0 消息汉化 5 years ago
Michael du Breuil b42b1c08c4 Copter: Support new AP_Vehicle::set_mode 5 years ago
Peter Barker 198c93e479 Copter: correct use of nanf 5 years ago
Randy Mackay 7b0da89708 Copter: add vibration check 5 years ago
chobits 5a0fe4e322 Copter: do not speed up EKF failsafe if optflow works 5 years ago
Peter Barker b4537bebd8 Copter: move control_mode_t into being Mode::Number enum class 5 years ago
Andrew Tridgell 7c44ad04b6 Copter: check for EKF lane switch to avoid EKF failsafe 6 years ago
Tom Pittenger 7824b64ad6 Copter: rename dataflash to logger 6 years ago
Peter Barker c7e21d95ef Copter: move Log_Write_Error into library 6 years ago
Patrick José Pereira 33764d6c3b Copter: Fix typo 6 years ago
Randy Mackay 467e8481fb Copter: minor formatting fix to ekf failsafe check 6 years ago
chobits 6bee4216c0 Copter: speed up EKF failsafe by checking if velocity innovations > 2x FS_EKF_THRESH 6 years ago
Peter Barker 70d159cb38 Copter: raise EKF failure even if USB is connected 7 years ago
Randy Mackay 6f138ddcfa Copter: ekf failsafe first enforces landing with no GPS 7 years ago
Leonard Hall 656892cd88 Copter: ekf failsafe disabled for acro and stabilize 7 years ago
Leonard Hall a727305a59 Copter: integrate attitude control EKF inertial-frame-reset 7 years ago
murata c13d6580ae Copter: delete \n from the log using gcs().send_text 7 years ago
Randy Mackay 2d23e1f7c7 Copter: rename flightmode_ objects to mode_ 7 years ago
Peter Barker ef1489e87a Copter: eliminate mode_requires_gps 7 years ago
Peter Barker 3b1ca99b95 Copter: FlightMode - convert LAND flight mode 7 years ago
Peter Barker 45d056fcf0 Copter: ekf position checks are done before we call failsafe_ekf_event 7 years ago
Peter Barker d5caff3f1b Copter: do not enter ekf-failsafe based on position if pos not needed 7 years ago
Peter Barker ff82f23cf6 Copter: factor out a ekf_check_position_problem method 7 years ago
Peter Barker 84a873a520 Copter: remove redundant check; we will never failsafe_ekf_event if disarmed 7 years ago
Peter Barker f60389d4aa Copter: use send_text method on the GCS singleton 8 years ago
Randy Mackay 2e56e10d9c Copter: ekf check adds position variance check 8 years ago
Andrew Tridgell 0f6d0c5ba9 Copter: combined tri, single, coax and multicopter into a single build 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Randy Mackay 26c3295042 Copter: ignore first ekf core switch 8 years ago
murata f3a035694a Copter: fix ekf check to always call mode_requires_gps 8 years ago
Randy Mackay 263f685683 Copter: ekf failsafe can trigger in LAND 8 years ago
Randy Mackay d74ae535d1 Copter: log EKF lane switch 8 years ago
Randy Mackay 35864c6226 Copter: move check_ekf_reset to ekf_check.cpp 8 years ago
mirkix e3934fac80 ArduCopter: Delete (wrong) filename out of header 9 years ago
Jonathan Challinger 1356deab8b Copter: add control_mode_reason 9 years ago
Caio Marcelo de Oliveira Filho c7acc46d09 Copter: use millis/micros/panic functions 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Paul Riseborough 19785c1033 Copter: Access EKF origin through AHRS object 9 years ago
Paul Riseborough 7c6b31b585 Copter: Access EKF variance checks through AHRS object 9 years ago
Jonathan Challinger 598925f8d2 Copter: EKF failsafe action always Land if RC failsafe active 9 years ago
squilter 767b4da5b6 Copter: update send text severities 10 years ago
Randy Mackay 277e3d8675 Copter: enable ekf_check only after ekf origin has been set 10 years ago
Randy Mackay f603c1ef69 Copter: fix ekf-check reliance on position_ok 10 years ago
Randy Mackay ce1031a5bd Copter: remove AP_AHRS_NAVEKF_AVAILABLE checks 10 years ago
Randy Mackay aa05325b54 Copter: add althold as ekf failsafe action 10 years ago
Randy Mackay 4408f01f39 Copter: rename ekf_check_thresh to fs_ekf_thresh 10 years ago
Andrew Tridgell 278883c521 Copter: finished conversion to .cpp files 10 years ago
Andrew Tridgell 356ece3402 Copter: rename .pde files to .cpp files 10 years ago
Randy Mackay 4b5d07252e Copter: ekf_check ok if optflow pos available 10 years ago