We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current MotorState_ and MotorCmd_ has no default values:
class MotorState_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorState_"): mode: types.uint8 q: types.float32 dq: types.float32 ddq: types.float32 tau_est: types.float32 q_raw: types.float32 dq_raw: types.float32 ddq_raw: types.float32 temperature: types.uint8 lost: types.uint32 reserve: types.array[types.uint32, 2]
class MotorCmd_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorCmd_"): mode: types.uint8 q: types.float32 dq: types.float32 tau: types.float32 kp: types.float32 kd: types.float32 reserve: types.array[types.uint32, 3]
It would be more user-friendly if these classes had default values ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current MotorState_ and MotorCmd_ has no default values:
It would be more user-friendly if these classes had default values ...
The text was updated successfully, but these errors were encountered: