Go2Py_SIM/Go2Py/idl/LowState.idl

12 lines
232 B
Plaintext
Raw Normal View History

2024-01-04 03:15:04 +08:00
module msgs{
struct LowState {
float q[12];
float dq[12];
float ddq[12];
float tau_est[12];
float tmp[12];
float contact[4];
float voltage;
float current;
};
};