Hello, I am using the docker image for the SLAM node, we are attempting to evaluate the mutli-sensor system and I am modeling it off the example which uses the robot_localization package to use multiple instances of the SLAM program.
The problem is the robot_localization package isn’t included into the docker image.(as far as I can tell) and when I follow the steps here:
https://nvidia-isaac-ros.github.io/getting_started/isaac_ros_buildfarm_cdn.html
My docker image gets messed up, apparently it resets at shutdown as when I restart it it’s like it was never there(which is a good thing as it erased my ros2 install).
I understand I can -commit the docker image to be used in the future but like I mentioned when I followed the steps above it ended up destroying my ros2 install.
Any suggestions?
My local ROS2 installation can find and install the localization package no problem so I suppose I could spawn the node locally but I’m not sure if that would work or not.