elephantrobotics/mycobot_ros

mycobot 280 jetson nano MyCobotSocket

alex-f1tor opened this issue · 0 comments

Hi! I try to launch official test script for mycobot 280 jetson nano, but got the following error during the Socket initialization:

ms=MyCobotSocket('192.168.125.226',9000) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/elephant/.local/lib/python3.6/site-packages/pymycobot/mycobotsocket.py", line 61, in __init__ self.sock = self.connect_socket() File "/home/elephant/.local/lib/python3.6/site-packages/pymycobot/mycobotsocket.py", line 70, in connect_socket sock.connect((self.SERVER_IP, self.SERVER_PORT)) OSError: [Errno 101] Network is unreachable
the IP and baud were hardcoded in the script (I didn't change anything)