Hi, I have a Xavier NX dev kit flashed with Jetpack 5.1.3. I am trying to install Isaac ROS to use the VSLAM packages with a realsense d435i. I was following the tutorial in Isaac ROS NITROS Bridge — isaac_ros_docs documentation to build the docker in ROS Noetic but i found myself with an error regarding the topics when launching the docker:
docker run -it --cap-add=SYS_PTRACE --privileged --network host --pid host --runtime nvidia --name nitros_bridge --rm nitros_bridge:latest nitros_bridge_convert_forward.yaml nitros_bridge_convert_forward.launch
The parameter ‘services_1_to_2’ either doesn’t exist or isn’t an array
The parameter ‘services_2_to_1’ either doesn’t exist or isn’t an array
Am I missing a step building the docker? I apologize if the question is too simple