-
I'm using Coppeliasim vision sensor and need to create a perspective camera instance.
How can I do?
Perhaps I can create the instance with camera intrinsic parameters?
Appreciate !!!
![Snipas…
-
Hello, I was trying to install docker image of coppeliasim in this repo. When i insert "docker run coppeliasim-ubuntu18:latest". It's working until this part
![image](https://user-images.githubuserc…
-
model coppeliasim arena to be more fun:
- [ ] add tags,
- [x] obstacles,
- [x] ambiance.
-
The coppeliasim never shuts down and the PID is constantly changing
zxb-0 updated
9 months ago
-
Just some notes when going through the vrep-baxter steps to generate the various scenes.
Some of these details were easy to figure out and not a big deal, the others are probably useful to know.
T…
-
I'm replicating https://github.com/andyzeng/visual-pushing-grasping. that's your project (use the code) on github.As recommended, I installed the Ubuntu Dual System(Ubuntu18.04).
Now I have a proble…
-
I once wrote python codes below
```python
from coppeliasim_zmqremoteapi_client import RemoteAPIClient
client = RemoteAPIClient()
sim = client.require('sim')
sim.startSimulation()
...
```
Then …
-
Hello. I'm looking into a possible project using RLBench, and was wondering if there's any way to get RLBench running on macOS. CoppeliaSim has official binaries for darwin-arm64, so I just need to fi…
-
I tried to run the evaluation using the pretrained checkpoint [PerAct - 512 Latents](https://github.com/peract/peract/releases/download/v1.0.0/peract_600k_512latents.zip) and the val dataset provided.…
-
## Motivation
I was trying to solve the "could not find or correctly load the video compression library" error in CoppeliaSim. I tried `sudo apt-get install libavcodec-dev libavformat-dev libswscale-…