119 Commits (3cb6f391d455fd6b2a291413227bc291159fabe6)

Author SHA1 Message Date
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
Tom Pittenger 2620a57700 AP_InertialSensor: Added is_still() check 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
Lucas De Marchi 4d4dac867e AP_InertialSensor: pass backend instead of pointer to function 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
Randy Mackay 9d81856580 InertialSensor: fix name of get_delta_velocity method 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 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 7d90033a36 AP_InertialSensor: support raw accel and gyro dataflash logging 10 years ago
Jonathan Challinger bb88a4f8fe AP_InertialSensor: healthy() checks bounds 10 years ago
Jonathan Challinger af80f20a51 AP_InertialSensor: add get_primary_gyro, fix get_primary_accel 10 years ago
Jonathan Challinger 423160eaf8 AP_InertialSensor: publish delta_velocity_dt 10 years ago
Andrew Tridgell 23272e4013 AP_InertialSensor: added get_temperature() interface 10 years ago
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 5d0eb49114 AP_InertialSensor: calculate queue depth based on requested sample rate 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 2a547f329b AP_InertialSensor: allow backends to publish delta velocities and angles 10 years ago
Randy Mackay f9c6e35d19 INS: add calibrating method 10 years ago
Emile Castelnuovo dae32984f1 AP_InertialSensor: use PX4 library for VRBRAIN boards. 10 years ago
LukeMike 6a93148b92 AP_InertialSensor: added library for VRBRAIN Inertial Sensor 10 years ago
Andrew Tridgell 6e62e1ca7b AP_InertialSensor: make calibrated() const 10 years ago
Andrew Tridgell 745b739ab7 AP_InertialSensor: make calibrated() function fast enough to call in flight 10 years ago
Andrew Tridgell b9adc6e466 AP_InertialSensor: prefer sensors that have zero error counts 10 years ago
Andrew Tridgell 40e83ceb1f AP_InertialSensor: simplify next sample time calculations 10 years ago
Andrew Tridgell a047d1f569 AP_InertialSensor: moved default filter and sample_rate to frontend 10 years ago
Andrew Tridgell 17b2214798 AP_InertialSensor: make it easier to add multiple backends 10 years ago
Andrew Tridgell 3a9a5a9c18 AP_InertialSensor: implement gyro and accel health monitoring 10 years ago
Andrew Tridgell dbcd02f2be AP_InertialSensor: converted MPU9150 driver 10 years ago
Andrew Tridgell ff5f791343 AP_InertialSensor: converted flymaple driver to new API 10 years ago
Andrew Tridgell 2d47a07480 AP_InertialSensor: ported L3G4200D driver to new API 10 years ago
Andrew Tridgell deafcd6ddc AP_InertialSensor: improved timing in all drivers 10 years ago
Andrew Tridgell d48beb0c0f AP_InertialSensor: converted PX4 driver to new API 10 years ago
Andrew Tridgell ec11417705 AP_InertialSensor: converted HIL backend, which gets SITL working 10 years ago
Andrew Tridgell 448efc70a3 AP_InertialSensor: first steps in frontend/backend split 10 years ago