203 Commits (2a36c32cf3906eadbdc16e710dba8107f2973b34)

Author SHA1 Message Date
mirkix 840f583d23 AP_InertialSensor: Add MPU9250 multiple instance support 10 years ago
Randy Mackay ec82aa68c4 InertialSensor: add GYR_CAL to control when gyro calibration occurs 10 years ago
raspilot 1421cf600a AP_InertialSensor: added support for raspilot 10 years ago
Gustavo Jose de Sousa 5329e63742 AP_InertialSensor: allow publishing sample rate to frontend 10 years ago
Lucas De Marchi c66800dfec AP_InertialSensor: add singleton interface 10 years ago
Lucas De Marchi caae933c28 AP_InertialSensor: Add support for auxiliary buses 10 years ago
Lucas De Marchi 7d9579c5d8 AP_InertialSensor: identify backend with ID 10 years ago
Lucas De Marchi 22c787058e AP_InertialSensor: allow to split detection and initialization 10 years ago
ziltoid2 0b1a997800 AP_IntertialSensor: don't require acceleration calibration in hil mode 10 years ago
Tom Pittenger 2620a57700 AP_InertialSensor: Added is_still() check 10 years ago
Tom Pittenger 220163e269 AP_InertialSensor: correct USE param storage index 10 years ago
Randy Mackay e5615ec349 INS: add USE parameters 10 years ago
Randy Mackay affbd67c43 InertialSensor: add vibration monitoring of 2nd IMU 10 years ago
Andrew Tridgell 980659d346 AP_InertialSensor: removed AVR1280 specific ifdef 10 years ago
Gustavo Jose de Sousa 7789aec85b AP_InertialSensor: standardize inclusion of libaries headers 10 years ago
Randy Mackay 69bfeaf58e INS: accel offset parameter range desc to 3.5m/s/s 10 years ago
Lucas De Marchi c3063f0ab2 AP_InertialSensor: MPU6000: be agnostic to I2C bus/address 10 years ago
Lucas De Marchi 4d4dac867e AP_InertialSensor: pass backend instead of pointer to function 10 years ago
Gustavo Jose de Sousa d3eebdb6aa AP_InertialSensor: L3G4200D: add probe code 10 years ago
Lucas De Marchi 55279664c2 AP_InertialSensor: remove out of place ifdef 10 years ago
Julien BERAUD 3cf952d1f8 AP_InertialSensor: add fifo support for MPU6000 10 years ago
Julien BERAUD 8a76ff53bd AP_InertialSensor: add i2c bus driver for MPU6050 10 years ago
Andrew Tridgell ac3200fd32 AP_InertialSensor: make max_abs_offsets a single float, not a vector 10 years ago
Gustavo Jose de Sousa 42eb73a1d1 AP_InertialSensor: add LSM9DS0 backend 10 years ago
Gustavo Jose de Sousa c340e072f2 AP_InertialSensor: use accel instance max abs offset instead of a constant value 10 years ago
Andrew Tridgell bc0ae630a1 AP_InertialSensor: always provide delta_velocity and delta_angles 10 years ago
Andrew Tridgell 727be87d84 AP_InertialSensor: support HIL functions for delta_velocity and delta_angles 10 years ago
Randy Mackay 8ceccd778d InertialSensor: disable vibration checks on APM2 10 years ago
Randy Mackay 0db7acc628 InertialSensor: calc vibration and accel clipping 10 years ago
Andrew Tridgell 6a2c585632 AP_InertialSensor: fixed build warnings 10 years ago
Andrew Tridgell aaa35bd1ec AP_InertialSensor: using atan2f() gives more accurate euler corrections 10 years ago
Andrew Tridgell 9e723ef907 AP_InertialSensor: added calibrate_trim() function 10 years ago
Andrew Tridgell b564ba0868 AP_InertialSensor: fixed AHRS_TRIM calculation again 10 years ago
Jonathan Challinger 159599879f AP_InertialSensor: simplify and correct AHRS_TRIM computation 10 years ago
Randy Mackay 1f14eec4ea InertialSensor: accel_calibrated_all_ok replaces calibrated 10 years ago
Andrew Tridgell 8bf2baef70 AP_InertialSensor: fixed primary accel/gyro in replay 10 years ago
Andrew Tridgell 7d90033a36 AP_InertialSensor: support raw accel and gyro dataflash logging 10 years ago
Andrew Tridgell 089e63f987 AP_InertialSensor: fixed PSTR handling 10 years ago
Andrew Tridgell e6a8a6da07 AP_InertialSensor: revert AP_Math class change 10 years ago
Tom Pittenger 9e98c68099 AP_InertialSensor: compile warnings: format not a string literal, argument types not checked 10 years ago
Tom Pittenger 820199635b AP_InertialSensors: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger 3cb2221315 AP_IntertialSensor: double to float warning 10 years ago
Randy Mackay 6773c0b232 AP_InertialSensor: default primary accel and gyro 10 years ago
Tom Pittenger a4b8575432 InertialSensor: fix compile warnings re float constants 10 years ago
Andrew Tridgell 45e016ea5b AP_InertialSensor: check for zero delta_velocity dt 10 years ago
Jonathan Challinger b306d7a356 AP_InertialSensor: accel cal sample for 400ms instead of 1s 10 years ago
Jonathan Challinger 1e1d8efa22 AP_InertialSensor: use expected update rate for accel cal sampling 10 years ago
Jonathan Challinger bd84328440 AP_InertialSensor: hack to "reset" the accel filter before taking a cal sample 10 years ago
Jonathan Challinger b2b42e081a AP_InertialSensor: use delta_velocity/dt for calibration if available 10 years ago
Andrew Tridgell 4147825b87 AP_InertialSensor: fixed gyro calibration bug 10 years ago