55 Commits (25cc73c1e7a1bae3ef11568b1587bca25eceea65)

Author SHA1 Message Date
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
Andrew Tridgell 6f9530ebaa AP_InertialSensor: added optional FSYNC external sync bit 9 years ago
Lucas De Marchi 9c6bd38e91 AP_InertialSensor: sanitize includes 9 years ago
Andrew Tridgell 32ed0d58f3 AP_InertialSensor: fixed filter setup on 2nd accel/gyro 9 years ago
Andrew Tridgell ccd915eb67 AP_InertialSensor: moved raw gyro and accel logging to common code 9 years ago
Andrew Tridgell 75ea8f3dc0 AP_InertialSensor: removed "have sample" logic from drivers 9 years ago
Andrew Tridgell 0e4bab74ba AP_InertialSensor: simplify sensor backends 9 years ago
Gustavo Jose de Sousa 25a499a41f AP_InertialSensor: use raw sample rate terminology 9 years ago
Gustavo Jose de Sousa 6feea5f64f AP_InertialSensor: Backend: remove function _publish_delta_angle() 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 dfd671c54e AP_InertialSensor: Backend: add hook for new gyro sample arrival 9 years ago
Gustavo Jose de Sousa a3e2c82491 AP_InertialSensor: Backend: remove function _publish_delta_velocity() 9 years ago
José Roberto de Souza daa32725ac AP_InertialSensor: Fix typo: auxiliar to auxiliary 9 years ago
Lucas De Marchi d3e8e8fd43 AP_InertialSensor: disable backend's copy constructor 9 years ago
Gustavo Jose de Sousa e06627dfcb AP_InertialSensor: Backend: add hook for new raw accel samples 10 years ago
Gustavo Jose de Sousa 5329e63742 AP_InertialSensor: allow publishing sample rate to frontend 10 years ago
Gustavo Jose de Sousa ac3a677626 AP_InertialSensor: remove param rotate_and_correct from publish functions 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
Andrew Tridgell ac3200fd32 AP_InertialSensor: make max_abs_offsets a single float, not a vector 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 7d90033a36 AP_InertialSensor: support raw accel and gyro dataflash logging 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 3d7d46b9b0 AP_InertialSensor: replaced INS_MPU6K_FILTER with INS_ACCEL_FILTER and INS_GYRO_FILTER 10 years ago
Andrew Tridgell 5d0eb49114 AP_InertialSensor: calculate queue depth based on requested sample rate 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
Andrew Tridgell b9adc6e466 AP_InertialSensor: prefer sensors that have zero error counts 10 years ago
Andrew Tridgell a047d1f569 AP_InertialSensor: moved default filter and sample_rate to frontend 10 years ago
Andrew Tridgell bc5d79118d AP_InertialSensor: updated comments 10 years ago