Go2Py/dds_messages/idls/Go2pyLowCmd.idl

13 lines
222 B
Plaintext
Raw Normal View History

2024-05-05 09:14:41 +08:00
module go2py_common {
2024-03-11 06:27:42 +08:00
module msg {
module dds_{
@final struct Go2pyLowCmd_ {
float q[12];
float dq[12];
float kp[12];
float kd[12];
float tau[12];
};
};
};
2024-05-05 09:14:41 +08:00
};