7221 Commits (89cdd02f58b03d8f309d809bf8a06cf87326e7b8)

Author SHA1 Message Date
Andrew Tridgell a1d43e39e0 AP_InertialSensor: added get_gyro_filter_hz() and get_accel_filter_hz() 10 years ago
Andrew Tridgell 3d7d46b9b0 AP_InertialSensor: replaced INS_MPU6K_FILTER with INS_ACCEL_FILTER and INS_GYRO_FILTER 10 years ago
Andrew Tridgell f3314791f2 AP_InertialSensor: removed INS_CALSENSFRAME 10 years ago
Andrew Tridgell 4bc6c8e655 AP_InertialSensor: shift to new parameter indexes for accel calibration 10 years ago
Andrew Tridgell 5d0eb49114 AP_InertialSensor: calculate queue depth based on requested sample rate 10 years ago
Andrew Tridgell f3706d63c7 Filter: prevent copying the filter parms on apply 10 years ago
Andrew Tridgell ea49d1cd39 AP_InertialSensor: removed unused variable 10 years ago
Andrew Tridgell b36122dec0 Filter: removed stdio.h 10 years ago
Andrew Tridgell e6a4b9f68c AP_InertialSensor: check accel health during accel cal 10 years ago
Andrew Tridgell 875339f12a AP_InertialSensor: try to avoid a compiler fault in travis 10 years ago
Andrew Tridgell 031c81beee AP_AHRS: removed call to 1D accel cal 10 years ago
Andrew Tridgell 4deb136bb0 AP_Arming: require 3D accel cal always 10 years ago
Andrew Tridgell 786172aa4e AP_InertialSensor: removed 1D accel calibration 10 years ago
Andrew Tridgell a975520033 AP_InertialSensor: check range of accels in 3D calibration 10 years ago
Andrew Tridgell a8a8628515 AP_InertialSensor: added INS_CALSENSFRAME parameter 10 years ago
Jonathan Challinger bc655ff0cc AP_InertialSensor_PX4: add optional debug 10 years ago
Jonathan Challinger 074ee49cd0 AP_InertialSensor_PX4: interleave accel and gyro samples by time 10 years ago
Jonathan Challinger addf80b669 AP_InertialSensor_PX4: explicitly configure sensors, publish deltas 10 years ago
Jonathan Challinger b5131b7b64 AP_InertialSensor: add coning.py example 10 years ago
Jonathan Challinger 2a547f329b AP_InertialSensor: allow backends to publish delta velocities and angles 10 years ago
Jonathan Challinger 155c173ed1 AP_InertialSensor: rename _rotate_and_offset to _publish 10 years ago
Jonathan Challinger 502446d821 AP_InertialSensor: use LowPassFilter2pVector3f 10 years ago
Jonathan Challinger 0133f0bb57 LowPassFilter2p: split into LowPassFilter2pfloat and LowPassFilter2pVector3f 10 years ago
ustas a2d5ac6805 AP_GPS: add includes for success build example sketch 10 years ago
mirkix 4f1dd85e47 AP_HAL: Add test sketch for RC input to RC output pass through 10 years ago
Randy Mackay 12724e9556 AC_PID: remove include of stdio.h 10 years ago
Randy Mackay cc0d5b9ced AC_PI_2D: replace set_filt_hz method with filt_hz 10 years ago
Randy Mackay c10b0b34ca AC_PID: replace set_filt_hz method with filt_hz 10 years ago
Jonathan Challinger 88ec13b10d AC_PosControl: fix build 10 years ago
Randy Mackay 50d2e98aa4 AC_AttControl: init throttle_hover in constructor 10 years ago
Randy Mackay 965db2c7f7 AC_PosControl: add comments and defines for jerk limits 10 years ago
Jonathan Challinger 4408c1b935 AC_PosControl: 2d jerk constraint in accel_to_lean_angles 10 years ago
Jonathan Challinger 9871b95586 AC_PosControl: fix dt sanity checking 10 years ago
Jonathan Challinger e7efe23fb5 GCS_MAVLink: reserve message IDs for future feature additions 10 years ago
Randy Mackay 5e26450a6f AP_Motors: make THR_LOW_COMP a variable instead of param 10 years ago
Leonard Hall 007c96a3d8 AP_Motors: Low throttle compensation setters 10 years ago
Leonard Hall 6275ee0289 AP_Motors: Check for battery voltage reading fail 10 years ago
Randy Mackay 5f26a36060 INS: protect against two calibrations running at the same time 10 years ago
Randy Mackay f9c6e35d19 INS: add calibrating method 10 years ago
Randy Mackay b0e7990c90 INS: set gyro_cal_ok only after completing calibration 10 years ago
Andrew Tridgell aec7907571 AP_InertialSensor: updated comment on accel check in gyro cal 10 years ago
Andrew Tridgell 494e909703 AP_InertialSensor: ensure accel cal completion messages get through 10 years ago
Andrew Tridgell 38bde56523 AP_InertialSensor: continue finding best gyro after convergence 10 years ago
Andrew Tridgell 20a4c98bac AP_InertialSensor: use accelerometers to prevent bad gyro cal 10 years ago
Andrew Tridgell 434d094993 AP_InertialSensor: allow MAVLink packets to flow during accelcal 10 years ago
Andrew Tridgell af7765c57c GCS_MAVLink: fixed typo 10 years ago
Andrew Tridgell ac848dc103 GCS_MAVLink: zero packet data before reply in serial control 10 years ago
Randy Mackay 7675160e33 Notify: add firmware update flag and implement for OreoLED 10 years ago
Jace A Mogill 442d07a6c9 Notify: OreoLED fast startup with solid green 10 years ago
Jonathan Challinger e2383581cc AC_AttitudeControl: relax_bf_rate_controller resets rate integrators 10 years ago