-
Notifications
You must be signed in to change notification settings - Fork 231
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
Gazebo Harmonic does not load with NVIDIA #2916
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gazebo Harmonic does not load with NVIDIA, it stays in black
The text was updated successfully, but these errors were encountered: