Fix typo in test_unitree_sdk2.py
Fix extra 't' typo ChannelFactoryInitialize(1, "lo")
This commit is contained in:
parent
c8df8aaaf7
commit
6895732f8f
|
@ -21,7 +21,7 @@ def LowStateHandler(msg: LowState_):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
ChannelFactortyInitialize(1, "lo")
|
ChannelFactoryInitialize(1, "lo")
|
||||||
hight_state_suber = ChannelSubscriber("rt/sportmodestate", SportModeState_)
|
hight_state_suber = ChannelSubscriber("rt/sportmodestate", SportModeState_)
|
||||||
low_state_suber = ChannelSubscriber("rt/lowstate", LowState_)
|
low_state_suber = ChannelSubscriber("rt/lowstate", LowState_)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue