uncrustify
|
7f57d462d0
|
uncrustify libraries/AP_IMU/AP_IMU_INS.h
|
13 years ago |
rmackay9
|
7b9782c5ac
|
AP_IMU_INS: added gx(), gy() and gz() methods to return gyro offsets
|
13 years ago |
Craig Elder
|
69bf5700cd
|
IMU: expose IMU_PRODUCT_ID as EEPROM Variable
this will allow us to log the Product ID in tlogs
|
13 years ago |
Andrew Tridgell
|
bcb7196680
|
IMU: added get_gyro_drift_rate() interface
this just calls down to the InertialSensor layer
|
13 years ago |
Andrew Tridgell
|
cc887949c9
|
AP_IMU: improved the gyro calibration code
this should give a much more accurate result
|
13 years ago |
Andrew Tridgell
|
6138f31cec
|
AP_IMU: added new_data_available() interface
|
13 years ago |
Andrew Tridgell
|
baac883eb1
|
IMU: move _sensor_cal to general IMU class
this makes it available both in shim and INS subclasses
|
13 years ago |
Andrew Tridgell
|
e5f3864f81
|
modify the IMU code for AP_Param
|
13 years ago |
Andrew Tridgell
|
a819c1a3dc
|
IMU: abstract the setting of the LEDs in IMU initialisation
we need this to cope with different LED pin assignments on APM1/APM2
|
13 years ago |
Pat Hickey
|
e53bcba4d9
|
purple: rework AP_IMU library to use AP_IntertialSensor library
the AP_IMU keeps the handling of the calibration, but most of the real
work happens in the lower level AP_IntertialSensor library
|
13 years ago |