carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.35k stars 3.68k forks source link

Error when deploying Carla Docker on a Windows machine #5683

Open prasilva98 opened 2 years ago

prasilva98 commented 2 years ago

Hi there, Is it possible to run Carla from Docker in a windows machine? Currently when I follow the installation guide it seems to only reference running it from a Linux machine, and, when I try to run the docker container after pulling it I get the following error, which seems to be linux related:


 docker run --privileged --net=host -e DISPLAY=$DISPLAY carlasim/carla:latest /bin/bash ./CarlaUE4.sh
sh: 1: xdg-user-dir: not found
error: XDG_RUNTIME_DIR not set in the environment.
error: XDG_RUNTIME_DIR not set in the environment.
error: XDG_RUNTIME_DIR not set in the environment.

Thank you for your time! 
EunhoCho commented 2 years ago

Same problem on my machine..

JasonBourne1998 commented 1 year ago

I get the same problem. @EunhoCho @prasilva98 do you solve this problem?

koking0 commented 1 year ago

me to, but OS is Ubuntu 20.04.

crazyqipython commented 1 year ago

Any progress on this issue? Thanks.

aronfeher commented 1 year ago

I've got this issue too. Any news?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

WaelKarkoub commented 1 year ago

bump

merryHunter commented 2 months ago

anything was ever discovered related to this issue?