unitreerobotics / unitree_sdk2_python

Python interface for unitree sdk2
BSD 3-Clause "New" or "Revised" License
83 stars 33 forks source link

Update ChannelFactoryInitialize to use sys.argv[1] #9

Open Aeolus96 opened 4 months ago

Aeolus96 commented 4 months ago

Changed the inputs to the ChannelFactoryInitialize from the default network interface string to dynamic input via sys.argv[1].

This is already implemented and working in other example files.