[fix] remove dependency on `unitree_dds_wrapper`
This commit is contained in:
parent
fcbc0ec2f5
commit
40605b4dac
|
@ -18,6 +18,6 @@ import cyclonedds.idl.types as types
|
||||||
@annotate.final
|
@annotate.final
|
||||||
@annotate.autoid("sequential")
|
@annotate.autoid("sequential")
|
||||||
class MotorCmds_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorCmds_"):
|
class MotorCmds_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorCmds_"):
|
||||||
cmds: types.sequence['unitree_dds_wrapper.idl.unitree_go.msg.dds_.MotorCmd_'] = field(default_factory=lambda: [])
|
cmds: types.sequence['unitree_sdk2py.idl.unitree_go.msg.dds_.MotorCmd_'] = field(default_factory=lambda: [])
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,6 @@ import cyclonedds.idl.types as types
|
||||||
@annotate.final
|
@annotate.final
|
||||||
@annotate.autoid("sequential")
|
@annotate.autoid("sequential")
|
||||||
class MotorStates_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorStates_"):
|
class MotorStates_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorStates_"):
|
||||||
states: types.sequence['unitree_dds_wrapper.idl.unitree_go.msg.dds_.MotorState_'] = field(default_factory=lambda: [])
|
states: types.sequence['unitree_sdk2py.idl.unitree_go.msg.dds_.MotorState_'] = field(default_factory=lambda: [])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue