9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
module msgs{
|
||
|
struct Imu {
|
||
|
float q[4];
|
||
|
float gyro[3];
|
||
|
float accel[3];
|
||
|
float rpy[3];
|
||
|
octet tmp;
|
||
|
};
|
||
|
};
|