I am running ./CarlaUE4.sh on a powerful remote server. I have tried X forwarding and VNC viewer, but they fail to show the window popped up. Is there a way to see the UE4 window from a local PC while running CARLA on a remote server?
also interested in knowing this!
I am running ./CarlaUE4.sh on a powerful remote server. I have tried X forwarding and VNC viewer, but they fail to show the window popped up. Is there a way to see the UE4 window from a local PC while running CARLA on a remote server?
Hi, i am also trying that on server. When i launch Xorg, there is an error (EE) Fatal server error (EE) no screens found
Then i use P100 with CUDA10.2 and nvidia-smi works.
I am not sure if the Xforwarding is going to work, but in any case it seems your problem is not with the X forwarding yet, but with the configuration of the Xorg server.
It is possible to configure CARLA to run in a headless server, but it takes a few steps.
Notes:
That should launch the CARLA server in a headless node using vulkan. You can check that this is working by running any carla example.
Regarding the X forwarding, I am not sure if the X forwarding will forward the server window. In the worst case you can fetch the spectator camera (which is the camera the server shows) and display it locally using the CARLA API.
Hope this information helps.
Thanks all. I find that carlaviz is a good solution.
Most helpful comment
I am not sure if the Xforwarding is going to work, but in any case it seems your problem is not with the X forwarding yet, but with the configuration of the Xorg server.
It is possible to configure CARLA to run in a headless server, but it takes a few steps.
Notes:
That should launch the CARLA server in a headless node using vulkan. You can check that this is working by running any carla example.
Regarding the X forwarding, I am not sure if the X forwarding will forward the server window. In the worst case you can fetch the spectator camera (which is the camera the server shows) and display it locally using the CARLA API.
Hope this information helps.