-
-
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
Update CARLA docker runtime documentation #4053
Comments
Hi @qhaas thank you for the input. I will review the documentation and update it. |
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. |
@qhaas @corkyw10 Hi, I'm trying to use Carla runtime by the docker image but not work well. As you mentioned above, the documentation is outdated and the comments in Dockerfile is true? |
Hi @kino3 the documentation is being updated but is not yet ready. The dockerfile you referenced is used to build the current carla docker image. What issue specifically are you facing? |
@kino3 I also managed to run it with the command: docker run --rm -p 2000-2002:2000-2002 --gpus 'device=0' carlasim/carla:0.9.11 /bin/bash -c 'SDL_VIDEODRIVER=offscreen ./CarlaUE4.sh -nosound' Perhaps this is a simpler version? Let me know if it also works for you. |
The existing CARLA runtime documentation is quite dated and conflicts with the guidance provided in the latest (0.9.11) runtime Dockerfile. It would likely reduce confusion to have the former reflect the latter.
The text was updated successfully, but these errors were encountered: