264 Commits (a629bb7f2f49ee56c285f26d9cad879d9b47fc4f)

Author SHA1 Message Date
Lucas De Marchi a964ac38ec Replace use of print_P() with print() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Gustavo Jose de Sousa 25a499a41f AP_InertialSensor: use raw sample rate terminology 9 years ago
Gustavo Jose de Sousa 7fef515555 AP_InertialSensor: unify delta angle calculation 9 years ago
Gustavo Jose de Sousa 9e05041234 AP_InertialSensor: allow publishing gyro raw sample rate to frontend 9 years ago
Gustavo Jose de Sousa 75fdac648f AP_InertialSensor: unify delta velocity calculation 9 years ago
Lucas De Marchi 30a50b362f AP_InertialSensor: remove check for vibe check 9 years ago
Lucas De Marchi db62e55753 AP_InertialSensor: remove check for max INS instances 9 years ago
Randy Mackay b751d2bb18 InertialSensor: remove gyro cal on first arming 9 years ago
José Roberto de Souza daa32725ac AP_InertialSensor: Fix typo: auxiliar to auxiliary 9 years ago
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