unitreerobotics / unitree_sdk2_python

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

Added option to connect using IP address of the robot. #3

Open k-m-irfan opened 4 months ago

k-m-irfan commented 4 months ago

Added option to connect using IP address of the robot.

For Example:

python3 ./example/front_camera/camera_opencv.py enp2s0
python3 ./example/front_camera/camera_opencv.py 192.168.123.51

Both of the above will work, where "192.168.123.51" is the static IP address of the robot.