Hello Nvidia nvidia comunity,
I’m integrating the AM-Radio model into NVBlox-ROS to create 3D feature maps of the workspace of a robot arm. And i have a couple of questions.
-
How can I make ROS deps/model installs persistent in the Isaac ROS container? I don’t have the base Dockerfile—what’s the recommended way to extend the base image (overlay Dockerfile/compose) so rosdep/pip/model weights survive rebuilds, or snapping the container?
The docs reference a config file that is user accessible in the cli at${ISAAC_ROS_WS}/.isaac-ros-cli/config.yaml
do I need to create it and what am I able to do with it? -
The c-radio_v4-h model outputs 1536-dim features. I downsize to ~128 dims for lightweight visualization, but it’s still heavy to send over ROS. Is there a supported way to transport multi-channel float feature images with Nitros (or another compressed transport).
-
What’s the min feature_array_num_elements recommended that would still yield results that look reasonable for debugging or would 128 for example even be enough to display a feature map of the workspace?
Also general thoughts about the Idea would be appreciated. In the end i want a decent approach to have a 3D feature map of the workspace, and this seemed to me to be a reasonable and scalable approach considering how much faster the AM-Radio model got and also considering the publishing of the RadSeg paper that would make it possible to have Semantic segmentation of said workspace.
Thank you for your help.
Best Reagards,
Tom