Hi, I have installed
and run the example, everything is run out of a docker container using the nvidia docker runtime.
I now want to run the example:
but there are two problems.
- The instruction for installing issac sim is missing:
https://docs.omniverse.nvidia.com/isaacsim/latest/install_basic.html
https://docs.omniverse.nvidia.com/isaacsim/latest/install_advanced.html
-
It’s not clear if I install issac sim in the container the visual slam system is running in or its own container or on the desktop.
-
If I run issac sim on the desktop or its own container, how do I pass ROS messages between the Visual Slam container and the Issac Sim simulator?
-
If instead I am supposed to install issac sim in the visual slam container, how do I do that?
-
In general it’s important to figure out how to pass ROS messages between and outside the docker containers, how do I do that?