372 Commits (1660aefc908307a911ad79f35130c1ddaa200ce9)

Author SHA1 Message Date
Emile Castelnuovo dae32984f1 AP_InertialSensor: use PX4 library for VRBRAIN boards. 10 years ago
Emile Castelnuovo 731329fc55 AP_InertialSensor: correction to AP_InertialSensor_VRBRAIN 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
Randy Mackay b43dc3bdfb INS: fix example sketch 10 years ago
Andrew Tridgell 8b59c72eb9 AP_InertialSensor: cope with 2 IMUs in SITL 10 years ago
Andrew Tridgell b3ce56d34d AP_InertialSensor: fixed 2nd IMU in Replay 10 years ago
mirkix fa950a735e AP_InertialSensor: add support for BBBMINI, simple ArduPilot DIY Cape for the BeagleBone Black 10 years ago
Andrew Tridgell 1b3c3c754d AP_InertialSensor: use correct ifdef for AK8963 10 years ago
Staroselskii Georgii f7f9cd2173 AP_InertialSensor: prevented MPU9250 from disabling I2C slaves 10 years ago
Andrew Tridgell 745b739ab7 AP_InertialSensor: make calibrated() function fast enough to call in flight 10 years ago
Andrew Tridgell 06a72839ed AP_InertialSensor: fixed error detection on secondary IMUs 10 years ago
Andrew Tridgell b9adc6e466 AP_InertialSensor: prefer sensors that have zero error counts 10 years ago
Andrew Tridgell 7bb56e50aa AP_InertialSensor: fixed example build 10 years ago
Andrew Tridgell f84f432ecf AP_InertialSensor: allow gyro calibration to take up to 30 seconds 10 years ago
Andrew Tridgell 7c288e020b AP_InertialSensor: fixed detection of dead IMU 10 years ago
Andrew Tridgell 986b7bf894 AP_InertialSensor: fixed frequency to 16 bit in LDM303D and L3GD20 drivers 10 years ago
Andrew Tridgell 3518cf5480 AP_InertialSensor: fixed default MPU9250 orientation for NavIO 10 years ago
Andrew Tridgell ad7c612334 AP_InertialSensor: fixed SITL with new HIL code 10 years ago
Andrew Tridgell aeaa3c1e04 AP_InertialSensor: fixed build for VRBrain 10 years ago
Andrew Tridgell 40e83ceb1f AP_InertialSensor: simplify next sample time calculations 10 years ago
Andrew Tridgell 9dfbdb1e69 AP_InertialSensor: run the MPU6000 at 1kHz on fast CPUs 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 bc5d79118d AP_InertialSensor: updated comments 10 years ago
Andrew Tridgell 3a9a5a9c18 AP_InertialSensor: implement gyro and accel health monitoring 10 years ago
Andrew Tridgell 586fa9a816 AP_InertialSensor: added product_id support 10 years ago
Andrew Tridgell 520727e5bd AP_InertialSensor: fixed example build 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 a42af0f2f1 AP_InertialSensor: use common AP_InertialSensor driver for PX4 and VRBRAIN 10 years ago
Andrew Tridgell 3ce7667e5a AP_InertialSensor: tidy up MPU6000 driver 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 ff6d87f145 AP_InertialSensor: minor tidy up for HIL driver 10 years ago
Andrew Tridgell 85686c22ec AP_InertialSensor: converted the APM1/Oilpan driver to new API 10 years ago
Andrew Tridgell dcef9bb3b8 AP_InertialSensor: converted the MPU9250 driver to new API 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
Randy Mackay 834f2bea07 INS: add gyro_calibrated_ok_all method 10 years ago
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