I can see any IR images by Realsense-viewer if clicked IR camera. Both works well in isaac ros container or native jetson os.
The troubleshooting link you posted it points to a amd64.deb, not for arm.
Looking at your last screenshot, it seems to be related to your USB cable. The realsense-viewer detects it as USB 2.1, but you should use a USB 3 cable. The USB 2 cable causes streaming issues.
you launch isaac_ros_visual_slam.launch.py instead of isaac_ros_visual_slam_realsense.launch.py
The reason the realsense node is not contained in that launch file.
But those topic publis have some problems.
1, No output by: ros2 topic hz /camera/infra1/image_rect_raw --window 20, ros2 topic hz /camera/imu --window 20
2, No image or position and orientation update on the Riviz2 by the CMD: Rviz2 -d src/isaac_ros_visual_slam/isaac_ros_visual_slam/rviz/realsense.cfg.rviz
I have a reasonable feeling that your second post is involved in this topic as well.
What is your setup? Judging from your photos, it seems like you’re running everything from your Jetson.
If it is true and possible, try to read the telemetry from another PC and avoid running anything that requires a display connected to the Jetson to save as much CPU and GPU work as possible.
Hi Raffaello,
Thank you so much for the help. I’ve been busy with other urgent things for the past two weeks. Sorry for the late response.
Yes, it’s running everything from my Jetson.
I used Foxglove to read topics, also is very slow or stuck.
As for the CPU/GPU utilization by jtop, looks like not fully used.
Hi! Before visualizing, we need to check that the ROS graph is working as expected. SInce you mentioned there is no output on running ros2 topic hz /camera/infra1/image_rect_raw --window 20, it seems like images aren’t being published at an acceptable rate.
Could you please try running the tutorial without any visualization tool like RViz or Foxglove open? Let us know if you see the expected output for the command above.
Hi asawareeb, when I ran ros2 topic hz /camera/infra1/image_rect_raw --window 20 and there is no output. I didn’t turn on the RViz or Foxglove.
BTW, I just saw ISAAC ROS 3.0 only support Orin. Maybe I should upgrade my Xavier to Orin.