You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
I fixed the docker issue for Noetic. However, now I get: libEGL warning: failed to open /dev/dri/renderD128: Permission denied
within the chroot environment. The file is readable by group render. However, the user is not part of that group - both on host and in chroot. How does it work natively?
The reason will be displayed to describe this comment to others. Learn more.
In the chroot we get only two devices from eglQueryDevicesEXT (actions log). There should be three, one of them with CUDA capability.
Are nvidia drivers installed within the chroot environment?
a36846a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the docker issue for Noetic. However, now I get:
libEGL warning: failed to open /dev/dri/renderD128: Permission denied
within the chroot environment. The file is readable by group
render
. However, the user is not part of that group - both on host and in chroot. How does it work natively?a36846a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the chroot we get only two devices from eglQueryDevicesEXT (actions log). There should be three, one of them with CUDA capability.
Are nvidia drivers installed within the chroot environment?
a36846a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. That was the problem: the NVIDIA GL/EGL libs were not installed (the driver is running on the host system).
action fixed: https://github.com/ubi-agni/mujoco_ros_pkgs/actions/runs/12350132872
a36846a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I now dropped this commit. Merging of the feature branch should happen in the next few days