86 Commits (e8f537e436f253452cc8fe040d98fdd0ad897e50)

Author SHA1 Message Date
Andrew Tridgell fde9083d9c AP_InertialSensor: added support for IIM-42652 and ICM-40605 sensors 3 years ago
Josh Henderson 2b20dcf128 AP_InertialSensor: move GYR & ACC logging functions to Logging.cpp 4 years ago
Andrew Tridgell 4cddf37984 AP_InertialSensor: log unexpected register changes 4 years ago
Andrew Tridgell 957842f7eb AP_InertialSensor: added support for v3 Invensense sensors 4 years ago
Andrew Tridgell b74e5c0e2f AP_InertialSensor: added ExternalAHRS backend 4 years ago
Andy Piper faf9bbbf3a AP_InertialSensor: make the backend fast gyro rate configurable 5 years ago
Andy Piper 61bb42cc0c AP_InertialSensor: allow up to four distinct notch center frequencies to be updated 5 years ago
Andy Piper 8ac79da643 AP_InertialSensor: FFT gyro window would overflow on windows >= 256 5 years ago
Andrew Tridgell d772289b0d AP_InertialSensor: added driver for ADIS16470 5 years ago
Andy Piper 3d9776dd6d AP_InertialSensor: expose statically filtered gyro values for FFT analysis and allow sampling to gyro window for FFT analysis. 5 years ago
Andrew Tridgell 58708c483f AP_InertialSensor: make all semaphores recursive 5 years ago
Andrew Tridgell 9dc618ddd4 AP_InertialSensor: added gyro_harmonic_notch_enabled() 5 years ago
Andy Piper 5b7f9f6bea AP_InertialSensor: while sensors are converging update the filters sample rates. if gyro filtering produces invalid output, keep the previous value 5 years ago
Andy Piper 3261677e01 AP_InertialSensor: remove _ prefix from methods. use changed filter methods. 5 years ago
Andy Piper 50f7e50634 AP_InertialSensor: add harmonic notch filter to gyro filter chain 5 years ago
Andy Piper 36878e9b3c AP_InertialSensor: Allow all filter frequencies to be 16bit. 6 years ago
Andy Piper 18d403c3ac AP_InertialSensor: Rework notch filter allocation and sampling 6 years ago
Peter Barker e0fc73776c AP_InertialSensor: return floats from raw-sample-rate getters 6 years ago
na 494a3f86ad AP_IntertialSensor: support ICM20601 IMU 6 years ago
Siddharth Purohit 8c2d3945de AP_IneertialSensor: add support for custom accel scale 6 years ago
Andrew Tridgell 81cd103073 AP_InertialSensor: probe for new v2 invensense IMUs 6 years ago
Siddharth Purohit 528c0b4d7c AP_InertialSensor: add drivers for register bank based Invensense Sensors 6 years ago
Andrew Tridgell 6048c10a7c AP_InertialSensor: added driver for BMI088 6 years ago
Andrew Tridgell 9520f5f768 AP_InertialSensor: removed F4Light 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Andrew Tridgell 755dc8dc5d AP_InertialSensor: use WITH_SEMAPHORE() 6 years ago
Andrew Tridgell 5f8b57ba19 AP_InertialSensor: added SITL device IDs 7 years ago
Andrew Tridgell 89b8124560 AP_InertialSensor: added BMI055 IMU driver 7 years ago
Peter Barker 1a640e3405 AP_InertialSensor: parameterise sensor-rate logging, generalise it 7 years ago
Andrew Tridgell 44131202cd AP_InertialSensor: 4kHz batch sampling 7 years ago
Andrew Tridgell ca9d1a55fe AP_InertialSensor: support ICM-20689 IMU 7 years ago
Andrew Tridgell 0e6497aa85 AP_InertialSensor: merged in Revo driver 7 years ago
Andrew Tridgell 5a4f0fed2d AP_InertialSensor: added ICM-20789 support 7 years ago
Igor Anokhin 44d5112488 AP_InertialSensor: add LSM9DS1 support 7 years ago
Andrew Tridgell 24c424ae5d AP_InertialSensor: support over 1kHz IMUs 7 years ago
HeBin efbb030494 AP_InertialSensor: add Robsense PhenixPro Devkit Board support 7 years ago
Peter Barker 5096e2fca9 AP_InertialSensor: use df singleton, factor out log_{gyro,accel}_raw 7 years ago
Peter Barker 6ae86a0b8c AP_InertialSensor: use DataFlash should_log to determine raw logging 8 years ago
Andrew Tridgell db25b6e966 AP_InertialSensor: estimate and log sensor rates for all IMUs 8 years ago
Andrew Tridgell 49cc0965c0 AP_InertialSensor: separate handling of FIFO and non-FIFO sensors 8 years ago
Andrew Tridgell 624178f3be AP_InertialSensor: added INS_FAST_SAMPLE parameter 8 years ago
Andrew Tridgell 3289e90134 AP_InertialSensor: added error count increments in drivers 8 years ago
Andrew Tridgell af0ec41652 AP_InertialSensor: fixed accel clip detection with fast sampling 8 years ago
Andrew Tridgell aa4025bdf9 AP_InertialSensor: make INS sensor IDs match for PX4 8 years ago
Lucas De Marchi f81dba2100 AP_InertialSensor: add doc to get_id() of backend 8 years ago
Lucas De Marchi ace61087a1 AP_InertialSensor: remove product_id 8 years ago
Andrew Tridgell a5c5e033d2 AP_InertialSensor: fixed threading and locking in remaining backends 8 years ago
Andrew Tridgell 2df6ed08c2 AP_InertialSensor: added optional per-instance orientation 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago