Go2Py/deploy/dds_bridge/idl/Imu.idl

9 lines
147 B
Plaintext
Raw Normal View History

2024-01-04 03:15:04 +08:00
module msgs{
struct Imu {
float q[4];
float gyro[3];
float accel[3];
float rpy[3];
octet tmp;
};
};