Implement an abstract IMU class.
Refactor the existing AP_IMU as AP_IMU_Oilpan (this will require changes in other projects TBD). Add a shim IMU class for use by e.g. HIL protocol handlers. This paves the way for a better handling of HIL_MODE_SENSORS as well as the mooted SPI-based oilpan IMU. git-svn-id: https://arducopter.googlecode.com/svn/trunk@1342 f9c3cf11-9bcb-44bc-f272-b75c42450872
Showing
- libraries/AP_IMU/AP_IMU.h 5 additions, 68 deletionslibraries/AP_IMU/AP_IMU.h
- libraries/AP_IMU/AP_IMU_Oilpan.cpp 378 additions, 0 deletionslibraries/AP_IMU/AP_IMU_Oilpan.cpp
- libraries/AP_IMU/AP_IMU_Oilpan.h 62 additions, 0 deletionslibraries/AP_IMU/AP_IMU_Oilpan.h
- libraries/AP_IMU/AP_IMU_Shim.h 12 additions, 0 deletionslibraries/AP_IMU/AP_IMU_Shim.h
- libraries/AP_IMU/IMU.h 96 additions, 0 deletionslibraries/AP_IMU/IMU.h
- libraries/AP_IMU/IMU_Shim.cpp 0 additions, 0 deletionslibraries/AP_IMU/IMU_Shim.cpp
- libraries/AP_IMU/examples/AP_IMU/AP_IMU.pde 38 additions, 0 deletionslibraries/AP_IMU/examples/AP_IMU/AP_IMU.pde
Loading
Please register or sign in to comment