EGL_BAD_ACCESS error when using MUJOCO_GL=egl rendering backend. #2874
Unanswered
Atlinx
asked this question in
Asking for Help
Replies: 1 comment
-
I found the solution here: rail-berkeley/serl#56 Turns out I needed to install these apt packages: sudo apt install libgl1-mesa-glx libgl1-mesa-dri EDIT: Turns out this did not work, and I'm still getting the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi all, I am a student using MuJoCo to simulate robots for research in robot learning.
My setup
I'm on Ubuntu 20.04 with ROS.
Here's my MuJoCo package information:
My question
I've been having issues with getting the "egl" renderer to work. Specifically, I'm getting this error:
Minimal model and/or code that explain my question
Have a Ubuntu 20.04 computer with ROS installed and Python3 installed.
Create a
mujoco_test.py
script:In a new terminal, run:
In another terminal, run:
You should get the error now.
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions