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
I would like to inform you that with the use of a specific flag, NVIDIA GPUs can be enabled for the container's GUI software. However, only Gazebo is experiencing a flickering issue. I understand that this project doesn’t primarily focus on GPU usage, but I’m wondering if you might have any ideas on how to resolve the flickering problem.
Description
I would like to inform you that with the use of a specific flag, NVIDIA GPUs can be enabled for the container's GUI software. However, only Gazebo is experiencing a flickering issue. I understand that this project doesn’t primarily focus on GPU usage, but I’m wondering if you might have any ideas on how to resolve the flickering problem.
Environment
System Details:
Dockerfile for gazebo installation:
Docker Container Command
docker run --restart=always -d \ -e VNC_PASSWORD=1234 \ -e USER=sajib \ -e PASSWORD=1234 \ -e ROS_DOMAIN_ID=1 \ -e NVIDIA_DRIVER_CAPABILITIES=all \ -e __GLX_VENDOR_LIBRARY_NAME=nvidia \ -v "/home/sajib/22":/home/sajib \ -v /dev/dri:/dev/dri \ -p 6555:80 \ -p 6556:22 \ --security-opt seccomp=unconfined \ --shm-size=4gb \ --gpus all \ --runtime=nvidia \ image_name:latest
Approaches Attempted:
Video Link
Any suggestions or solutions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: