Go2Py_SIM/msg_sources/idls/IMUState_.idl

36 lines
980 B
Plaintext
Raw Normal View History

2024-03-11 06:27:42 +08:00
// generated from rosidl_generator_dds_idl/resource/idl.idl.em
// with input from unitree_go:msg/IMUState.idl
// generated code does not contain a copyright notice
#ifndef __unitree_go__msg__imu_state__idl__
#define __unitree_go__msg__imu_state__idl__
module Go2Py {
module unitree_go {
module msg {
module dds_ {
struct IMUState_ {
float quaternion[4]; //四元数数据
float gyroscope[3]; //角速度信息0 -> x ,0 -> y ,0 -> z
float accelerometer[3]; //加速度信息0 -> x ,0 -> y ,0 -> z
float rpy[3]; //欧拉角信息:默认为弧度值(可按照实际情况改为角度值),可按照实际数值显示(弧度值范围:-7 - +7显示3位小数数组0-roll翻滚角1-pitch俯仰角2-yaw偏航角
octet temperature; //IMU 温度信息(摄氏度)。
};
}; // module dds_
}; // module msg
}; // module unitree_go
};
#endif // __unitree_go__msg__imu_state__idl__