Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mycobot 280 jetson nano MyCobotSocket #81

Open
alex-f1tor opened this issue Sep 13, 2022 · 0 comments
Open

mycobot 280 jetson nano MyCobotSocket #81

alex-f1tor opened this issue Sep 13, 2022 · 0 comments

Comments

@alex-f1tor
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant