CoppeliaRobotics / docker-image-coppeliasim

MIT License
10 stars 5 forks source link

With GUI o host #2

Open orensbruli opened 3 years ago

orensbruli commented 3 years ago

Hello,

Is this docker expected to launch the CoppeliaSim GUI or is this headless?

Thank you in advance.

StephAO commented 3 years ago

I am not an author of this project, just another user, but if you look in the dockerfile you see that it is run in a headless mode using xvfb: RUN echo '#!/bin/bash\ncd $COPPELIASIM_ROOT\n/usr/bin/xvfb-run --server-args "-ac -screen 0, 1024x1024x24" coppeliaSim "$@"' > /entrypoint && chmod a+x /entrypoint

cjds commented 3 years ago

@orensbruli if you're interested I have a GUI version running on master of this fork https://github.com/cjds/docker-image-coppeliasim