-
Notifications
You must be signed in to change notification settings - Fork 10
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
Connecting to server #3
Comments
Hello @psychemedia. This binding is based on the official
I tried to connect to the simulator, which work on my laptop in my local network and all works fine. |
Hmm... okay.. I was trying to connect to the server from a Jupyter notebook running inside the same VM as the simulator (VM build file here: https://github.com/psychemedia/ou-robotics-vrep/tree/master/robotVM ), albeit with the notebook accessed via a browser on host (but I think the addressing should all be relative to the insides of the VM). |
It's very strange behavior. I will check it later. |
Trying to connect to the server using
with VRep.connect(domain, 19997) as api:
, the connection works if I usedomain="127.0.0.1"
but fails if I use an alias such asdomain="localhost"
ordomain="mydomain"
:The text was updated successfully, but these errors were encountered: