331 Commits (1721216019bdde261e9744a45391a6359b1df974)

Author SHA1 Message Date
Randy Mackay 0803d79701 INS: param descriptions for ACC2, GYR2 11 years ago
Randy Mackay 74553e523d INS: add get_accel_health_all and get_gyro_health_all 11 years ago
Randy Mackay 50ae5b2519 InertialSensor: reorder .cpp file to match .h 11 years ago
Andrew Tridgell dcdb53584b AP_InertialSensor: use lockless structures in MPU9250 driver 11 years ago
Andrew Tridgell 5c9e5fbc11 AP_InertialSensor: removed use of hrt_absolute_time() 11 years ago
Andrew Tridgell a14f8dbd0a AP_InertialSensor_MPU9250: use micros64() and millis64() 11 years ago
Andrew Tridgell 3c2ab31415 AP_InertialSensor: get rid of data_ready for MPU9250 11 years ago
Andrew Tridgell 9e01c657e5 AP_InertialSensor: update MPU9250 driver for 1kHz operation 11 years ago
Andrew Tridgell 532e9aace4 AP_InertialSensor: fixed timer bug in HIL sensors 11 years ago
Andrew Tridgell 12239de00d AP_InertialSensor: fix data_ready return for L3GD20 11 years ago
Andrew Tridgell 7286e7acd2 AP_InertialSensor: fixed build errors on APM2 11 years ago
Andrew Tridgell 50068a7c6a AP_InertialSensor: fixed default orientation for PXF board MPU9250 11 years ago
Víctor Mayoral Vilches 5e5319e23b AP_InertialSensor: MPU9250 cleaning 11 years ago
Víctor Mayoral Vilches df1de4efd6 AP_InertialSensor: Driver added for the LSM303D 11 years ago
Víctor Mayoral Vilches 8968647873 AP_InertialSensor: INS_generic example, add support L3GD20 11 years ago
Víctor Mayoral Vilches 0f908a8ccd HAL_Linux: Add L3GD20 to the AP_InertialSensor header 11 years ago
Víctor Mayoral Vilches 556d46a4ef AP_InertialSensor: L3GD20 driver added 11 years ago
Víctor Mayoral Vilches bfacf08c30 HAL_Linux: LSM9DS0 legacy driver moved to AP_InertialSensor/LSM9DS0/ 11 years ago
Randy Mackay 51f40fe3d6 INS: add accessor for mpu6k filter 11 years ago
Randy Mackay 0e7cbd28c8 INS_HIL: init members to resolve compiler warnings 11 years ago
Andrew Tridgell 24251a7e12 AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell 984064f3d3 AP_InertialSensor: fixed example build 11 years ago
Mikhail Avkhimenia 34da221c3d AP_InertialSensor: Use MPU9250 DRDY pin only on boards that support it 11 years ago
Andrew Tridgell f8ceccce32 AP_InertialSensor: improved HIL timing consistancy 11 years ago
Andrew Tridgell 1d4d848300 AP_InertialSensor: fixed a build warning 11 years ago
Andrew Tridgell ed6ab5f1d3 AP_InertialSensor: use bool for blocking_read() 11 years ago
Michael Carpenter b4c0e1215b AP_InertialSensor: Use return value of blocking_read to handle calibration timeouts 11 years ago
Andrew Tridgell cc735a4200 AP_InertialSensor: some more debug info for VibTest 11 years ago
Andrew Tridgell f7b01a6f3f AP_InertialSensor: avoid integer underflow in mavlink txspace check 11 years ago
Andrew Tridgell 662276597a AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell 79f453dfd3 AP_InertialSensor: use LSM9DSO_AM device 11 years ago
Randy Mackay 6baedbda1d AP_InertialSensor: add empty virtual destructor 11 years ago
Randy Mackay a09f7b9198 AP_InertialSensor_MPU6k: init members to reduce compiler warnings 11 years ago
Randy Mackay c5a03ea18e AP_InertialSensor: init members to reduce compiler warnings 11 years ago
LukeMike 85fc72c57c AP_InertialSensor: VRBRAIN added 3th inertial sensor 11 years ago
Andrew Tridgell 0f724c1d7a AP_InertialSensor: removed per-device example code 11 years ago
Andrew Tridgell 5a170c6343 AP_InertialSensor: added INS_generic test 11 years ago
Andrew Tridgell d1ba78002d AP_InertialSensor: added paranoid check for DRDY pin 11 years ago
Andrew Tridgell 6f9965cc22 AP_InertialSensor: fixed setup of DRDY pin on MPU9250 11 years ago
Andrew Tridgell 6a6dbe5790 AP_InertialSensor: added check for WHOAMI on MPU9250 11 years ago
Andrew Tridgell abb53eb9a2 AP_InertialSensor: simplify using HAL board subtypes 11 years ago
Andrew Tridgell 848b563fc3 AP_InertialSensor: rotate acccel/gyro for PXF 11 years ago
Andrew Tridgell ea188528fc AP_InertialSensor: fixed build errors for LSM9DSO 11 years ago
Víctor Mayoral Vilches 2982fc029c AP_InertialSensor_LSM9DS0: Fix _dump_registers method 11 years ago
Víctor Mayoral Vilches feedc40f72 AP_InertialSensor_LSM9DS0: Move LSM9DS0_DEBUG flag to the header 11 years ago
Andrew Tridgell 297bb52ced AP_InertialSensor: added MPU9250 header 11 years ago
Víctor Mayoral Vilches f213f01983 AP_InertialSensor_LSM9DS0: Remove previous CS handling. 11 years ago
Andrew Tridgell 3ed4f82cb0 AP_InertialSensor: fixed DRDY include for Linux 11 years ago
Andrew Tridgell 06b6d7aaf0 AP_InertialSensor: fixeup DRDY pin for different boards 11 years ago
Víctor Mayoral Vilches 3379ddd51f AP_InertialSensor_MPU6000: Add _register_write_check method. 11 years ago