Skip to content
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

Closed
qhaas opened this issue Apr 2, 2021 · 7 comments
Closed

Update CARLA docker runtime documentation #4053

qhaas opened this issue Apr 2, 2021 · 7 comments
Assignees
Labels
documentation Requires changes/additions to documentation

Comments

@qhaas
Copy link
Contributor

qhaas commented Apr 2, 2021

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.

@corkyw10
Copy link
Contributor

corkyw10 commented Apr 6, 2021

Hi @qhaas thank you for the input. I will review the documentation and update it.

@corkyw10 corkyw10 self-assigned this Apr 6, 2021
@corkyw10 corkyw10 added the documentation Requires changes/additions to documentation label Apr 6, 2021
@stale
Copy link

stale bot commented Jun 11, 2021

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.

@kino3
Copy link

kino3 commented Jul 4, 2021

@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?

@corkyw10
Copy link
Contributor

corkyw10 commented Jul 7, 2021

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
Copy link

kino3 commented Jul 11, 2021

@corkyw10 Thank you for your reply. Now my environment works well by using the command docker run -e SDL_VIDEODRIVER=x11 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -p 2000-2002:2000-2002 -it --gpus all carlasim/carla:0.9.11 ./CarlaUE4.sh -opengl
ISSUE #3444 #3431 helped me well.

@PDillis
Copy link

PDillis commented Jul 11, 2021

@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.

@corkyw10
Copy link
Contributor

corkyw10 commented Aug 5, 2021

Docker documentation has been updated in the latest release here and here. If you see any problems please open a new github issue.

@corkyw10 corkyw10 closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Requires changes/additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants