Skip to content

Commit 2991dea

Browse files
authored
Merge pull request unitreerobotics#26 from ruziniuuuuu/master
[fix] remove dependency on `unitree_dds_wrapper`
2 parents c73befd + 40605b4 commit 2991dea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

unitree_sdk2py/idl/unitree_go/msg/dds_/_MotorCmds_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
@annotate.final
1919
@annotate.autoid("sequential")
2020
class MotorCmds_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorCmds_"):
21-
cmds: types.sequence['unitree_dds_wrapper.idl.unitree_go.msg.dds_.MotorCmd_'] = field(default_factory=lambda: [])
21+
cmds: types.sequence['unitree_sdk2py.idl.unitree_go.msg.dds_.MotorCmd_'] = field(default_factory=lambda: [])
2222

2323

unitree_sdk2py/idl/unitree_go/msg/dds_/_MotorStates_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
@annotate.final
1919
@annotate.autoid("sequential")
2020
class MotorStates_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorStates_"):
21-
states: types.sequence['unitree_dds_wrapper.idl.unitree_go.msg.dds_.MotorState_'] = field(default_factory=lambda: [])
21+
states: types.sequence['unitree_sdk2py.idl.unitree_go.msg.dds_.MotorState_'] = field(default_factory=lambda: [])
2222

2323

0 commit comments

Comments
 (0)