- changed status to on hold
Update the base Dockerfile adding permissions to the file /dev/dri/card0 to the user gazebo.
Previous issue history --> https://github.com/ekumenlabs/terminus/issues/156
Update the base Dockerfile adding permissions to the file /dev/dri/card0 to the user gazebo.
Previous issue history --> https://github.com/ekumenlabs/terminus/issues/156
I've found these links which explains the source of the problem with Intel drivers in the following link:
So the way to go is to add the --device /dev/dri when using Intel drivers.
Code is being developed in #99
This issue is going to be closed in favor of PR #58
Made some tests on the init script. refs #85
→ <<cset 7ccef3ec4dc1>>
Fix to the run_simulator script to include the Intel driver device map in docker run cmd. refs #85
→ <<cset 58688f27677e>>