Closed Yeager-101 closed 2 months ago
Hello, when I recently ran this script, I replaced my own obj file and encountered the same issue as you. Could you please tell me how you resolved it?
Hello, when I recently ran this script, I replaced my own obj file and encountered the same issue as you. Could you please tell me how you resolved it?
I think you can debug it as I suggested here before, but I will say that although I seemed to have completed the test in the end, the results showed that it was very slow and resource intensive.
I have successfully installed foundationPose according to the ISSAC_ROS documentation, and have downloaded and converted the three required model files: refine_trt_engine.plan, score_trt_engine.plan, and sdetr_grasp.plan, and I have modified the foundationPose configuration file for realsense camera startup as follows:
Finally, I started the foundationPose node,
ros2 launch isaac_ros_foundationpose isaac_ros_foundationpose_realsense.launch.py
, first I made sure I disabled X11 forwarding, my hardware environment is Jetson AGX Orin 32GB, ubuntu22.04 with CUDA12 JetPack6.0, the following error appeared after the node started:It keeps looping [component_container_mt-1] [INFO] [1725524410.214247516] [detection2_d_to_mask]: No detection found with non-zero confidence, and I enabled launch_rviz to True in the launch file, but rviz displays image data but no pose information. Who can help me analyze this problem, I have tried many methods but still failed to solve it, maybe I overlooked some details.Thanks!