How to launch gazebo with GPU in docker
I have a docker image that contains vnc, i.e. a visualize tool,
and the the command nvidia-smi
have worked.
Here is the screenshot of vnc interface
I think docker have already connected to my GPU.
However, the gazebo does not use the GPU to boot, but with cpu.
Have anyone knows How can I launch Gazebo with GPU in docker?
Thanks in advance!!!