Hello,
I have Isaac ROS installed only inside a docker container on my host system (ubuntu 22.04, x86_64). I have installed Isaac Sim 4.5.0 natively on my host system using the following commands:
# Unarchive using Archive Utility in Ubuntu [email protected]+release.675.f1cca148.gl.linux-x86_64.release.zip
~/Downloads/[email protected]+release.675.f1cca148.gl.linux-x86_64.release$ ./omni.isaac.sim.compatibility_check.sh
mkdir ~/isaacsim
cd ~/Downloads
unzip "[email protected]+release.19112.f59b3005.gl.linux-x86_64.release.zip" -d ~/isaacsim
cd ~/isaacsim
./post_install.sh
./isaac-sim.selector.sh
I also enabled the ros2 bridge and set the ROS_DOMAIN_ID=0 both on host and inside docker.
When I launch the sim on my host and then any isaac_sim example in docker, the example doesnt actually show up in the sim. I don’t even think that the two environments are connected / talk to each other. Please could someone help me?
I want to start fully using isaac_sim so that I can test and develop as most of the isaac_ros examples are using isaac_sim. I didn’t use omniverse because there is a warning that it will be deprecated from October.
Thank you.