-
Hello,
For a Reinforcement Learning research project, I'm trying to use `CoppeliaSim` in conjunction with `PyRep` and `PyQt`.
A problem arises within python when importing both `PyRep` and `Py…
-
Hi,
I am running code on a headless server, and when I follow
https://github.com/stepjam/PyRep/blob/master/README.md#running-headless it works fine.
However, I am trying to migrate my code to …
-
I am trying to compiling the libPlugin, but the error is as follow:
![image](https://user-images.githubusercontent.com/22396672/151331202-e8bbafa9-a095-4308-8a6e-2314ea16ca0c.png)
Can you give m…
-
I am trying to emulate FANET using /uav/uav.py but the script is throwing error stating that :-
Warning: Starting a Matplotlib GUI outside of the main thread will likely fail.
WARNING: QApplication…
-
Hi, I'm having issues running examples in Pyrep example folders. I've managed to download successfully but I'm not able to run any examples. Pardon me if I'm not seeing something to solve the issue as…
-
Hi!
As the author of [Ruckig](https://github.com/pantor/ruckig) (a library for online trajectory generation similar to Reflexxes), I've created following [CoppeliaSim plugin](https://github.com/pan…
-
Hello,
I just started learning CoppeliaSim and I'm trying to import a URDF file that includes my robot into CoppeliaSim using the **Plugins > URDF Import...** command
But I always get an error --> …
-
I downloaded Pyrep as follows om my ubuntu 18.04.
https://travis-ci.com/github/stepjam/PyRep.
When i used ‘’ python3 -m unittest discover tests’’ and gym-vrep example, i got two different errors…
-
Trying to use PyRep with EGLFS on docker on Ubuntu 14. I get an error that it can't find a certain file `libQt5EglFSDeviceIntegration.so.5,` the full traceback with debug on is below:
```
Got keys…
-
I can run an example script using xvfb: `xvfb-run python examples/example_baxter_pick_and_pass.py`, but this doesn't use the GPU for rendering (as expected).
When I try running it without xvfb -- `…