mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
HIL debugging AP_DCM
git-svn-id: https://arducopter.googlecode.com/svn/trunk@940 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
51696e63af
commit
0f9ac71e6a
@ -165,6 +165,11 @@ printm(const char *l, Matrix3f &m)
|
||||
Serial.print(*(uint32_t *)&(m.c.x), HEX); Serial.print(" "); Serial.print(*(uint32_t *)&(m.c.y), HEX); Serial.print(" "); Serial.println(*(uint32_t *)&(m.c.z), HEX);
|
||||
}
|
||||
*/
|
||||
|
||||
/**************************************************/
|
||||
AP_IMU *
|
||||
AP_DCM_FW::get_imu(void)
|
||||
{ return &_imu;}
|
||||
|
||||
/**************************************************/
|
||||
void
|
||||
|
@ -28,6 +28,7 @@ public:
|
||||
Vector3f get_gyros(void);
|
||||
Vector3f get_accels(void);
|
||||
Matrix3f get_dcm_matrix(void);
|
||||
AP_IMU * get_imu(void);
|
||||
|
||||
// Methods
|
||||
void quick_init(uint16_t *_offset_address);
|
||||
|
Loading…
Reference in New Issue
Block a user