Go2Py_SIM/deploy/dds_bridge/idl/LowCmd.idl

10 lines
177 B
Plaintext
Raw Normal View History

2024-01-04 03:15:04 +08:00
module msgs{
struct LowCmd {
float q[12];
float dq[12];
float tau_ff[12];
float kp[12];
float kv[12];
octet e_stop;
};
};