-
Notifications
You must be signed in to change notification settings - Fork 10
Add internal graphics option and unrecognized opt #28
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
base: main
Are you sure you want to change the base?
Conversation
Are students (or anyone) able to get reasonable performance when running with internal graphics instead of a GPU? The reason we dropped support for this is that the simulations this repository is intended to support (especially vrx, dave and vorc) have typically needed a GPU to produce a decent user experience. If the users are getting very low RTF or poor rendering I would rather not officially support this option. If there is some integrated graphics setup out there that seems to be handling the simulations well enough it would be great to know what it is so we can potentially add it to our list of supported hardware configurations. |
Dockerfile for Ubuntu 24.04 + ROS2 Jazzy + Gazebo Harmonic
How-to
-i
flag adds--devices /dev/dri
which initiates rocker to use internal graphics. It's inherited from rocker document.I am reviving myself through Ros-Gazebo framework and found this option is needed for students here since most of their laptops does not have external graphics card.