NVIDIA-ISAAC-ROS / isaac_ros_visual_slam

Visual SLAM/odometry package based on NVIDIA-accelerated cuVSLAM
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
816 stars 126 forks source link

How can I run isaac_ros_visual_slam docker image with ROS Noetic host machine? #73

Closed Mikor-mkr closed 1 year ago

Mikor-mkr commented 1 year ago

Hello everyone,

as the title says, can someone provide some info of the necessary actions I need to make in order to provide ros topics comming from my host machine which is using ROS Noetic to the docker image with the isaac_ros_visual_slam?

Thanks in advance.

hemalshahNV commented 1 year ago

From within the Isaac ROS Dev base container, you could run Isaac ROS Visual SLAM and the ROS2<->ROS1 bridge (here). run_dev.sh will launch the container with host network so you should then be able to see all of the topics from your Noetic application running elsewhere (on the host machine or in a different container with host network).

Any reason to not just move to ROS 2 Humble for your whole application though?