889 Commits (aeaf695d83991b94a3bd3103b4f6ae3ab3f75c16)

Author SHA1 Message Date
Andrew Tridgell 8a3f6a8902 AP_InertialSensor: use FIFO and implement fast sampling for MPU9250 8 years ago
Andrew Tridgell e25a391a8f AP_InertialSensor: fixed typo 8 years ago
Andrew Tridgell d2f6a514b9 AP_InertialSensor: catch FIFO alignment errors using temperature reading 8 years ago
Andrew Tridgell d248b33104 AP_InertialSensor: simplify config of MPU6000 8 years ago
Andrew Tridgell 7137d5c6f2 AP_InertialSensor: switch pixracer to always use in-tree drivers 8 years ago
Andrew Tridgell 84c3e29891 AP_InertialSensor: use AP_HAL rotations for MPU6000 8 years ago
Andrew Tridgell 2f01dfe81c AP_InertialSensor: fixed from review by Lucas 8 years ago
Andrew Tridgell 81b933d9d0 AP_InertialSensor: use int32_t summation for fast sampling 8 years ago
Andrew Tridgell 03b7bc9e65 AP_InertialSensor: use internal drivers for PHMINI 8 years ago
Andrew Tridgell af1c5fd6d3 AP_InertialSensor: always use FIFO on MPU6000 8 years ago
Andrew Tridgell fde80a9408 AP_InertialSensor: modify LSM303D settings to match PX4 driver 8 years ago
Andrew Tridgell a9a5e50bd1 AP_InertialSensor: removed timer callback for MPU6000 8 years ago
Andrew Tridgell bd84e592f8 AP_InertialSensor: check for NULL device pointer in probe() 8 years ago
Andrew Tridgell 3d7d773883 AP_InertialSensor: added support for ICM20608 on Pixracer 8 years ago
Andrew Tridgell 2c1e9024f1 AP_InertialSensor: detect missing accels or gyros 8 years ago
Andrew Tridgell 106a91c64c AP_InertialSensor: use init_gyro() on startup 8 years ago
Andrew Tridgell 408593465f AP_InertialSensor: fixed rotation for mpu9250 on pixracer 8 years ago
Andrew Tridgell 790dd4769b AP_InertialSensor: simplify rotations for MPU9250 8 years ago
Andrew Tridgell aa4025bdf9 AP_InertialSensor: make INS sensor IDs match for PX4 8 years ago
Andrew Tridgell 9e7e1b2f01 AP_InertialSensor: fixed merge conflicts with patches from Lucas 8 years ago
Lucas De Marchi 104e29acf2 AP_InertialSensor: MPU6000: change accel scale to 16G 8 years ago
Lucas De Marchi dc09661b9e AP_InertialSensor: MPU6000: save driver version 8 years ago
Lucas De Marchi 0d3adef8b2 AP_InertialSensor: MPU6000: remove TODO leftover 8 years ago
Andrew Tridgell 0a1616cc71 AP_InertialSensor: use correct device IDs on PX4 driver 8 years ago
Lucas De Marchi 469efb00f6 AP_InertialSensor: save id for gyro and accel instances 8 years ago
Lucas De Marchi bbb9bfa95e AP_InertialSensor: save only gyro calibration 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 64a5d3938c AP_InertialSensor: implement device IDs for MPU6000 and MPU9250 AuxilaryBus 8 years ago
Andrew Tridgell ac2c25539b AP_InertialSensor: implement device IDs for AuxilaryBus 8 years ago
Andrew Tridgell 4ef92b5e39 AP_InertialSensor: enable all 3 IMUs on PH2 8 years ago
Andrew Tridgell 5cf768ced2 AP_InertialSensor: fixed missing return 8 years ago
Andrew Tridgell 38ff8b3536 AP_InertialSensor: removed unused product_id function in L3G4200D 8 years ago
Andrew Tridgell a5c5e033d2 AP_InertialSensor: fixed threading and locking in remaining backends 8 years ago
Andrew Tridgell b92c48548a AP_InertialSensor: added per-instance rotation for LSM9DS0 8 years ago
Andrew Tridgell 2df6ed08c2 AP_InertialSensor: added optional per-instance orientation 8 years ago
Andrew Tridgell ac2572384d AP_InertialSensor: added start() method for LSM9DS0 8 years ago
Andrew Tridgell 7832f1a1b6 AP_InertialSensor: allow for in-tree drivers for PX4 8 years ago
Andrew Tridgell 919aa61918 AP_InertialSensor: support AuxiliaryBus without register_periodic_callback() 8 years ago
Andrew Tridgell 2b66df68a1 AP_InertialSensor: use thread-per-bus for lsm303d and mpu6000 8 years ago
Andrew Tridgell 90dc9e3327 AP_InertialSensor: dummy implementation of register_periodic_callback() 8 years ago
Lucas De Marchi 91c4bf470f AP_InertialSensor: add O_CLOEXEC in places missing it 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Andrew Tridgell afe2c31ae7 AP_Inertial_Sensor: use const reference 8 years ago
priseborough 7460d97c9a AP_InertialSensor: Update parameter documentation 8 years ago
priseborough 470f5c4562 AP_InertialSensor: Correct SITL IMU1 accel for position in body frame 8 years ago
priseborough 54a431a51d AP_InertialSensor: Update position offset parameter documentation 8 years ago
priseborough 6db93d8a21 AP_InertialSensor: Add parameters defining accelerometer position offset 8 years ago
Martin Evans 0e19b8c9a0 AP_HAL_Linux: Set initial rotation on Dark to None 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago