-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Carla from source on a headless linux server #4395
Comments
Cliff Notes: If you need a GUI rendering on a remote server in GNU/Linux and use of it remotely via X11 forwarding, one way is to use OpenGL and VirtualGL. Details: We build/run CARLA on headless GNU/Linux systems, including HPCs. You can use You can save sensor data to files during CARLA simulation runs, so no need for X11 or a GUI. You invoke CARLA server using |
Thanks a lot for the explanation. |
There is some draft documentation here explaining the different rendering options. Have a look if you have any input or would like to test it. |
Closing this issue, if you find anything to mention regarding the new documentation, please open a new issue. Thanks! |
Hello all,
I am using a remote headless Linux server and want to implement the RSS sensor on the server. For the implementation of the RSS sensor, I have to build Carla from the source in the server. Has anyone built Carla on a headless server? I tried X11 forwarding to launch Unreal Engine but it didn't work. Any suggestions would be appreciated.
Thanks and Regards
The text was updated successfully, but these errors were encountered: