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
813 stars 126 forks source link

Realsense camera not shown When I run the launch file #159

Closed Muthukumar4796 closed 1 month ago

Muthukumar4796 commented 1 month ago

System : Orin NX Camera : Realsense D455

When I run the launch file, nodes are created successfully. However, upon checking the topic list in another terminal, I found that although the nodes were confirmed, the data was not being echoed. Additionally, when I ran the rviz command in another terminal, the camera was not shown.

Typically, when running the RealSense launch file locally, a serial number must along with the launch file as argument or else the data will not be printed.

I checked the parameters in the Isaac ROS Visual SLAM launch file and found that the serial number was not added. I added my RealSense serial number to the parameters, but it still did not work.