File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
unitree_sdk2py/idl/unitree_hg/msg/dds_ Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2323@annotate .autoid ("sequential" )
2424class HandCmd_ (idl .IdlStruct , typename = "unitree_hg.msg.dds_.HandCmd_" ):
2525 motor_cmd : types .sequence ['unitree_sdk2py.idl.unitree_hg.msg.dds_.MotorCmd_' ]
26+ reserve : types .array [types .uint32 , 4 ]
2627
2728
Original file line number Diff line number Diff line change 2323@annotate .autoid ("sequential" )
2424class HandState_ (idl .IdlStruct , typename = "unitree_hg.msg.dds_.HandState_" ):
2525 motor_state : types .sequence ['unitree_sdk2py.idl.unitree_hg.msg.dds_.MotorState_' ]
26- imu_state : 'unitree_sdk2py.idl.unitree_hg.msg.dds_.IMUState_'
2726 press_sensor_state : types .sequence ['unitree_sdk2py.idl.unitree_hg.msg.dds_.PressSensorState_' ]
27+ imu_state : 'unitree_sdk2py.idl.unitree_hg.msg.dds_.IMUState_'
2828 power_v : types .float32
2929 power_a : types .float32
30+ system_v : types .float32
31+ device_v : types .float32
32+ error : types .array [types .uint32 , 2 ]
3033 reserve : types .array [types .uint32 , 2 ]
3134
3235
Original file line number Diff line number Diff line change 2424class PressSensorState_ (idl .IdlStruct , typename = "unitree_hg.msg.dds_.PressSensorState_" ):
2525 pressure : types .array [types .float32 , 12 ]
2626 temperature : types .array [types .float32 , 12 ]
27+ lost : types .uint32
28+ reserve : types .uint32
2729
2830
You can’t perform that action at this time.
0 commit comments