Closed chrismbirmingham closed 3 years ago
It looks like the the issue is specific to running rviz on machines with a nvidia gpu.
Did you run export DISPLAY=:0
before running the harmoni hardware services?
Details on Nvidia issue: https://github.com/diegoferigo/dockerfiles/issues/6#issuecomment-457301619 , https://developer.nvidia.com/blog/gpu-containers-runtime/.
There are some other alternatives as well: https://github.com/osrf/rvizweb , but this will take some work to getting running.
Hi, I ran into a similar issue when running RViz in a docker container on a Windows host, and fixed it by adding the -nowgl argument when launching the X11 session, and setting LIBGL_ALWAYS_INDIRECT=0 in the container. Not sure if it applies here, but potentially worth checking out 😄
The issue no longer appears to be with rviz, but with some dependencies on Noetic. Closing this issue in favor of #84