Skip to content

Commit cbae0fd

Browse files
committed
Actually remove extra ChannelFactory in g1_controller.py
1 parent 3fb45c9 commit cbae0fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unitree-client/src/ik/g1_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def __init__(self):
6666
self._gradual_time = None
6767

6868
# initialize lowcmd publisher and lowstate subscriber
69-
ChannelFactoryInitialize(0)
7069
self.lowcmd_publisher = ChannelPublisher(kTopicLowCommand, LowCmd_)
7170
self.lowcmd_publisher.Init()
7271
self.lowstate_subscriber = ChannelSubscriber(kTopicLowState, LowState_)

0 commit comments

Comments
 (0)