vrep-api-python icon indicating copy to clipboard operation
vrep-api-python copied to clipboard

Simple for use Python binding for Coppelia Robotics V-REP simulator (remote API)

Results 2 vrep-api-python issues
Sort by recently updated
recently updated
newest added

Trying to load scenes via the API, I keep getting errors, irrespective of whether I try to use relative or absolute paths on client or server side, from either server...

Trying to connect to the server using `with VRep.connect(domain, 19997) as api:`, the connection works if I use `domain="127.0.0.1"` but fails if I use an alias such as `domain="localhost"` or...