Search found 4 matches

by eomar
18 May 2020, 19:23
Forum: General questions
Topic: How to execute the CoppeliaSim via SSH?
Replies: 2
Views: 1526

Re: How to execute the CoppeliaSim via SSH?

Hi,

Are you running Pyrep/CoppeliaSim on a headless machine? If so, have you tried to run your application with xvfb-run?

e.g.

Code: Select all

xvfb-run python my_pyrep_application
Omar
by eomar
17 Apr 2020, 09:04
Forum: General questions
Topic: Rendering vision sensors on a remote cluster
Replies: 2
Views: 2036

Re: Rendering vision sensors on a remote cluster

Hi, It turns out that the issue was due to an incomplete configuration on the cluster. Since I had to use Xvfb to run CoppeliaSim headlessly and Xvfb only supports software rendering, the crash happened because the libraries that support software rendering were not fully installed. In my case, the c...
by eomar
07 Apr 2020, 08:59
Forum: General questions
Topic: Rendering vision sensors on a remote cluster
Replies: 2
Views: 2036

Rendering vision sensors on a remote cluster

Hi, As part of my project, I am currently trying to render images with vision sensors on a remote cluster while running CoppeliaSim headlessly. I seem to be facing an issue with OpenGL rendering of the vision sensors, which immediately causes the following crash: @@ lib: 1 lic: 1 CoppeliaSim Edu V4....
by eomar
26 Mar 2020, 10:52
Forum: General questions
Topic: how to run coppeliaSim remotely, ssh or xvfb or others
Replies: 5
Views: 3785

Re: how to run coppeliaSim remotely, ssh or xvfb or others

Hi Lyz,

Have you found a solution to this problem? I am also facing the same error and am not sure what the root cause is.

Best,
Omar