NVIDIA-ISAAC-ROS / isaac_ros_dnn_stereo_depth

NVIDIA-accelerated, deep learned stereo disparity estimation
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
91 stars 10 forks source link

Running isaac_ros_examples.launch.py ​​and ESS rosbag in the failed document #31

Open jjiszjj opened 3 months ago

jjiszjj commented 3 months ago

Terminal 1 runs

ros2 launch isaac_ros_examples isaac_ros_examples.launch.py ​​launch_fragments:=ess_disparity
engine_file_path:=${ISAAC_ROS_WS:?}/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/ess.engine
threshold:=0.0

Terminal 2 runs

ros2 bag play -l ${ISAAC_ROS_WS}/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag \
--remap /left/camera_info:=/left/camera_info_rect /right/camera_info:=/right/camera_info_rect.

Terminal 1 will report an error, I don't know how to solve it. If anyone encounters the same problem, please tell me how to solve it. Thank you Screenshot from 2024-08-21 17-41-34

kai-kai-tang commented 1 week ago

I encountered the same problem, and I also used the docker provided by nvidia isaac ros. And my GPU configuration is

nvidia-smi

kai-kai-tang commented 1 week ago

Have you found a solution? If you have, please tell me how to do it.