Starting from version 2.1.0 of the ISAAC ROS packages, I have been trying to perform Dynamic Reconstruction (without human recognition) using ISAAC ROS Nvblox, ISAAC ROS VSLAM, and a ZED2i camera. I noticed that there is no dedicated version for these elements, as the ZED2i already provides a pose topic. However, using the pose from ISAAC ROS VSLAM allows for the robot to be relocalized using the /load_map action.
Due to this, I have been attempting to integrate ZED2i, VSLAM, and Nvblox within the .launch file for dynamic reconstruction, initially designed for Realsense. Unfortunately, I have not been successful so far.
Could you advise on the correct way to launch these three nodes together?
PD: does the human reconstruction from Nvblox also recognize other dynamics elements?