-
Notifications
You must be signed in to change notification settings - Fork 250
Gazebo Harmonic does not load with NVIDIA #2916
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
Comments
Can you take a look @dpascualhe ? |
sure! I'll take a look. Just to confirm:
|
It works fine for Intel and CPU. |
And launching with NVIDIA works for all the Gazebo Classic exercises |
To launch it first use: docker run --hostname my-postgres --name academy_db -d -e POSTGRES_DB=academy_db -e POSTGRES_USER=user-dev -e POSTGRES_PASSWORD=robotics-academy-dev -e POSTGRES_PORT=5432 -d -p 5432:5432 jderobot/robotics-database:4.7.0-beta And when it finishes launch: docker run --rm -it $(nvidia-smi >/dev/null 2>&1 && echo "--gpus all" || echo "") --device /dev/dri -p 6080:6080 -p 1108:1108 -p 7163:7163 -p 7164:7164 --link academy_db jderobot/robotics-academy:4.7.0-beta |
The error is |
Hi @javizqh ! I'll try to catch up and take a look at this issue Are these launch instructions still valid for reproducing the error or should I use a more recent version of the docker images?
|
Change the 4.7.0 beta for latest and pull the latest docker image un both of them |
Gazebo Harmonic does not load with NVIDIA, it stays in black
The text was updated successfully, but these errors were encountered: