I have already completed both of Isaac_ros_foundationpose Quickstart and isaac_ros_rtdetr Quickstart with Rosbag.
In addition, I have already checked the operation of isaac_ros_rtdetr Quickstart with RealSense Camera D435i like below:
However, when I follow the Isaac_ros_foundationpose Quickstart with RealSense Camera D435i to run the launch file like the attached file, the command’s work stops. error_foundationpose_RealsenseCamera_launch_script.txt (108.5 KB)
This issue is usually related using a wrong USB cable on your realsense.
I suggest to check if your USB cable works for your camera, you can also use RealSenseViewer to verify that your camera works.
[component_container_mt-1] 2024-08-21 14:07:35.174 ERROR ./gxf/foundationpose/foundationpose_sampling.cpp@410: [FoundationposeSampling] Input depth image and segmentation image have different dimension
[component_container_mt-1] 2024-08-21 14:07:35.179 ERROR gxf/std/entity_executor.cpp@552: Failed to tick codelet in entity: SEJSPLYNZD_sampling code: GXF_FAILURE
[component_container_mt-1] 2024-08-21 14:07:35.179 WARN gxf/std/multi_thread_scheduler.cpp@342: Error while executing entity E1826 named 'SEJSPLYNZD_sampling': GXF_FAILURE
[component_container_mt-1] 2024-08-21 14:07:35.216 ERROR gxf/std/entity_executor.cpp@210: Entity with eid 1784 not found!
The error Input depth image and segmentation image have different dimension looks related to a wrong camera input. I’ll check if this error is coming from the demo.
This issue is usually related using a wrong USB cable on your realsense.
I suggest to check if your USB cable works for your camera, you can also use RealSenseViewer to verify that your camera works.
I have already checked with other USB cables but, this issue still remains. In addition, my camera works with RealSenseViewer
I found another topic related to the same issue, and we are investigating the cause of this bug. Meanwhile, could you please share the log by adding the command below to your demo?
I have the same problem, there a multiply errors in the demo launch files. I found I needed to change the resolution of the realsense config file: realsense_mono_depth.yaml → depth_module.depth_profile: 640x480x15 Then you will have to modify the launch for the realsense as the topics are wrongly map due to name space. Still haven’t gotten it to run 100% with any real cameras.