Isaac_ros_ess Visualization Problem

Hi,

I would like to try Isaac ROS DNN Stereo Depth by following this website:
https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_dnn_stereo_depth/isaac_ros_ess/index.html

I am using x86 computer with ubuntu 22.04, ROS2 Humble. My camera is Intel Realsense D455.

Before doing this I have already finished Compute Setup, Developer Environment Setup, and Sensor Setup for Realsense without issues. “realsense-viewer” worked in my docker container.

I did this part in a terminal (in docker container):


and opened a new terminal, get into docker container, and did this:

this was how these two terminals look:

Should a window for visulaization pop up automatically? Or should I open rviz2 or something? It did not show anything.

Below is the complete message from terminal on the left of the picture above:

admin@usun:/workspaces/isaac_ros-dev$ ros2 launch isaac_ros_examples isaac_ros_examples.launch.py launch_fragments:=realsense_stereo_rect,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.35 realsense_config_file:=$(ros2 pkg prefix isaac_ros_ess --share)/config/realsense.yaml
[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2024-10-25-21-46-34-988134-usun-553
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container_mt-1]: process started with pid [563]
[component_container_mt-1] [ERROR] [1729863995.324827285] [isaac_ros_examples.container]: Could not find requested resource in ament index
[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'realsense2_camera' of type 'realsense2_camera::RealSenseNodeFactory' in container '/isaac_ros_examples/container': Could not find requested resource in ament index
[component_container_mt-1] [INFO] [1729863995.328663692] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libimage_format_converter_node.so
[component_container_mt-1] [INFO] [1729863995.382574944] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1729863995.382623019] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1729863995.385347960] [image_format_left]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1729863995.385578129] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/std/libgxf_std.so
[component_container_mt-1] [INFO] [1729863995.389133224] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_gxf_helpers.so
[component_container_mt-1] [INFO] [1729863995.391618248] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sight.so
[component_container_mt-1] [INFO] [1729863995.394240084] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_atlas.so
[component_container_mt-1] 2024-10-25 21:46:35.401 WARN  gxf/std/program.cpp@532: No GXF scheduler specified.
[component_container_mt-1] [INFO] [1729863995.402132770] [image_format_left]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863995.402175705] [image_format_left]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1729863995.407715091] [image_format_left]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1729863995.407786305] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/multimedia/libgxf_multimedia.so
[component_container_mt-1] [INFO] [1729863995.409986732] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_message_compositor.so
[component_container_mt-1] [INFO] [1729863995.410809523] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/cuda/libgxf_cuda.so
[component_container_mt-1] [INFO] [1729863995.412929774] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_tensorops.so
[component_container_mt-1] [INFO] [1729863995.430736997] [image_format_left]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1729863995.431785298] [image_format_left]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1729863995.466225327] [image_format_left]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1729863995.470484336] [image_format_left]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863995.476898144] [image_format_left]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_left' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1729863995.478224273] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1729863995.478243418] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1729863995.480042302] [image_format_right]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1729863995.480178513] [image_format_right]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863995.480222723] [image_format_right]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1729863995.486270675] [image_format_right]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1729863995.486331553] [image_format_right]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1729863995.487131981] [image_format_right]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1729863995.521451342] [image_format_right]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1729863995.527397234] [image_format_right]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863995.528254475] [image_format_right]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_right' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1729863995.529374373] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libresize_node.so
[component_container_mt-1] [INFO] [1729863995.530848214] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1729863995.530889114] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1729863995.532991235] [left_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1729863995.533294951] [left_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1729863995.540060004] [left_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1729863995.540200687] [left_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1729863995.542443018] [left_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1729863995.633114512] [left_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1729863995.639328968] [left_resize]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/left_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1729863995.639807418] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1729863995.640322060] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.640340651] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.640350733] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.640356152] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.641361325] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1729863995.641378747] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1729863995.643825013] [right_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1729863995.644090328] [right_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1729863995.650427904] [right_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1729863995.650496786] [right_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1729863995.652589733] [right_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1729863995.745792101] [right_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1729863995.751419534] [right_resize]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/right_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1729863995.751835382] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1729863995.752246457] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.752263083] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.752271586] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.752277101] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.753108358] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libess_disparity_node.so
[component_container_mt-1] [INFO] [1729863995.767191920] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1729863995.767211491] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1729863995.769605399] [ess_disparity]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1729863995.769914199] [ess_disparity]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1729863995.772953499] [ess_disparity]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1729863995.773046093] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/serialization/libgxf_serialization.so
[component_container_mt-1] [INFO] [1729863995.774956408] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_video_buffer_utils.so
[component_container_mt-1] [INFO] [1729863995.775838710] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages.so
[component_container_mt-1] [INFO] [1729863995.776667981] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sgm.so
[component_container_mt-1] [INFO] [1729863995.777547618] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages_throttler.so
[component_container_mt-1] [INFO] [1729863995.779662676] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_ess.so
[component_container_mt-1] [INFO] [1729863995.787244423] [ess_disparity]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1729863995.791375481] [ess_disparity]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1729863995.920348710] [ess_disparity]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1729863995.935516761] [ess_disparity]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/ess_disparity' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1729863995.935978758] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.935988865] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.936013297] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.936037492] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.936088754] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1729863995.936103742] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1729863995.936213465] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.936228518] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.936228719] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.936244463] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.936288533] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1729863995.936297602] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1729863995.937336163] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libdisparity_to_depth_node.so
[component_container_mt-1] [INFO] [1729863995.938930533] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1729863995.938948993] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1729863995.941181996] [DisparityToDepthNode]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1729863995.941380417] [DisparityToDepthNode]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1729863995.943445022] [DisparityToDepthNode]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1729863995.943536985] [DisparityToDepthNode]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_utils.so
[component_container_mt-1] [INFO] [1729863995.948941858] [DisparityToDepthNode]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1729863995.949583440] [DisparityToDepthNode]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1729863995.950605348] [DisparityToDepthNode]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1729863995.951830638] [DisparityToDepthNode]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1729863995.952130852] [ess_disparity]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/DisparityToDepthNode' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1729863995.952184772] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.952189708] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.952204349] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.952217486] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.952356229] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.952358256] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1729863995.952373156] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863995.952384675] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1729863996.477535410] [image_format_left]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1729863996.477641768] [image_format_left]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1729863996.477668187] [image_format_left]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.477685020] [image_format_left]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.477696905] [image_format_left]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra1/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.487883833] [image_format_left]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1729863996.506736123] [image_format_left]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/CQHSNBOMJY/CQHSNBOMJY.yaml"
[component_container_mt-1] [INFO] [1729863996.506790392] [image_format_left]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1729863996.528695519] [image_format_right]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1729863996.528742064] [image_format_right]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1729863996.528749586] [image_format_right]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.528756000] [image_format_right]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.528761270] [image_format_right]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra2/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.528926715] [image_format_right]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1729863996.536222542] [image_format_right]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/YJEOEIQJME/YJEOEIQJME.yaml"
[component_container_mt-1] [INFO] [1729863996.536276571] [image_format_right]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1729863996.638455821] [image_format_left]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1729863996.639756934] [left_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1729863996.639805846] [left_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1729863996.639815226] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.639823015] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1729863996.639830557] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.639836705] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1729863996.639846127] [left_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.639873856] [left_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.639880434] [left_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1729863996.639913427] [left_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.640017507] [image_format_left]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1729863996.640044960] [left_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1729863996.645466569] [left_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/PBEXVGFOCV/PBEXVGFOCV.yaml"
[component_container_mt-1] [INFO] [1729863996.645492807] [left_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1729863996.751795699] [right_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1729863996.751842876] [right_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1729863996.751851791] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.751859909] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1729863996.751868342] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.751874067] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1729863996.751882931] [right_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.752360704] [right_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.752373696] [right_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1729863996.752394107] [right_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.752505628] [right_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1729863996.761165232] [right_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/FEEMYVQBCJ/FEEMYVQBCJ.yaml"
[component_container_mt-1] [INFO] [1729863996.761205053] [right_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1729863996.795701864] [image_format_left]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1729863996.795719827] [image_format_right]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1729863996.801963548] [image_format_right]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1729863996.801995138] [left_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1729863996.806226357] [image_format_right]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1729863996.806291817] [right_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1729863996.806312039] [left_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1729863996.806350089] [right_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1729863996.813394672] [left_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1729863996.820069884] [right_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1729863996.936445226] [ess_disparity]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1729863996.936535870] [ess_disparity]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1729863996.936553595] [ess_disparity]: [NitrosPublisher] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1729863996.936567339] [ess_disparity]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.936578980] [ess_disparity]: [NitrosPublisher] Use only the compatible publisher: topic_name="/camera_info", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1729863996.936596423] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.936609204] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.936621156] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.936631379] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1729863996.936642431] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.936652288] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1729863996.936663659] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.936673778] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1729863996.936954902] [ess_disparity]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1729863996.952330116] [DisparityToDepthNode]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1729863996.952394915] [DisparityToDepthNode]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1729863996.952409892] [DisparityToDepthNode]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1729863996.952420075] [DisparityToDepthNode]: [NitrosPublisher] Use only the compatible publisher: topic_name="/depth", data_format="nitros_image_32FC1"
[component_container_mt-1] [INFO] [1729863996.952431921] [DisparityToDepthNode]: [NitrosSubscriber] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1729863996.952580180] [DisparityToDepthNode]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1729863996.954714009] [DisparityToDepthNode]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/DOHXPCRJHG/DOHXPCRJHG.yaml"
[component_container_mt-1] [INFO] [1729863996.954747632] [DisparityToDepthNode]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1729863996.956177033] [DisparityToDepthNode]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1729863996.959144381] [DisparityToDepthNode]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1729863997.203402908] [ess_disparity]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/IXMBIPKPYR/IXMBIPKPYR.yaml"
[component_container_mt-1] [INFO] [1729863997.203458243] [ess_disparity]: [ESSDisparityNode] preLoadGraphCallback().
[component_container_mt-1] [INFO] [1729863997.203491429] [ess_disparity]: [ESSDisparityNode] Setting tensorrt_plugin: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/plugins/x86_64/ess_plugins.so.
[component_container_mt-1] [INFO] [1729863997.203505075] [ess_disparity]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1729863997.207168630] [ess_disparity]: [ESSDisparityNode] Setting engine_file_path: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/ess.engine.
[component_container_mt-1] [INFO] [1729863997.207195633] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() with image [576 x 960]
[component_container_mt-1] [INFO] [1729863997.207199867] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() block_size = 2211840.
[component_container_mt-1] [INFO] [1729863997.207207997] [ess_disparity]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1729863997.217138939] [ess_disparity]: [NitrosNode] Node was started


Hi @AustinCTH ,

Thank you for this detail post.

[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node ‘realsense2_camera’ of type ‘realsense2_camera::RealSenseNodeFactory’ in container ‘/isaac_ros_examples/container’: Could not find requested resource in ament index

Please use command below to source the built realsense binaries.

cd ${ISAAC_ROS_WS}/ && source install/setup.bash

We will update this documentation in next release.

Best,
Ahung

1 Like

Thank you @Ahung very much for your immediate reply! Should I source the built realsense binaries on my computer or in docker container?

When I did it in docker, it did not show any messages while the problem still persisted.

admin@usun:/workspaces/isaac_ros-dev$ cd ${ISAAC_ROS_WS}/ && source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ 

Then I did it on my computer, and it shows:

cth@usun:~/workspaces/isaac_ros-dev/src/isaac_ros_common$ cd ${ISAAC_ROS_WS}/ && source install/setup.bash
not found: "/home/cth/workspaces/isaac_ros-dev/install/realsense2_camera_msgs/share/realsense2_camera_msgs/local_setup.bash"
not found: "/home/cth/workspaces/isaac_ros-dev/install/realsense2_camera/share/realsense2_camera/local_setup.bash"
not found: "/home/cth/workspaces/isaac_ros-dev/install/realsense2_description/share/realsense2_description/local_setup.bash"
cth@usun:~/workspaces/isaac_ros-dev$

Does it mean I have to source these files as well? I found these files under correct paths though.



Hi @AustinCTH,

Please did it in docker to source the ROS workspace. And make sure to repeat this step in every terminal created inside the Docker container.

Hi @Ahung, thanks for your response. Today I tried sourcing the workspace again and found there might be other problems.

First, when launching the Docker container, it showed:

 1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 20)
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.ros2_humble as image: ros2_humble-image with base: x86_64-image
[+] Building 0.1s (27/27) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.ros2_humble                                                                                                                                       0.0s
 => => transferring dockerfile: 13.71kB                                                                                                                                                                0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG $BASE_IMAGE results in empty or invalid base image name (line 10)                                                                             0.0s
 => WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 17)  

and

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 12)
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.user as image: isaac_ros_dev-x86_64 with base: realsense-image
[+] Building 0.0s (16/16) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.user                                                                                                                                              0.0s
 => => transferring dockerfile: 2.23kB                                                                                                                                                                 0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 10)  

though I still got inside the Docker container.

And when I ran launch file it shows:

[component_container_mt-1] 2: [pluginV2DynamicExtRunner.cpp::execute::115] Error Code 2: Internal Error (Assertion status == kSTATUS_SUCCESS failed. )
[component_container_mt-1] terminate called after throwing an instance of 'std::runtime_error'
[component_container_mt-1]   what():  Error returned at /workspaces/isaac_ros-dev/src/isaac_ros_dnn_stereo_depth/gxf_isaac_ess/gxf/extensions/ess/inference/ESS.cpp:187, Error code: (TENSORRT_INFERENCE_ERROR) Error when running TensorRT enqueue/execute
[ERROR] [component_container_mt-1]: process has died [pid 579, exit code -6, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=container -r __ns:=/isaac_ros_examples'].

The whole messages I received starting from the beginning are:

cth@usun:~$ cd ${ISAAC_ROS_WS}/src && \
   git clone -b release-3.1 https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common.git isaac_ros_common
fatal: destination path 'isaac_ros_common' already exists and is not an empty directory.
cth@usun:~/workspaces/isaac_ros-dev/src$ sudo apt-get install -y curl jq tar
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
jq is already the newest version (1.6-2.1ubuntu3).
curl is already the newest version (7.81.0-1ubuntu1.18).
tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2).
The following packages were automatically installed and are no longer required:
  mercurial mercurial-common python3-colcon-mixin python3-rosdistro python3-vcstool python3-vcstools ros-build-essential
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
cth@usun:~/workspaces/isaac_ros-dev/src$ NGC_ORG="nvidia"
NGC_TEAM="isaac"
PACKAGE_NAME="isaac_ros_ess"
NGC_RESOURCE="isaac_ros_ess_assets"
NGC_FILENAME="quickstart.tar.gz"
MAJOR_VERSION=3
MINOR_VERSION=1
VERSION_REQ_URL="https://catalog.ngc.nvidia.com/api/resources/versions?orgName=$NGC_ORG&teamName=$NGC_TEAM&name=$NGC_RESOURCE&isPublic=true&pageNumber=0&pageSize=100&sortOrder=CREATED_DATE_DESC"
AVAILABLE_VERSIONS=$(curl -s \
    -H "Accept: application/json" "$VERSION_REQ_URL")
LATEST_VERSION_ID=$(echo $AVAILABLE_VERSIONS | jq -r "
    .recipeVersions[]
    | .versionId as \$v
    | \$v | select(test(\"^\\\\d+\\\\.\\\\d+\\\\.\\\\d+$\"))
    | split(\".\") | {major: .[0]|tonumber, minor: .[1]|tonumber, patch: .[2]|tonumber}
    | select(.major == $MAJOR_VERSION and .minor <= $MINOR_VERSION)
    | \$v
    " | sort -V | tail -n 1
)
if [ -z "$LATEST_VERSION_ID" ]; then
    echo "No corresponding version found for Isaac ROS $MAJOR_VERSION.$MINOR_VERSION"
    echo "Found versions:"
    echo $AVAILABLE_VERSIONS | jq -r '.recipeVersions[].versionId'
else
    mkdir -p ${ISAAC_ROS_WS}/isaac_ros_assets && \
    FILE_REQ_URL="https://api.ngc.nvidia.com/v2/resources/$NGC_ORG/$NGC_TEAM/$NGC_RESOURCE/\
versions/$LATEST_VERSION_ID/files/$NGC_FILENAME" && \
    curl -LO --request GET "${FILE_REQ_URL}" && \
    tar -xf ${NGC_FILENAME} -C ${ISAAC_ROS_WS}/isaac_ros_assets && \
    rm ${NGC_FILENAME}
fi
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    93    0    93    0     0    141      0 --:--:-- --:--:-- --:--:--   141
100 7461k  100 7461k    0     0  4960k      0  0:00:01  0:00:01 --:--:-- 9493k
cth@usun:~/workspaces/isaac_ros-dev/src$ cd ${ISAAC_ROS_WS}/src/isaac_ros_common && \
   ./scripts/run_dev.sh
Launching Isaac ROS Dev container with image key x86_64.ros2_humble.realsense.user: /home/cth/workspaces/isaac_ros-dev/
Building x86_64.ros2_humble.realsense.user base as image: isaac_ros_dev-x86_64
Building layered image for key x86_64.ros2_humble.realsense.user as isaac_ros_dev-x86_64
Using configured docker search paths: /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker
Checking if base image nvcr.io/isaac/ros:x86_64-ros2_humble-realsense-user_91a902c4d9934fe11f70233456b2ba55 exists on remote registry
Checking if base image nvcr.io/isaac/ros:x86_64-ros2_humble-realsense_282b003cfac94cef5523f4b149eea357 exists on remote registry
Checking if base image nvcr.io/isaac/ros:x86_64-ros2_humble_92060e94476d1fc5d11171f6ed37f110 exists on remote registry
Checking if base image nvcr.io/isaac/ros:x86_64_55f522805f8e6ba844ccbcb5f1d7313d exists on remote registry
Resolved the following 4 Dockerfiles for target image: x86_64.ros2_humble.realsense.user
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.user
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.realsense
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.ros2_humble
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.x86_64
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.x86_64 as image: x86_64-image with base: 
[+] Building 0.9s (20/20) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.x86_64                                                                                                                                            0.0s
 => => transferring dockerfile: 6.02kB                                                                                                                                                                 0.0s
 => [internal] load metadata for nvcr.io/nvidia/tritonserver:23.10-py3                                                                                                                                 0.9s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [stage-0  1/16] FROM nvcr.io/nvidia/tritonserver:23.10-py3@sha256:83513cb05c7e53ada093cab904daa8861d5b8bc67d75dd78237731411b744da9                                                                 0.0s
 => CACHED [stage-0  2/16] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/x86_64-start-packages.csv                                              0.0s
 => CACHED [stage-0  3/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         software-properties-common && add-apt-repository universe && apt-get update       0.0s
 => CACHED [stage-0  4/16] RUN --mount=type=cache,target=/var/cache/apt     wget -qO - https://isaac.download.nvidia.com/isaac-ros/repos.key | apt-key add - &&     grep -qxF "deb https://isaac.down  0.0s
 => CACHED [stage-0  5/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         apt-transport-https         bash-completion         build-essential         ca-c  0.0s
 => CACHED [stage-0  6/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         python3-pip         python3-pybind11         python3-pytest         python3-pyte  0.0s
 => CACHED [stage-0  7/16] RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1                                                                                                 0.0s
 => CACHED [stage-0  8/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         ffmpeg         libasio-dev         libbullet-dev         libtinyxml2-dev          0.0s
 => CACHED [stage-0  9/16] RUN python3 -m pip install -U         argcomplete         autopep8         flake8==4.0.1         flake8-blind-except         flake8-builtins         flake8-class-newline   0.0s
 => CACHED [stage-0 10/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         nvv4l2 && ln -s /usr/lib/x86_64-linux-gnu/libnvcuvid.so.1 /usr/lib/x86_64-linux-  0.0s
 => CACHED [stage-0 11/16] RUN --mount=type=cache,target=/var/cache/apt     if [ "true" = "true" ]; then  set -e ;         apt-key adv --fetch-key https://repo.download.nvidia.com/jetson/jetson-ota  0.0s
 => CACHED [stage-0 12/16] RUN python3 -m pip install -U --extra-index-url https://download.pytorch.org/whl/cu121         torch         torchvision         torchaudio                                 0.0s
 => CACHED [stage-0 13/16] RUN mkdir -p /opt/nvidia/tao && cd /opt/nvidia/tao &&     wget --content-disposition 'https://api.ngc.nvidia.com/v2/resources/org/nvidia/team/tao/tao-converter/v5.1.0_8.6  0.0s
 => CACHED [stage-0 14/16] RUN --mount=type=cache,target=/var/cache/apt     cd /tmp &&     wget https://github.com/CVCUDA/CV-CUDA/releases/download/v0.5.0-beta/nvcv-lib-0.5.0_beta-cuda12-x86_64-lin  0.0s
 => CACHED [stage-0 15/16] RUN --mount=type=cache,target=/var/cache/apt apt-add-repository ppa:mosquitto-dev/mosquitto-ppa && apt-get update && apt-get install -y         mosquitto         mosquitt  0.0s
 => CACHED [stage-0 16/16] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/x86_64-end-packages.csv                                                0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:1212405dd95c965722810a7ff7394ec3e52c6072fae75675769b7d15a79bfca8                                                                                                           0.0s
 => => naming to docker.io/library/x86_64-image                                                                                                                                                        0.0s

 1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 20)
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.ros2_humble as image: ros2_humble-image with base: x86_64-image
[+] Building 0.1s (27/27) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.ros2_humble                                                                                                                                       0.0s
 => => transferring dockerfile: 13.71kB                                                                                                                                                                0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG $BASE_IMAGE results in empty or invalid base image name (line 10)                                                                             0.0s
 => WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 17)                                                                                      0.0s
 => [internal] load metadata for docker.io/library/x86_64-image:latest                                                                                                                                 0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 276.05kB                                                                                                                                                                  0.0s
 => [stage-0  1/22] FROM docker.io/library/x86_64-image:latest                                                                                                                                         0.0s
 => CACHED [stage-0  2/22] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/ros2_humble-start-packages.csv                                         0.0s
 => CACHED [stage-0  3/22] RUN locale-gen en_US en_US.UTF-8 && update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8                                                                                       0.0s
 => CACHED [stage-0  4/22] RUN echo "Warning: Using the PYTHONWARNINGS environment variable to silence setup.py and easy_install deprecation warnings caused by colcon"                                0.0s
 => CACHED [stage-0  5/22] RUN --mount=type=cache,target=/var/cache/apt     curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg    0.0s
 => CACHED [stage-0  6/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         devscripts         dh-make         fakeroot         libxtensor-dev         pytho  0.0s
 => CACHED [stage-0  7/22] RUN python3 -m pip install -U         flake8-blind-except         flake8-builtins         flake8-class-newline         flake8-comprehensions         flake8-deprecated      0.0s
 => CACHED [stage-0  8/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y     ros-humble-ros-base     ros-humble-angles     ros-humble-apriltag     ros-humble-beh  0.0s
 => CACHED [stage-0  9/22] COPY rosdep/extra_rosdeps.yaml /etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml                                                                                             0.0s
 => CACHED [stage-0 10/22] RUN --mount=type=cache,target=/var/cache/apt     rosdep init     && echo "yaml file:///etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml" | tee /etc/ros/rosdep/sources.list  0.0s
 => CACHED [stage-0 11/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/osrf/negotiated && cd negotiat  0.0s
 => CACHED [stage-0 12/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-perception/image_pipeline.  0.0s
 => CACHED [stage-0 13/22] COPY patches/rclcpp-disable-tests.patch /tmp/                                                                                                                               0.0s
 => CACHED [stage-0 14/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && export RCLCPP_VERSION="release/humble/rclcpp/$(apt-cache ma  0.0s
 => CACHED [stage-0 15/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y     ros-humble-ament-cmake     ros-humble-ament-cmake-gtest     ros-humble-control-msgs   0.0s
 => CACHED [stage-0 16/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-planning/moveit_resources.  0.0s
 => CACHED [stage-0 17/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-planning/moveit_task_const  0.0s
 => CACHED [stage-0 18/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y     ros-humble-moveit-hybrid-planning                                                     0.0s
 => CACHED [stage-0 19/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-planning/moveit2_tutorials  0.0s
 => CACHED [stage-0 20/22] RUN python3 -m pip install -U         paho-mqtt==1.6.1                                                                                                                      0.0s
 => CACHED [stage-0 21/22] RUN sudo sed -i '917i #ifdef GTEST_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL' /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h     && sudo sed -i '920i  0.0s
 => CACHED [stage-0 22/22] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/ros2_humble-end-packages.csv                                           0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:dc9af5bb668ce234070696362f4b412892104991da4d5707bdddc1fe88baa6b2                                                                                                           0.0s
 => => naming to docker.io/library/ros2_humble-image                                                                                                                                                   0.0s
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.realsense as image: realsense-image with base: ros2_humble-image
[+] Building 0.0s (12/12) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.realsense                                                                                                                                         0.0s
 => => transferring dockerfile: 1.33kB                                                                                                                                                                 0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 12)                                                                           0.0s
 => [internal] load metadata for docker.io/library/ros2_humble-image:latest                                                                                                                            0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [1/7] FROM docker.io/library/ros2_humble-image:latest                                                                                                                                              0.0s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 11.54kB                                                                                                                                                                   0.0s
 => CACHED [2/7] COPY scripts/build-librealsense.sh /opt/realsense/build-librealsense.sh                                                                                                               0.0s
 => CACHED [3/7] COPY scripts/install-realsense-dependencies.sh /opt/realsense/install-realsense-dependencies.sh                                                                                       0.0s
 => CACHED [4/7] RUN chmod +x /opt/realsense/install-realsense-dependencies.sh &&     /opt/realsense/install-realsense-dependencies.sh;     chmod +x /opt/realsense/build-librealsense.sh && /opt/rea  0.0s
 => CACHED [5/7] RUN mkdir -p /opt/realsense/                                                                                                                                                          0.0s
 => CACHED [6/7] COPY scripts/hotplug-realsense.sh /opt/realsense/hotplug-realsense.sh                                                                                                                 0.0s
 => CACHED [7/7] COPY udev_rules/99-realsense-libusb-custom.rules /etc/udev/rules.d/99-realsense-libusb-custom.rules                                                                                   0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:819124fb314abbe23197f2a5f0e563a8bd2fe9ab9ba1ec89c6b64a31f1d8f3a9                                                                                                           0.0s
 => => naming to docker.io/library/realsense-image                                                                                                                                                     0.0s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 12)
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.user as image: isaac_ros_dev-x86_64 with base: realsense-image
[+] Building 0.0s (16/16) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.user                                                                                                                                              0.0s
 => => transferring dockerfile: 2.23kB                                                                                                                                                                 0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 10)                                                                           0.0s
 => [internal] load metadata for docker.io/library/realsense-image:latest                                                                                                                              0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 2.00kB                                                                                                                                                                    0.0s
 => [stage-0  1/11] FROM docker.io/library/realsense-image:latest                                                                                                                                      0.0s
 => CACHED [stage-0  2/11] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         sudo         udev                                                                 0.0s
 => CACHED [stage-0  3/11] RUN if [ $(getent group triton-server) ]; then         groupmod -o --gid 1000 -n admin triton-server ;         usermod -l admin -u 1000 -m -d /home/admin triton-server ;   0.0s
 => CACHED [stage-0  4/11] RUN if [ ! $(getent passwd admin) ]; then         groupadd --gid 1000 admin ;         useradd --no-log-init --uid 1000 --gid 1000 -m admin ;     fi                         0.0s
 => CACHED [stage-0  5/11] RUN echo admin ALL=(root) NOPASSWD:ALL > /etc/sudoers.d/admin     && chmod 0440 /etc/sudoers.d/admin     && adduser admin video && adduser admin plugdev && adduser admin   0.0s
 => CACHED [stage-0  6/11] RUN mkdir -p /usr/local/bin/scripts                                                                                                                                         0.0s
 => CACHED [stage-0  7/11] COPY scripts/*entrypoint.sh /usr/local/bin/scripts/                                                                                                                         0.0s
 => CACHED [stage-0  8/11] RUN  chmod +x /usr/local/bin/scripts/*.sh                                                                                                                                   0.0s
 => CACHED [stage-0  9/11] RUN mkdir -p /usr/local/share/middleware_profiles                                                                                                                           0.0s
 => CACHED [stage-0 10/11] COPY middleware_profiles/*profile.xml /usr/local/share/middleware_profiles/                                                                                                 0.0s
 => CACHED [stage-0 11/11] RUN --mount=type=cache,target=/var/cache/apt     rosdep update                                                                                                              0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:2fdd6da1b14bc0c1f86fdf9e10dc848303f2a5ff37da9c18d42139fcbd762dda                                                                                                           0.0s
 => => naming to docker.io/library/isaac_ros_dev-x86_64                                                                                                                                                0.0s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 10)
Running isaac_ros_dev-x86_64-container
 * Stopping hotplug events dispatcher systemd-udevd                                                                                                                                                  [ OK ] 
 * Starting hotplug events dispatcher systemd-udevd                                                                                                                                                  [ OK ] 
admin@usun:/workspaces/isaac_ros-dev$ cd ${ISAAC_ROS_WS}/ && source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ sudo apt-get install -y ros-humble-isaac-ros-ess && \
   sudo apt-get install -y ros-humble-isaac-ros-ess-models-install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  ros-humble-gxf-isaac-atlas ros-humble-gxf-isaac-ess ros-humble-gxf-isaac-gems ros-humble-gxf-isaac-gxf-helpers ros-humble-gxf-isaac-image-flip ros-humble-gxf-isaac-message-compositor
  ros-humble-gxf-isaac-messages ros-humble-gxf-isaac-messages-throttler ros-humble-gxf-isaac-optimizer ros-humble-gxf-isaac-point-cloud ros-humble-gxf-isaac-ros-messages ros-humble-gxf-isaac-sgm
  ros-humble-gxf-isaac-sight ros-humble-gxf-isaac-tensorops ros-humble-gxf-isaac-utils ros-humble-gxf-isaac-video-buffer-utils ros-humble-isaac-ros-common ros-humble-isaac-ros-ess-models-install
  ros-humble-isaac-ros-gxf ros-humble-isaac-ros-image-proc ros-humble-isaac-ros-managed-nitros ros-humble-isaac-ros-nitros ros-humble-isaac-ros-nitros-camera-info-type
  ros-humble-isaac-ros-nitros-disparity-image-type ros-humble-isaac-ros-nitros-image-type ros-humble-isaac-ros-nitros-interfaces ros-humble-isaac-ros-nitros-point-cloud-type
  ros-humble-isaac-ros-nitros-tensor-list-type ros-humble-isaac-ros-stereo-image-proc ros-humble-isaac-ros-tensor-list-interfaces ros-humble-isaac-ros-test ros-humble-magic-enum
The following NEW packages will be installed:
  ros-humble-gxf-isaac-atlas ros-humble-gxf-isaac-ess ros-humble-gxf-isaac-gems ros-humble-gxf-isaac-gxf-helpers ros-humble-gxf-isaac-image-flip ros-humble-gxf-isaac-message-compositor
  ros-humble-gxf-isaac-messages ros-humble-gxf-isaac-messages-throttler ros-humble-gxf-isaac-optimizer ros-humble-gxf-isaac-point-cloud ros-humble-gxf-isaac-ros-messages ros-humble-gxf-isaac-sgm
  ros-humble-gxf-isaac-sight ros-humble-gxf-isaac-tensorops ros-humble-gxf-isaac-utils ros-humble-gxf-isaac-video-buffer-utils ros-humble-isaac-ros-common ros-humble-isaac-ros-ess
  ros-humble-isaac-ros-ess-models-install ros-humble-isaac-ros-gxf ros-humble-isaac-ros-image-proc ros-humble-isaac-ros-managed-nitros ros-humble-isaac-ros-nitros
  ros-humble-isaac-ros-nitros-camera-info-type ros-humble-isaac-ros-nitros-disparity-image-type ros-humble-isaac-ros-nitros-image-type ros-humble-isaac-ros-nitros-interfaces
  ros-humble-isaac-ros-nitros-point-cloud-type ros-humble-isaac-ros-nitros-tensor-list-type ros-humble-isaac-ros-stereo-image-proc ros-humble-isaac-ros-tensor-list-interfaces ros-humble-isaac-ros-test
  ros-humble-magic-enum
0 upgraded, 33 newly installed, 0 to remove and 92 not upgraded.
Need to get 32.9 MB of archives.
After this operation, 176 MB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-common amd64 3.1.0-0jammy [25.3 kB]
Get:2 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-gxf amd64 3.1.0-0jammy [16.6 MB]
Get:3 http://packages.ros.org/ros2/ubuntu jammy/main amd64 ros-humble-magic-enum amd64 0.9.5-1jammy.20240728.192156 [26.0 kB]
Get:4 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-gems amd64 3.1.0-0jammy [179 kB]
Get:5 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-atlas amd64 3.1.0-0jammy [1,832 kB]
Get:6 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-messages amd64 3.1.0-0jammy [1,917 kB]
Get:7 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-tensorops amd64 3.1.0-0jammy [283 kB]
Get:8 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-ess amd64 3.1.0-0jammy [105 kB]
Get:9 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-gxf-helpers amd64 3.1.0-0jammy [958 kB]
Get:10 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-image-flip amd64 3.1.0-0jammy [48.5 kB]
Get:11 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-message-compositor amd64 3.1.0-0jammy [82.8 kB]
Get:12 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-messages-throttler amd64 3.1.0-0jammy [899 kB]
Get:13 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-optimizer amd64 3.1.0-0jammy [1,132 kB]
Get:14 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-point-cloud amd64 3.1.0-0jammy [151 kB]
Get:15 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-ros-messages amd64 3.1.0-0jammy [24.4 kB]
Get:16 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-sgm amd64 3.1.0-0jammy [72.1 kB]
Get:17 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-sight amd64 3.1.0-0jammy [1,155 kB]
Get:18 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-utils amd64 3.1.0-0jammy [2,698 kB]
Get:19 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-video-buffer-utils amd64 3.1.0-0jammy [71.1 kB]
Get:20 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-ess-models-install amd64 3.1.0-0jammy [6,266 B]
Get:21 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-interfaces amd64 3.1.0-0jammy [43.3 kB]
Get:22 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros amd64 3.1.0-0jammy [2,176 kB]
Get:23 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-tensor-list-interfaces amd64 3.1.0-0jammy [66.0 kB]
Get:24 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-tensor-list-type amd64 3.1.0-0jammy [46.6 kB]
Get:25 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-managed-nitros amd64 3.1.0-0jammy [11.2 kB]
Get:26 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-camera-info-type amd64 3.1.0-0jammy [31.5 kB]
Get:27 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-image-type amd64 3.1.0-0jammy [66.5 kB]
Get:28 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-image-proc amd64 3.1.0-0jammy [1,071 kB]
Get:29 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-disparity-image-type amd64 3.1.0-0jammy [31.9 kB]
Get:30 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-point-cloud-type amd64 3.1.0-0jammy [29.2 kB]
Get:31 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-stereo-image-proc amd64 3.1.0-0jammy [708 kB]
Get:32 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-test amd64 3.1.0-0jammy [23.5 kB]
Get:33 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-ess amd64 3.1.0-0jammy [315 kB]
Fetched 32.9 MB in 3s (11.0 MB/s)              
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 33.)
debconf: falling back to frontend: Readline
Extracting templates from packages: 100%
Selecting previously unselected package ros-humble-isaac-ros-common.
(Reading database ... 152868 files and directories currently installed.)
Preparing to unpack .../00-ros-humble-isaac-ros-common_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-common (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-magic-enum.
Preparing to unpack .../01-ros-humble-magic-enum_0.9.5-1jammy.20240728.192156_amd64.deb ...
Unpacking ros-humble-magic-enum (0.9.5-1jammy.20240728.192156) ...
Selecting previously unselected package ros-humble-isaac-ros-gxf.
Preparing to unpack .../02-ros-humble-isaac-ros-gxf_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-gxf (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-gems.
Preparing to unpack .../03-ros-humble-gxf-isaac-gems_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-gems (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-atlas.
Preparing to unpack .../04-ros-humble-gxf-isaac-atlas_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-atlas (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-messages.
Preparing to unpack .../05-ros-humble-gxf-isaac-messages_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-messages (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-tensorops.
Preparing to unpack .../06-ros-humble-gxf-isaac-tensorops_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-tensorops (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-ess.
Preparing to unpack .../07-ros-humble-gxf-isaac-ess_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-ess (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-gxf-helpers.
Preparing to unpack .../08-ros-humble-gxf-isaac-gxf-helpers_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-gxf-helpers (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-image-flip.
Preparing to unpack .../09-ros-humble-gxf-isaac-image-flip_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-image-flip (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-message-compositor.
Preparing to unpack .../10-ros-humble-gxf-isaac-message-compositor_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-message-compositor (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-messages-throttler.
Preparing to unpack .../11-ros-humble-gxf-isaac-messages-throttler_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-messages-throttler (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-optimizer.
Preparing to unpack .../12-ros-humble-gxf-isaac-optimizer_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-optimizer (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-point-cloud.
Preparing to unpack .../13-ros-humble-gxf-isaac-point-cloud_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-point-cloud (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-ros-messages.
Preparing to unpack .../14-ros-humble-gxf-isaac-ros-messages_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-ros-messages (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-sgm.
Preparing to unpack .../15-ros-humble-gxf-isaac-sgm_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-sgm (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-sight.
Preparing to unpack .../16-ros-humble-gxf-isaac-sight_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-sight (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-utils.
Preparing to unpack .../17-ros-humble-gxf-isaac-utils_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-utils (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-video-buffer-utils.
Preparing to unpack .../18-ros-humble-gxf-isaac-video-buffer-utils_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-video-buffer-utils (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-ess-models-install.
Preparing to unpack .../19-ros-humble-isaac-ros-ess-models-install_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-ess-models-install (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-interfaces.
Preparing to unpack .../20-ros-humble-isaac-ros-nitros-interfaces_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-interfaces (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros.
Preparing to unpack .../21-ros-humble-isaac-ros-nitros_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-tensor-list-interfaces.
Preparing to unpack .../22-ros-humble-isaac-ros-tensor-list-interfaces_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-tensor-list-interfaces (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-tensor-list-type.
Preparing to unpack .../23-ros-humble-isaac-ros-nitros-tensor-list-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-tensor-list-type (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-managed-nitros.
Preparing to unpack .../24-ros-humble-isaac-ros-managed-nitros_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-managed-nitros (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-camera-info-type.
Preparing to unpack .../25-ros-humble-isaac-ros-nitros-camera-info-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-camera-info-type (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-image-type.
Preparing to unpack .../26-ros-humble-isaac-ros-nitros-image-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-image-type (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-image-proc.
Preparing to unpack .../27-ros-humble-isaac-ros-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-image-proc (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-disparity-image-type.
Preparing to unpack .../28-ros-humble-isaac-ros-nitros-disparity-image-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-disparity-image-type (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-point-cloud-type.
Preparing to unpack .../29-ros-humble-isaac-ros-nitros-point-cloud-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-point-cloud-type (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-stereo-image-proc.
Preparing to unpack .../30-ros-humble-isaac-ros-stereo-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-stereo-image-proc (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-test.
Preparing to unpack .../31-ros-humble-isaac-ros-test_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-test (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-ess.
Preparing to unpack .../32-ros-humble-isaac-ros-ess_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-ess (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-ess-models-install (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-test (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-interfaces (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-common (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-tensor-list-interfaces (3.1.0-0jammy) ...
Setting up ros-humble-magic-enum (0.9.5-1jammy.20240728.192156) ...
Setting up ros-humble-isaac-ros-gxf (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-ros-messages (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-optimizer (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-messages-throttler (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-messages (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-sight (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-tensorops (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-image-flip (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-message-compositor (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-utils (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-gems (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-point-cloud (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-ess (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-sgm (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-atlas (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-gxf-helpers (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-video-buffer-utils (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-image-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-camera-info-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-point-cloud-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-disparity-image-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-tensor-list-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-managed-nitros (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-stereo-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-ess (3.1.0-0jammy) ...
Processing triggers for libc-bin (2.35-0ubuntu3.3) ...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ros-humble-isaac-ros-ess-models-install is already the newest version (3.1.0-0jammy).
ros-humble-isaac-ros-ess-models-install set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 92 not upgraded.
admin@usun:/workspaces/isaac_ros-dev$ ros2 run isaac_ros_ess_models_install install_ess_models.sh --eula

**** EULA notice for asset: "dnn_stereo_disparity"  ****

By continuing you accept the terms and conditions of the license as covered in the Model EULA, found here:
  https://catalog.ngc.nvidia.com/orgs/nvidia/teams/isaac/models/dnn_stereo_disparity

Do you accept? [y/n]
y
All assets for dnn_stereo_disparity already exist in /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0. Skipping download.
admin@usun:/workspaces/isaac_ros-dev$ cd ${ISAAC_ROS_WS}/ && source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ sudo apt-get install -y ros-humble-isaac-ros-examples ros-humble-isaac-ros-realsense
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  ros-humble-gxf-isaac-depth-image-proc ros-humble-isaac-ros-depth-image-proc
The following NEW packages will be installed:
  ros-humble-gxf-isaac-depth-image-proc ros-humble-isaac-ros-depth-image-proc ros-humble-isaac-ros-examples ros-humble-isaac-ros-realsense
0 upgraded, 4 newly installed, 0 to remove and 92 not upgraded.
Need to get 661 kB of archives.
After this operation, 6,297 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-depth-image-proc amd64 3.1.0-0jammy [59.2 kB]
Get:2 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-depth-image-proc amd64 3.1.0-0jammy [588 kB]
Get:3 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-examples amd64 3.1.0-0jammy [8,562 B]
Get:4 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-realsense amd64 3.1.0-0jammy [5,250 B]
Fetched 661 kB in 0s (3,346 kB/s)                          
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 4.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-depth-image-proc.
(Reading database ... 154617 files and directories currently installed.)
Preparing to unpack .../ros-humble-gxf-isaac-depth-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-depth-image-proc (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-depth-image-proc.
Preparing to unpack .../ros-humble-isaac-ros-depth-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-depth-image-proc (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-examples.
Preparing to unpack .../ros-humble-isaac-ros-examples_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-examples (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-realsense.
Preparing to unpack .../ros-humble-isaac-ros-realsense_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-realsense (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-depth-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-examples (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-depth-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-realsense (3.1.0-0jammy) ...
admin@usun:/workspaces/isaac_ros-dev$ cd ${ISAAC_ROS_WS}/ && source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ ros2 launch isaac_ros_examples isaac_ros_examples.launch.py launch_fragments:=realsense_stereo_rect,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.35 realsense_config_file:=$(ros2 pkg prefix isaac_ros_ess --share)/config/realsense.yaml
[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2024-10-28-16-53-08-180235-usun-569
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container_mt-1]: process started with pid [579]
[component_container_mt-1] [INFO] [1730105588.496310375] [isaac_ros_examples.container]: Load Library: /workspaces/isaac_ros-dev/install/realsense2_camera/lib/librealsense2_camera.so
[component_container_mt-1] [INFO] [1730105588.555128337] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<realsense2_camera::RealSenseNodeFactory>
[component_container_mt-1] [INFO] [1730105588.555169591] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<realsense2_camera::RealSenseNodeFactory>
[component_container_mt-1] [INFO] [1730105588.565331715] [realsense2_camera]: RealSense ROS v4.51.1
[component_container_mt-1] [INFO] [1730105588.565370638] [realsense2_camera]: Built with LibRealSense v2.55.1
[component_container_mt-1] [INFO] [1730105588.565375824] [realsense2_camera]: Running with LibRealSense v2.55.1
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/realsense2_camera' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730105588.566968418] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libimage_format_converter_node.so
[component_container_mt-1] [INFO] [1730105588.585802793] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730105588.585859186] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730105588.588593517] [image_format_left]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730105588.588941641] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/std/libgxf_std.so
[component_container_mt-1] [INFO] [1730105588.592677326] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_gxf_helpers.so
[component_container_mt-1] [INFO] [1730105588.595726199] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sight.so
[component_container_mt-1] [INFO] [1730105588.598642542] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_atlas.so
[component_container_mt-1] 2024-10-28 16:53:08.606 WARN  gxf/std/program.cpp@532: No GXF scheduler specified.
[component_container_mt-1] [INFO] [1730105588.606756352] [image_format_left]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105588.606806695] [image_format_left]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730105588.612179098] [image_format_left]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730105588.612262688] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/multimedia/libgxf_multimedia.so
[component_container_mt-1] [INFO] [1730105588.614510377] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_message_compositor.so
[component_container_mt-1] [INFO] [1730105588.615532946] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/cuda/libgxf_cuda.so
[component_container_mt-1] [INFO] [1730105588.618229697] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_tensorops.so
[component_container_mt-1] [INFO] [1730105588.621526766] [image_format_left]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730105588.622539395] [image_format_left]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730105588.657596330] [image_format_left]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730105588.662943074] [image_format_left]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105588.665219833] [image_format_left]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_left' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730105588.666400415] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730105588.666422736] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730105588.668491298] [image_format_right]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730105588.668716139] [image_format_right]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105588.668752406] [image_format_right]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730105588.675187461] [image_format_right]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730105588.675408289] [image_format_right]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730105588.676203863] [image_format_right]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730105588.740035441] [image_format_right]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730105588.747637412] [image_format_right]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105588.749132905] [image_format_right]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_right' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730105588.750493762] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libresize_node.so
[component_container_mt-1] [INFO] [1730105588.751050155] [realsense2_camera]: Device with serial number 117222250260 was found.
[component_container_mt-1] 
[component_container_mt-1] [INFO] [1730105588.751089318] [realsense2_camera]: Device with physical ID 4-2-2 was found.
[component_container_mt-1] [INFO] [1730105588.751098343] [realsense2_camera]: Device with name Intel RealSense D455 was found.
[component_container_mt-1] [INFO] [1730105588.751339190] [realsense2_camera]: Device with port number 4-2 was found.
[component_container_mt-1] [INFO] [1730105588.751349944] [realsense2_camera]: Device USB type: 3.2
[component_container_mt-1] [INFO] [1730105588.753395816] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730105588.753435780] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730105588.755144261] [realsense2_camera]: getParameters...
[component_container_mt-1] [INFO] [1730105588.755749304] [realsense2_camera]: JSON file is not provided
[component_container_mt-1] [INFO] [1730105588.755771779] [realsense2_camera]: Device Name: Intel RealSense D455
[component_container_mt-1] [INFO] [1730105588.755800325] [realsense2_camera]: Device Serial No: 117222250260
[component_container_mt-1] [INFO] [1730105588.755809899] [realsense2_camera]: Device physical port: 4-2-2
[component_container_mt-1] [INFO] [1730105588.755817439] [realsense2_camera]: Device FW version: 5.16.0.1
[component_container_mt-1] [INFO] [1730105588.755829683] [realsense2_camera]: Device Product ID: 0x0B5C
[component_container_mt-1] [INFO] [1730105588.755840340] [realsense2_camera]: Sync Mode: Off
[component_container_mt-1] [INFO] [1730105588.758764814] [left_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730105588.759709986] [left_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730105588.768915071] [left_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730105588.769780432] [left_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730105588.775383926] [left_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730105588.949954154] [left_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730105588.963109102] [left_resize]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730105588.964175327] [image_format_left]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/left_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730105588.964869371] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105588.964898123] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105588.964909134] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105588.964914963] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105588.966073219] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730105588.966095510] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730105588.969688403] [right_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730105588.970094857] [right_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730105588.978111664] [right_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730105588.978645084] [right_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730105588.982248648] [right_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730105589.105036856] [right_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730105589.111298137] [right_resize]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730105589.111714977] [image_format_right]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/right_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730105589.112170015] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.112187153] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.112193747] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.112197385] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.113679665] [isaac_ros_examples.container]: Load Library: /workspaces/isaac_ros-dev/install/isaac_ros_ess/lib/libess_disparity_node.so
[component_container_mt-1] [INFO] [1730105589.120921253] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730105589.120970528] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730105589.123914323] [ess_disparity]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730105589.124601381] [ess_disparity]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730105589.128484651] [ess_disparity]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730105589.128721154] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/serialization/libgxf_serialization.so
[component_container_mt-1] [INFO] [1730105589.130648834] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_video_buffer_utils.so
[component_container_mt-1] [INFO] [1730105589.132141391] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages.so
[component_container_mt-1] [INFO] [1730105589.133203143] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sgm.so
[component_container_mt-1] [INFO] [1730105589.134931744] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages_throttler.so
[component_container_mt-1] [INFO] [1730105589.139272851] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_ess.so
[component_container_mt-1] [INFO] [1730105589.151291389] [ess_disparity]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730105589.158277302] [ess_disparity]: [NitrosNode] Running optimization
[component_container_mt-1] [WARN] [1730105589.390300833] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [WARN] [1730105589.390350009] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [WARN] [1730105589.390393740] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [WARN] [1730105589.391211174] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [INFO] [1730105589.396208414] [ess_disparity]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730105589.407424274] [ess_disparity]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730105589.410338693] [right_resize]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/ess_disparity' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730105589.411154417] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.411055240] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.411282440] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.411545025] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1730105589.411675986] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1730105589.412062353] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.412157541] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.412397695] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1730105589.412573875] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.412671471] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.412805339] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1730105589.414465435] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libdisparity_to_depth_node.so
[component_container_mt-1] [INFO] [1730105589.419833640] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730105589.419918444] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730105589.434052629] [DisparityToDepthNode]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730105589.434497879] [DisparityToDepthNode]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730105589.440315203] [DisparityToDepthNode]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730105589.440710404] [DisparityToDepthNode]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_utils.so
[component_container_mt-1] [INFO] [1730105589.454489022] [DisparityToDepthNode]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730105589.457847668] [DisparityToDepthNode]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730105589.461539884] [DisparityToDepthNode]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730105589.465725831] [DisparityToDepthNode]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730105589.469785081] [ess_disparity]: Negotiating
[component_container_mt-1] [INFO] [1730105589.470240391] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.470277226] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.470299542] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.470329554] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730105589.470486798] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.470513790] [right_resize]: Could not negotiate
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/DisparityToDepthNode' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730105589.470878108] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730105589.470907612] [left_resize]: Could not negotiate
[component_container_mt-1] [WARN] [1730105589.648893483] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [WARN] [1730105589.650561571] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [INFO] [1730105589.658566521] [realsense2_camera]: Stopping Sensor: Stereo Module
[component_container_mt-1] [INFO] [1730105589.667755981] [image_format_left]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730105589.667820849] [image_format_left]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730105589.667850016] [image_format_left]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105589.667863610] [image_format_left]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105589.668597842] [image_format_left]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra1/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105589.668947660] [image_format_left]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730105589.683067559] [image_format_left]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/ZKKSZANMFP/ZKKSZANMFP.yaml"
[component_container_mt-1] [INFO] [1730105589.683118530] [image_format_left]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730105589.750449154] [image_format_right]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730105589.750522104] [image_format_right]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730105589.750534493] [image_format_right]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105589.750544385] [image_format_right]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105589.750551162] [image_format_right]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra2/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105589.750697715] [image_format_right]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730105589.755716640] [realsense2_camera]: Starting Sensor: Stereo Module
[component_container_mt-1] [INFO] [1730105589.765773106] [image_format_right]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/ZQJWHEQKIX/ZQJWHEQKIX.yaml"
[component_container_mt-1] [INFO] [1730105589.765838898] [image_format_right]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730105589.806381092] [realsense2_camera]: Open profile: stream_type: Infra(1), Format: Y8, Width: 1280, Height: 720, FPS: 30
[component_container_mt-1] [INFO] [1730105589.806553926] [realsense2_camera]: Open profile: stream_type: Infra(2), Format: Y8, Width: 1280, Height: 720, FPS: 30
[component_container_mt-1]  28/10 16:53:09,807 WARNING [135710384326208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730105589.807553619] [realsense2_camera]: RealSense Node Is Up!
[component_container_mt-1]  28/10 16:53:09,819 WARNING [135710384326208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730105589.851536744] [image_format_left]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730105589.851556031] [image_format_right]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730105589.851669325] [image_format_left]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730105589.851684607] [image_format_right]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730105589.964110008] [left_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730105589.964151859] [left_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730105589.964158388] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105589.964163607] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730105589.964168971] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105589.964194539] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730105589.964204314] [left_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105589.964232592] [left_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105589.964241100] [left_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730105589.964260823] [left_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105589.964341601] [left_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730105589.977011161] [left_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/RTKYBAYQIB/RTKYBAYQIB.yaml"
[component_container_mt-1] [INFO] [1730105589.977104339] [left_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730105590.031377509] [image_format_left]: [NitrosNode] Node was started
[component_container_mt-1]  28/10 16:53:10,035 WARNING [135710384326208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730105590.037538214] [image_format_right]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730105590.042139300] [left_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730105590.042251650] [left_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1]  28/10 16:53:10,045 WARNING [135710384326208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [WARN] [1730105590.052557051] [realsense2_camera]: 
[component_container_mt-1]  28/10 16:53:10,056 WARNING [135710384326208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730105590.058567332] [left_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730105590.111676659] [right_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730105590.111736311] [right_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730105590.111748084] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.111756796] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730105590.111764842] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.111771416] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730105590.111780793] [right_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105590.111804606] [right_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.111812164] [right_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730105590.111833319] [right_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105590.111976558] [right_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730105590.120550417] [right_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/BMLQQJPAHC/BMLQQJPAHC.yaml"
[component_container_mt-1] [INFO] [1730105590.120614245] [right_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730105590.126620053] [right_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730105590.126961488] [right_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730105590.139518686] [right_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730105590.410379683] [ess_disparity]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730105590.410438345] [ess_disparity]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730105590.410449377] [ess_disparity]: [NitrosPublisher] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730105590.410459956] [ess_disparity]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.410467535] [ess_disparity]: [NitrosPublisher] Use only the compatible publisher: topic_name="/camera_info", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730105590.410495322] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.410503570] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105590.410511344] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.410517627] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730105590.410525231] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.410531087] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730105590.410538599] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.410544885] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730105590.410656994] [ess_disparity]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730105590.468939475] [DisparityToDepthNode]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730105590.469002103] [DisparityToDepthNode]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730105590.469013412] [DisparityToDepthNode]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730105590.469022824] [DisparityToDepthNode]: [NitrosPublisher] Use only the compatible publisher: topic_name="/depth", data_format="nitros_image_32FC1"
[component_container_mt-1] [INFO] [1730105590.469032641] [DisparityToDepthNode]: [NitrosSubscriber] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730105590.469127017] [DisparityToDepthNode]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730105590.470945488] [DisparityToDepthNode]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/ZQIUZCZGYK/ZQIUZCZGYK.yaml"
[component_container_mt-1] [INFO] [1730105590.471025794] [DisparityToDepthNode]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730105590.473454714] [DisparityToDepthNode]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730105590.481595631] [DisparityToDepthNode]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730105590.904690406] [ess_disparity]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/GYZXISLEIN/GYZXISLEIN.yaml"
[component_container_mt-1] [INFO] [1730105590.904759882] [ess_disparity]: [ESSDisparityNode] preLoadGraphCallback().
[component_container_mt-1] [INFO] [1730105590.904810064] [ess_disparity]: [ESSDisparityNode] Setting tensorrt_plugin: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/plugins/x86_64/ess_plugins.so.
[component_container_mt-1] [INFO] [1730105590.904818264] [ess_disparity]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730105590.910804184] [ess_disparity]: [ESSDisparityNode] Setting engine_file_path: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/ess.engine.
[component_container_mt-1] [INFO] [1730105590.910863144] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() with image [576 x 960]
[component_container_mt-1] [INFO] [1730105590.910881443] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() block_size = 2211840.
[component_container_mt-1] [INFO] [1730105590.910889994] [ess_disparity]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730105590.919627280] [ess_disparity]: [NitrosNode] Node was started
[component_container_mt-1] 2: [pluginV2DynamicExtRunner.cpp::execute::115] Error Code 2: Internal Error (Assertion status == kSTATUS_SUCCESS failed. )
[component_container_mt-1] terminate called after throwing an instance of 'std::runtime_error'
[component_container_mt-1]   what():  Error returned at /workspaces/isaac_ros-dev/src/isaac_ros_dnn_stereo_depth/gxf_isaac_ess/gxf/extensions/ess/inference/ESS.cpp:187, Error code: (TENSORRT_INFERENCE_ERROR) Error when running TensorRT enqueue/execute
[ERROR] [component_container_mt-1]: process has died [pid 579, exit code -6, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=container -r __ns:=/isaac_ros_examples'].
admin@usun:/workspaces/isaac_ros-dev$

Hi @AustinCTH

[component_container_mt-1] [INFO] [1730105588.755817439] [realsense2_camera]: Device FW version: 5.16.0.1

...
[component_container_mt-1]  28/10 16:53:09,807 WARNING [135710384326208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730105589.807553619] [realsense2_camera]: RealSense Node Is Up!
[component_container_mt-1]  28/10 16:53:09,819 WARNING [135710384326208] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11

It looks that some usb errors were reported. Please try to down grade the RealSense firmware version to 5.13.0.50.

Let me know,

Best,
Ahung

Hi @Ahung ,

I have downgraded Realsense Firmware to 5.13.0.50, and sourced the workspace as well in the Docker container.

admin@usun:/workspaces/isaac_ros-dev$ source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ rs-fw-update -l

Connected devices:
1) [USB] Intel RealSense D455 s/n 117222250260, update serial number: 114123061838, firmware version: 5.13.0.50

However, it seems that the first problem emerge again.

[component_container_mt-1] [ERROR] [1730191799.028486785] [isaac_ros_examples.container]: Could not find requested resource in ament index
[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'realsense2_camera' of type 'realsense2_camera::RealSenseNodeFactory' in container '/isaac_ros_examples/container': Could not find requested resource in ament index

The whole messages I received starting from the beginning are:

cth@usun:~$ cd ${ISAAC_ROS_WS}/src && \
   git clone -b release-3.1 https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common.git isaac_ros_common
fatal: destination path 'isaac_ros_common' already exists and is not an empty directory.
cth@usun:~/workspaces/isaac_ros-dev/src$ sudo apt-get install -y curl jq tar
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
jq is already the newest version (1.6-2.1ubuntu3).
curl is already the newest version (7.81.0-1ubuntu1.18).
tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2).
The following packages were automatically installed and are no longer required:
  mercurial mercurial-common python3-colcon-mixin python3-rosdistro python3-vcstool python3-vcstools ros-build-essential
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
cth@usun:~/workspaces/isaac_ros-dev/src$ NGC_ORG="nvidia"
NGC_TEAM="isaac"
PACKAGE_NAME="isaac_ros_ess"
NGC_RESOURCE="isaac_ros_ess_assets"
NGC_FILENAME="quickstart.tar.gz"
MAJOR_VERSION=3
MINOR_VERSION=1
VERSION_REQ_URL="https://catalog.ngc.nvidia.com/api/resources/versions?orgName=$NGC_ORG&teamName=$NGC_TEAM&name=$NGC_RESOURCE&isPublic=true&pageNumber=0&pageSize=100&sortOrder=CREATED_DATE_DESC"
AVAILABLE_VERSIONS=$(curl -s \
    -H "Accept: application/json" "$VERSION_REQ_URL")
LATEST_VERSION_ID=$(echo $AVAILABLE_VERSIONS | jq -r "
    .recipeVersions[]
    | .versionId as \$v
    | \$v | select(test(\"^\\\\d+\\\\.\\\\d+\\\\.\\\\d+$\"))
    | split(\".\") | {major: .[0]|tonumber, minor: .[1]|tonumber, patch: .[2]|tonumber}
    | select(.major == $MAJOR_VERSION and .minor <= $MINOR_VERSION)
    | \$v
    " | sort -V | tail -n 1
)
if [ -z "$LATEST_VERSION_ID" ]; then
    echo "No corresponding version found for Isaac ROS $MAJOR_VERSION.$MINOR_VERSION"
    echo "Found versions:"
    echo $AVAILABLE_VERSIONS | jq -r '.recipeVersions[].versionId'
else
    mkdir -p ${ISAAC_ROS_WS}/isaac_ros_assets && \
    FILE_REQ_URL="https://api.ngc.nvidia.com/v2/resources/$NGC_ORG/$NGC_TEAM/$NGC_RESOURCE/\
versions/$LATEST_VERSION_ID/files/$NGC_FILENAME" && \
    curl -LO --request GET "${FILE_REQ_URL}" && \
    tar -xf ${NGC_FILENAME} -C ${ISAAC_ROS_WS}/isaac_ros_assets && \
    rm ${NGC_FILENAME}
fi
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    93    0    93    0     0    107      0 --:--:-- --:--:-- --:--:--   107
100 7461k  100 7461k    0     0  4204k      0  0:00:01  0:00:01 --:--:-- 24.7M
cth@usun:~/workspaces/isaac_ros-dev/src$ cd ${ISAAC_ROS_WS}/src && \
   git clone -b release-3.1 https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_dnn_stereo_depth.git isaac_ros_dnn_stereo_depth
fatal: destination path 'isaac_ros_dnn_stereo_depth' already exists and is not an empty directory.
cth@usun:~/workspaces/isaac_ros-dev/src$ cd ${ISAAC_ROS_WS}/src/isaac_ros_common && \
   ./scripts/run_dev.sh
Launching Isaac ROS Dev container with image key x86_64.ros2_humble.realsense.user: /home/cth/workspaces/isaac_ros-dev/
Building x86_64.ros2_humble.realsense.user base as image: isaac_ros_dev-x86_64
Building layered image for key x86_64.ros2_humble.realsense.user as isaac_ros_dev-x86_64
Using configured docker search paths: /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker
Checking if base image nvcr.io/isaac/ros:x86_64-ros2_humble-realsense-user_91a902c4d9934fe11f70233456b2ba55 exists on remote registry
Checking if base image nvcr.io/isaac/ros:x86_64-ros2_humble-realsense_282b003cfac94cef5523f4b149eea357 exists on remote registry
Checking if base image nvcr.io/isaac/ros:x86_64-ros2_humble_92060e94476d1fc5d11171f6ed37f110 exists on remote registry
Checking if base image nvcr.io/isaac/ros:x86_64_55f522805f8e6ba844ccbcb5f1d7313d exists on remote registry
Resolved the following 4 Dockerfiles for target image: x86_64.ros2_humble.realsense.user
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.user
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.realsense
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.ros2_humble
/home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.x86_64
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.x86_64 as image: x86_64-image with base: 
[+] Building 0.8s (20/20) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.x86_64                                                                                                                                            0.0s
 => => transferring dockerfile: 6.02kB                                                                                                                                                                 0.0s
 => [internal] load metadata for nvcr.io/nvidia/tritonserver:23.10-py3                                                                                                                                 0.8s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [stage-0  1/16] FROM nvcr.io/nvidia/tritonserver:23.10-py3@sha256:83513cb05c7e53ada093cab904daa8861d5b8bc67d75dd78237731411b744da9                                                                 0.0s
 => CACHED [stage-0  2/16] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/x86_64-start-packages.csv                                              0.0s
 => CACHED [stage-0  3/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         software-properties-common && add-apt-repository universe && apt-get update       0.0s
 => CACHED [stage-0  4/16] RUN --mount=type=cache,target=/var/cache/apt     wget -qO - https://isaac.download.nvidia.com/isaac-ros/repos.key | apt-key add - &&     grep -qxF "deb https://isaac.down  0.0s
 => CACHED [stage-0  5/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         apt-transport-https         bash-completion         build-essential         ca-c  0.0s
 => CACHED [stage-0  6/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         python3-pip         python3-pybind11         python3-pytest         python3-pyte  0.0s
 => CACHED [stage-0  7/16] RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1                                                                                                 0.0s
 => CACHED [stage-0  8/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         ffmpeg         libasio-dev         libbullet-dev         libtinyxml2-dev          0.0s
 => CACHED [stage-0  9/16] RUN python3 -m pip install -U         argcomplete         autopep8         flake8==4.0.1         flake8-blind-except         flake8-builtins         flake8-class-newline   0.0s
 => CACHED [stage-0 10/16] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         nvv4l2 && ln -s /usr/lib/x86_64-linux-gnu/libnvcuvid.so.1 /usr/lib/x86_64-linux-  0.0s
 => CACHED [stage-0 11/16] RUN --mount=type=cache,target=/var/cache/apt     if [ "true" = "true" ]; then  set -e ;         apt-key adv --fetch-key https://repo.download.nvidia.com/jetson/jetson-ota  0.0s
 => CACHED [stage-0 12/16] RUN python3 -m pip install -U --extra-index-url https://download.pytorch.org/whl/cu121         torch         torchvision         torchaudio                                 0.0s
 => CACHED [stage-0 13/16] RUN mkdir -p /opt/nvidia/tao && cd /opt/nvidia/tao &&     wget --content-disposition 'https://api.ngc.nvidia.com/v2/resources/org/nvidia/team/tao/tao-converter/v5.1.0_8.6  0.0s
 => CACHED [stage-0 14/16] RUN --mount=type=cache,target=/var/cache/apt     cd /tmp &&     wget https://github.com/CVCUDA/CV-CUDA/releases/download/v0.5.0-beta/nvcv-lib-0.5.0_beta-cuda12-x86_64-lin  0.0s
 => CACHED [stage-0 15/16] RUN --mount=type=cache,target=/var/cache/apt apt-add-repository ppa:mosquitto-dev/mosquitto-ppa && apt-get update && apt-get install -y         mosquitto         mosquitt  0.0s
 => CACHED [stage-0 16/16] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/x86_64-end-packages.csv                                                0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:1212405dd95c965722810a7ff7394ec3e52c6072fae75675769b7d15a79bfca8                                                                                                           0.0s
 => => naming to docker.io/library/x86_64-image                                                                                                                                                        0.0s

 1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 20)
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.ros2_humble as image: ros2_humble-image with base: x86_64-image
[+] Building 0.1s (27/27) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.ros2_humble                                                                                                                                       0.0s
 => => transferring dockerfile: 13.71kB                                                                                                                                                                0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG $BASE_IMAGE results in empty or invalid base image name (line 10)                                                                             0.0s
 => WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 17)                                                                                      0.0s
 => [internal] load metadata for docker.io/library/x86_64-image:latest                                                                                                                                 0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 276.05kB                                                                                                                                                                  0.0s
 => [stage-0  1/22] FROM docker.io/library/x86_64-image:latest                                                                                                                                         0.0s
 => CACHED [stage-0  2/22] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/ros2_humble-start-packages.csv                                         0.0s
 => CACHED [stage-0  3/22] RUN locale-gen en_US en_US.UTF-8 && update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8                                                                                       0.0s
 => CACHED [stage-0  4/22] RUN echo "Warning: Using the PYTHONWARNINGS environment variable to silence setup.py and easy_install deprecation warnings caused by colcon"                                0.0s
 => CACHED [stage-0  5/22] RUN --mount=type=cache,target=/var/cache/apt     curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg    0.0s
 => CACHED [stage-0  6/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         devscripts         dh-make         fakeroot         libxtensor-dev         pytho  0.0s
 => CACHED [stage-0  7/22] RUN python3 -m pip install -U         flake8-blind-except         flake8-builtins         flake8-class-newline         flake8-comprehensions         flake8-deprecated      0.0s
 => CACHED [stage-0  8/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y     ros-humble-ros-base     ros-humble-angles     ros-humble-apriltag     ros-humble-beh  0.0s
 => CACHED [stage-0  9/22] COPY rosdep/extra_rosdeps.yaml /etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml                                                                                             0.0s
 => CACHED [stage-0 10/22] RUN --mount=type=cache,target=/var/cache/apt     rosdep init     && echo "yaml file:///etc/ros/rosdep/sources.list.d/nvidia-isaac.yaml" | tee /etc/ros/rosdep/sources.list  0.0s
 => CACHED [stage-0 11/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/osrf/negotiated && cd negotiat  0.0s
 => CACHED [stage-0 12/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-perception/image_pipeline.  0.0s
 => CACHED [stage-0 13/22] COPY patches/rclcpp-disable-tests.patch /tmp/                                                                                                                               0.0s
 => CACHED [stage-0 14/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && export RCLCPP_VERSION="release/humble/rclcpp/$(apt-cache ma  0.0s
 => CACHED [stage-0 15/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y     ros-humble-ament-cmake     ros-humble-ament-cmake-gtest     ros-humble-control-msgs   0.0s
 => CACHED [stage-0 16/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-planning/moveit_resources.  0.0s
 => CACHED [stage-0 17/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-planning/moveit_task_const  0.0s
 => CACHED [stage-0 18/22] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y     ros-humble-moveit-hybrid-planning                                                     0.0s
 => CACHED [stage-0 19/22] RUN --mount=type=cache,target=/var/cache/apt     mkdir -p /opt/ros/humble/src && cd /opt/ros/humble/src     && git clone https://github.com/ros-planning/moveit2_tutorials  0.0s
 => CACHED [stage-0 20/22] RUN python3 -m pip install -U         paho-mqtt==1.6.1                                                                                                                      0.0s
 => CACHED [stage-0 21/22] RUN sudo sed -i '917i #ifdef GTEST_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL' /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h     && sudo sed -i '920i  0.0s
 => CACHED [stage-0 22/22] RUN mkdir -p /opt/nvidia/isaac_ros_dev_base && dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/ros2_humble-end-packages.csv                                           0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:dc9af5bb668ce234070696362f4b412892104991da4d5707bdddc1fe88baa6b2                                                                                                           0.0s
 => => naming to docker.io/library/ros2_humble-image                                                                                                                                                   0.0s
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.realsense as image: realsense-image with base: ros2_humble-image
[+] Building 0.0s (12/12) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.realsense                                                                                                                                         0.0s
 => => transferring dockerfile: 1.33kB                                                                                                                                                                 0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 12)                                                                           0.0s
 => [internal] load metadata for docker.io/library/ros2_humble-image:latest                                                                                                                            0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [1/7] FROM docker.io/library/ros2_humble-image:latest                                                                                                                                              0.0s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 11.54kB                                                                                                                                                                   0.0s
 => CACHED [2/7] COPY scripts/build-librealsense.sh /opt/realsense/build-librealsense.sh                                                                                                               0.0s
 => CACHED [3/7] COPY scripts/install-realsense-dependencies.sh /opt/realsense/install-realsense-dependencies.sh                                                                                       0.0s
 => CACHED [4/7] RUN chmod +x /opt/realsense/install-realsense-dependencies.sh &&     /opt/realsense/install-realsense-dependencies.sh;     chmod +x /opt/realsense/build-librealsense.sh && /opt/rea  0.0s
 => CACHED [5/7] RUN mkdir -p /opt/realsense/                                                                                                                                                          0.0s
 => CACHED [6/7] COPY scripts/hotplug-realsense.sh /opt/realsense/hotplug-realsense.sh                                                                                                                 0.0s
 => CACHED [7/7] COPY udev_rules/99-realsense-libusb-custom.rules /etc/udev/rules.d/99-realsense-libusb-custom.rules                                                                                   0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:819124fb314abbe23197f2a5f0e563a8bd2fe9ab9ba1ec89c6b64a31f1d8f3a9                                                                                                           0.0s
 => => naming to docker.io/library/realsense-image                                                                                                                                                     0.0s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 12)
Building /home/cth/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts/../docker/Dockerfile.user as image: isaac_ros_dev-x86_64 with base: realsense-image
[+] Building 0.0s (16/16) FINISHED                                                                                                                                                           docker:default
 => [internal] load build definition from Dockerfile.user                                                                                                                                              0.0s
 => => transferring dockerfile: 2.23kB                                                                                                                                                                 0.0s
 => WARN: InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 10)                                                                           0.0s
 => [internal] load metadata for docker.io/library/realsense-image:latest                                                                                                                              0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [stage-0  1/11] FROM docker.io/library/realsense-image:latest                                                                                                                                      0.0s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 2.00kB                                                                                                                                                                    0.0s
 => CACHED [stage-0  2/11] RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y         sudo         udev                                                                 0.0s
 => CACHED [stage-0  3/11] RUN if [ $(getent group triton-server) ]; then         groupmod -o --gid 1000 -n admin triton-server ;         usermod -l admin -u 1000 -m -d /home/admin triton-server ;   0.0s
 => CACHED [stage-0  4/11] RUN if [ ! $(getent passwd admin) ]; then         groupadd --gid 1000 admin ;         useradd --no-log-init --uid 1000 --gid 1000 -m admin ;     fi                         0.0s
 => CACHED [stage-0  5/11] RUN echo admin ALL=(root) NOPASSWD:ALL > /etc/sudoers.d/admin     && chmod 0440 /etc/sudoers.d/admin     && adduser admin video && adduser admin plugdev && adduser admin   0.0s
 => CACHED [stage-0  6/11] RUN mkdir -p /usr/local/bin/scripts                                                                                                                                         0.0s
 => CACHED [stage-0  7/11] COPY scripts/*entrypoint.sh /usr/local/bin/scripts/                                                                                                                         0.0s
 => CACHED [stage-0  8/11] RUN  chmod +x /usr/local/bin/scripts/*.sh                                                                                                                                   0.0s
 => CACHED [stage-0  9/11] RUN mkdir -p /usr/local/share/middleware_profiles                                                                                                                           0.0s
 => CACHED [stage-0 10/11] COPY middleware_profiles/*profile.xml /usr/local/share/middleware_profiles/                                                                                                 0.0s
 => CACHED [stage-0 11/11] RUN --mount=type=cache,target=/var/cache/apt     rosdep update                                                                                                              0.0s
 => exporting to image                                                                                                                                                                                 0.0s
 => => exporting layers                                                                                                                                                                                0.0s
 => => writing image sha256:2fdd6da1b14bc0c1f86fdf9e10dc848303f2a5ff37da9c18d42139fcbd762dda                                                                                                           0.0s
 => => naming to docker.io/library/isaac_ros_dev-x86_64                                                                                                                                                0.0s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name (line 10)
Running isaac_ros_dev-x86_64-container
 * Stopping hotplug events dispatcher systemd-udevd                                                                                                                                                  [ OK ] 
 * Starting hotplug events dispatcher systemd-udevd                                                                                                                                                  [ OK ] 
admin@usun:/workspaces/isaac_ros-dev$ rosdep install --from-paths ${ISAAC_ROS_WS}/src/isaac_ros_dnn_stereo_depth --ignore-src -y
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-common]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-isaac-ros-common
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 25.3 kB of archives.
After this operation, 121 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-common amd64 3.1.0-0jammy [25.3 kB]
Fetched 25.3 kB in 0s (213 kB/s)                       
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-isaac-ros-common.
(Reading database ... 152868 files and directories currently installed.)
Preparing to unpack .../ros-humble-isaac-ros-common_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-common (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-common (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-gxf-isaac-gems]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  ros-humble-isaac-ros-gxf ros-humble-magic-enum
The following NEW packages will be installed:
  ros-humble-gxf-isaac-gems ros-humble-isaac-ros-gxf ros-humble-magic-enum
0 upgraded, 3 newly installed, 0 to remove and 92 not upgraded.
Need to get 16.8 MB of archives.
After this operation, 102 MB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-gxf amd64 3.1.0-0jammy [16.6 MB]
Get:2 http://packages.ros.org/ros2/ubuntu jammy/main amd64 ros-humble-magic-enum amd64 0.9.5-1jammy.20240728.192156 [26.0 kB]
Get:3 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-gems amd64 3.1.0-0jammy [179 kB]
Fetched 16.8 MB in 3s (5,913 kB/s)                 
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 3.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-magic-enum.
(Reading database ... 152906 files and directories currently installed.)
Preparing to unpack .../ros-humble-magic-enum_0.9.5-1jammy.20240728.192156_amd64.deb ...
Unpacking ros-humble-magic-enum (0.9.5-1jammy.20240728.192156) ...
Selecting previously unselected package ros-humble-isaac-ros-gxf.
Preparing to unpack .../ros-humble-isaac-ros-gxf_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-gxf (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-gems.
Preparing to unpack .../ros-humble-gxf-isaac-gems_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-gems (3.1.0-0jammy) ...
Setting up ros-humble-magic-enum (0.9.5-1jammy.20240728.192156) ...
Setting up ros-humble-isaac-ros-gxf (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-gems (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-gxf]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ros-humble-isaac-ros-gxf is already the newest version (3.1.0-0jammy).
ros-humble-isaac-ros-gxf set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 92 not upgraded.
executing command [sudo -H apt-get install -y ros-humble-gxf-isaac-messages]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-gxf-isaac-messages
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 1,917 kB of archives.
After this operation, 7,193 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-messages amd64 3.1.0-0jammy [1,917 kB]
Fetched 1,917 kB in 0s (6,811 kB/s)                     
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-messages.
(Reading database ... 153323 files and directories currently installed.)
Preparing to unpack .../ros-humble-gxf-isaac-messages_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-messages (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-messages (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-gxf-isaac-tensorops]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-gxf-isaac-tensorops
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 283 kB of archives.
After this operation, 2,503 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-tensorops amd64 3.1.0-0jammy [283 kB]
Fetched 283 kB in 0s (1,910 kB/s)                      
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-tensorops.
(Reading database ... 153367 files and directories currently installed.)
Preparing to unpack .../ros-humble-gxf-isaac-tensorops_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-tensorops (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-tensorops (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-gxf-isaac-gxf-helpers]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-gxf-isaac-gxf-helpers
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 958 kB of archives.
After this operation, 3,406 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-gxf-helpers amd64 3.1.0-0jammy [958 kB]
Fetched 958 kB in 0s (4,598 kB/s)                        
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-gxf-helpers.
(Reading database ... 153488 files and directories currently installed.)
Preparing to unpack .../ros-humble-gxf-isaac-gxf-helpers_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-gxf-helpers (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-gxf-helpers (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-nitros]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  ros-humble-gxf-isaac-atlas ros-humble-gxf-isaac-message-compositor ros-humble-gxf-isaac-optimizer ros-humble-gxf-isaac-sight ros-humble-isaac-ros-nitros-interfaces
The following NEW packages will be installed:
  ros-humble-gxf-isaac-atlas ros-humble-gxf-isaac-message-compositor ros-humble-gxf-isaac-optimizer ros-humble-gxf-isaac-sight ros-humble-isaac-ros-nitros ros-humble-isaac-ros-nitros-interfaces
0 upgraded, 6 newly installed, 0 to remove and 92 not upgraded.
Need to get 6,422 kB of archives.
After this operation, 23.1 MB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-atlas amd64 3.1.0-0jammy [1,832 kB]
Get:2 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-message-compositor amd64 3.1.0-0jammy [82.8 kB]
Get:3 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-optimizer amd64 3.1.0-0jammy [1,132 kB]
Get:4 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-sight amd64 3.1.0-0jammy [1,155 kB]
Get:5 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-interfaces amd64 3.1.0-0jammy [43.3 kB]
Get:6 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros amd64 3.1.0-0jammy [2,176 kB]
Fetched 6,422 kB in 1s (9,131 kB/s)                
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 6.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-atlas.
(Reading database ... 153523 files and directories currently installed.)
Preparing to unpack .../0-ros-humble-gxf-isaac-atlas_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-atlas (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-message-compositor.
Preparing to unpack .../1-ros-humble-gxf-isaac-message-compositor_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-message-compositor (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-optimizer.
Preparing to unpack .../2-ros-humble-gxf-isaac-optimizer_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-optimizer (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-sight.
Preparing to unpack .../3-ros-humble-gxf-isaac-sight_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-sight (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-interfaces.
Preparing to unpack .../4-ros-humble-isaac-ros-nitros-interfaces_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-interfaces (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros.
Preparing to unpack .../5-ros-humble-isaac-ros-nitros_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-message-compositor (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-interfaces (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-optimizer (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-atlas (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-sight (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros (3.1.0-0jammy) ...
Processing triggers for libc-bin (2.35-0ubuntu3.3) ...
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-nitros-camera-info-type]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-isaac-ros-nitros-camera-info-type
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 31.5 kB of archives.
After this operation, 134 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-camera-info-type amd64 3.1.0-0jammy [31.5 kB]
Fetched 31.5 kB in 0s (280 kB/s)                                  
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-isaac-ros-nitros-camera-info-type.
(Reading database ... 153821 files and directories currently installed.)
Preparing to unpack .../ros-humble-isaac-ros-nitros-camera-info-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-camera-info-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-camera-info-type (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-nitros-disparity-image-type]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-isaac-ros-nitros-disparity-image-type
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 31.9 kB of archives.
After this operation, 131 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-disparity-image-type amd64 3.1.0-0jammy [31.9 kB]
Fetched 31.9 kB in 0s (223 kB/s)                                             
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-isaac-ros-nitros-disparity-image-type.
(Reading database ... 153850 files and directories currently installed.)
Preparing to unpack .../ros-humble-isaac-ros-nitros-disparity-image-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-disparity-image-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-disparity-image-type (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-nitros-image-type]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-isaac-ros-nitros-image-type
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 66.5 kB of archives.
After this operation, 286 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-image-type amd64 3.1.0-0jammy [66.5 kB]
Fetched 66.5 kB in 0s (519 kB/s)                                  
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-isaac-ros-nitros-image-type.
(Reading database ... 153879 files and directories currently installed.)
Preparing to unpack .../ros-humble-isaac-ros-nitros-image-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-image-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-image-type (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-image-proc]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  ros-humble-gxf-isaac-image-flip ros-humble-isaac-ros-managed-nitros ros-humble-isaac-ros-nitros-tensor-list-type ros-humble-isaac-ros-tensor-list-interfaces
The following NEW packages will be installed:
  ros-humble-gxf-isaac-image-flip ros-humble-isaac-ros-image-proc ros-humble-isaac-ros-managed-nitros ros-humble-isaac-ros-nitros-tensor-list-type ros-humble-isaac-ros-tensor-list-interfaces
0 upgraded, 5 newly installed, 0 to remove and 92 not upgraded.
Need to get 1,244 kB of archives.
After this operation, 11.5 MB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-image-flip amd64 3.1.0-0jammy [48.5 kB]
Get:2 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-tensor-list-interfaces amd64 3.1.0-0jammy [66.0 kB]
Get:3 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-tensor-list-type amd64 3.1.0-0jammy [46.6 kB]
Get:4 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-managed-nitros amd64 3.1.0-0jammy [11.2 kB]
Get:5 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-image-proc amd64 3.1.0-0jammy [1,071 kB]
Fetched 1,244 kB in 0s (5,025 kB/s)                        
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 5.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-image-flip.
(Reading database ... 153911 files and directories currently installed.)
Preparing to unpack .../ros-humble-gxf-isaac-image-flip_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-image-flip (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-tensor-list-interfaces.
Preparing to unpack .../ros-humble-isaac-ros-tensor-list-interfaces_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-tensor-list-interfaces (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-tensor-list-type.
Preparing to unpack .../ros-humble-isaac-ros-nitros-tensor-list-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-tensor-list-type (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-managed-nitros.
Preparing to unpack .../ros-humble-isaac-ros-managed-nitros_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-managed-nitros (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-image-proc.
Preparing to unpack .../ros-humble-isaac-ros-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-image-flip (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-tensor-list-interfaces (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-tensor-list-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-managed-nitros (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-image-proc (3.1.0-0jammy) ...
Processing triggers for libc-bin (2.35-0ubuntu3.3) ...
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-stereo-image-proc]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  ros-humble-gxf-isaac-point-cloud ros-humble-gxf-isaac-ros-messages ros-humble-gxf-isaac-sgm ros-humble-gxf-isaac-utils ros-humble-isaac-ros-nitros-point-cloud-type
The following NEW packages will be installed:
  ros-humble-gxf-isaac-point-cloud ros-humble-gxf-isaac-ros-messages ros-humble-gxf-isaac-sgm ros-humble-gxf-isaac-utils ros-humble-isaac-ros-nitros-point-cloud-type
  ros-humble-isaac-ros-stereo-image-proc
0 upgraded, 6 newly installed, 0 to remove and 92 not upgraded.
Need to get 3,684 kB of archives.
After this operation, 18.3 MB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-point-cloud amd64 3.1.0-0jammy [151 kB]
Get:2 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-ros-messages amd64 3.1.0-0jammy [24.4 kB]
Get:3 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-sgm amd64 3.1.0-0jammy [72.1 kB]
Get:4 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-utils amd64 3.1.0-0jammy [2,698 kB]
Get:5 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-nitros-point-cloud-type amd64 3.1.0-0jammy [29.2 kB]
Get:6 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-stereo-image-proc amd64 3.1.0-0jammy [708 kB]
Fetched 3,684 kB in 0s (8,944 kB/s)                         
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 6.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-point-cloud.
(Reading database ... 154219 files and directories currently installed.)
Preparing to unpack .../0-ros-humble-gxf-isaac-point-cloud_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-point-cloud (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-ros-messages.
Preparing to unpack .../1-ros-humble-gxf-isaac-ros-messages_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-ros-messages (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-sgm.
Preparing to unpack .../2-ros-humble-gxf-isaac-sgm_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-sgm (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-gxf-isaac-utils.
Preparing to unpack .../3-ros-humble-gxf-isaac-utils_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-utils (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-nitros-point-cloud-type.
Preparing to unpack .../4-ros-humble-isaac-ros-nitros-point-cloud-type_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-nitros-point-cloud-type (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-stereo-image-proc.
Preparing to unpack .../5-ros-humble-isaac-ros-stereo-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-stereo-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-utils (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-point-cloud (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-ros-messages (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-sgm (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-nitros-point-cloud-type (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-stereo-image-proc (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-gxf-isaac-messages-throttler]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-gxf-isaac-messages-throttler
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 899 kB of archives.
After this operation, 3,140 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-messages-throttler amd64 3.1.0-0jammy [899 kB]
Fetched 899 kB in 0s (4,424 kB/s)                           
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-messages-throttler.
(Reading database ... 154420 files and directories currently installed.)
Preparing to unpack .../ros-humble-gxf-isaac-messages-throttler_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-messages-throttler (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-messages-throttler (3.1.0-0jammy) ...
executing command [sudo -H apt-get install -y ros-humble-gxf-isaac-sgm]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ros-humble-gxf-isaac-sgm is already the newest version (3.1.0-0jammy).
ros-humble-gxf-isaac-sgm set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 92 not upgraded.
executing command [sudo -H apt-get install -y ros-humble-isaac-ros-test]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  ros-humble-isaac-ros-test
0 upgraded, 1 newly installed, 0 to remove and 92 not upgraded.
Need to get 23.5 kB of archives.
After this operation, 134 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-test amd64 3.1.0-0jammy [23.5 kB]
Fetched 23.5 kB in 0s (179 kB/s)                      
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-isaac-ros-test.
(Reading database ... 154445 files and directories currently installed.)
Preparing to unpack .../ros-humble-isaac-ros-test_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-test (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-test (3.1.0-0jammy) ...
#All required rosdeps installed successfully
admin@usun:/workspaces/isaac_ros-dev$ cd ${ISAAC_ROS_WS} && \
   colcon build --packages-up-to isaac_ros_common && \
   source install/setup.bash && \
   ./src/isaac_ros_dnn_stereo_depth/isaac_ros_ess_models_install/asset_scripts/install_ess_models.sh --eula
[0.296s] WARNING:colcon.colcon_core.package_selection:Some selected packages are already built in one or more underlay workspaces:
	'isaac_ros_common' is in: /opt/ros/humble
If a package in a merged underlay workspace is overridden and it installs headers, then all packages in the overlay must sort their include directories by workspace order. Failure to do so may result in build failures or undefined behavior at run time.
If the overridden package is used by another package in any underlay, then the overriding package in the overlay must be API and ABI compatible or undefined behavior at run time may occur.

If you understand the risks and want to override a package anyways, add the following to the command line:
	--allow-overriding isaac_ros_common

This may be promoted to an error in a future release of colcon-override-check.
Starting >>> isaac_ros_common
Finished <<< isaac_ros_common [3.57s]                     

Summary: 1 package finished [3.81s]

**** EULA notice for asset: "dnn_stereo_disparity"  ****

By continuing you accept the terms and conditions of the license as covered in the Model EULA, found here:
  https://catalog.ngc.nvidia.com/orgs/nvidia/teams/isaac/models/dnn_stereo_disparity

Do you accept? [y/n]
y
All assets for dnn_stereo_disparity already exist in /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0. Skipping download.
admin@usun:/workspaces/isaac_ros-dev$ cd ${ISAAC_ROS_WS} && \
   colcon build --packages-up-to isaac_ros_ess
[0.309s] WARNING:colcon.colcon_core.package_selection:Some selected packages are already built in one or more underlay workspaces:
	'isaac_ros_test' is in: /opt/ros/humble
	'isaac_ros_common' is in: /workspaces/isaac_ros-dev/install/isaac_ros_common, /opt/ros/humble
If a package in a merged underlay workspace is overridden and it installs headers, then all packages in the overlay must sort their include directories by workspace order. Failure to do so may result in build failures or undefined behavior at run time.
If the overridden package is used by another package in any underlay, then the overriding package in the overlay must be API and ABI compatible or undefined behavior at run time may occur.

If you understand the risks and want to override a package anyways, add the following to the command line:
	--allow-overriding isaac_ros_common isaac_ros_test

This may be promoted to an error in a future release of colcon-override-check.
Starting >>> isaac_ros_common
Starting >>> isaac_ros_test
Finished <<< isaac_ros_common [0.36s]                                                         
Starting >>> gxf_isaac_ess
Starting >>> gxf_isaac_video_buffer_utils
Starting >>> isaac_ros_ess_models_install
Finished <<< isaac_ros_test [1.29s]                                                                                                                                           
Finished <<< isaac_ros_ess_models_install [1.49s]                                                                                                       
Finished <<< gxf_isaac_ess [7.28s]                                                                                 
Finished <<< gxf_isaac_video_buffer_utils [8.41s]                     
Starting >>> isaac_ros_ess
--- stderr: isaac_ros_ess                                
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
---
Finished <<< isaac_ros_ess [29.8s]

Summary: 6 packages finished [38.8s]
  1 package had stderr output: isaac_ros_ess
admin@usun:/workspaces/isaac_ros-dev$ source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ rs-fw-update -l

Connected devices:
1) [USB] Intel RealSense D455 s/n 117222250260, update serial number: 114123061838, firmware version: 5.13.0.50
admin@usun:/workspaces/isaac_ros-dev$ sudo apt-get install -y ros-humble-isaac-ros-examples ros-humble-isaac-ros-realsense
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  ros-humble-gxf-isaac-depth-image-proc ros-humble-isaac-ros-depth-image-proc
The following NEW packages will be installed:
  ros-humble-gxf-isaac-depth-image-proc ros-humble-isaac-ros-depth-image-proc ros-humble-isaac-ros-examples ros-humble-isaac-ros-realsense
0 upgraded, 4 newly installed, 0 to remove and 92 not upgraded.
Need to get 661 kB of archives.
After this operation, 6,297 kB of additional disk space will be used.
Get:1 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-gxf-isaac-depth-image-proc amd64 3.1.0-0jammy [59.2 kB]
Get:2 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-depth-image-proc amd64 3.1.0-0jammy [588 kB]
Get:3 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-examples amd64 3.1.0-0jammy [8,562 B]
Get:4 https://isaac.download.nvidia.com/isaac-ros/release-3 jammy/release-3.0 amd64 ros-humble-isaac-ros-realsense amd64 3.1.0-0jammy [5,250 B]
Fetched 661 kB in 0s (2,163 kB/s)
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 4.)
debconf: falling back to frontend: Readline
Selecting previously unselected package ros-humble-gxf-isaac-depth-image-proc.
(Reading database ... 154476 files and directories currently installed.)
Preparing to unpack .../ros-humble-gxf-isaac-depth-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-gxf-isaac-depth-image-proc (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-depth-image-proc.
Preparing to unpack .../ros-humble-isaac-ros-depth-image-proc_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-depth-image-proc (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-examples.
Preparing to unpack .../ros-humble-isaac-ros-examples_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-examples (3.1.0-0jammy) ...
Selecting previously unselected package ros-humble-isaac-ros-realsense.
Preparing to unpack .../ros-humble-isaac-ros-realsense_3.1.0-0jammy_amd64.deb ...
Unpacking ros-humble-isaac-ros-realsense (3.1.0-0jammy) ...
Setting up ros-humble-gxf-isaac-depth-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-examples (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-depth-image-proc (3.1.0-0jammy) ...
Setting up ros-humble-isaac-ros-realsense (3.1.0-0jammy) ...
admin@usun:/workspaces/isaac_ros-dev$ ros2 launch isaac_ros_examples isaac_ros_examples.launch.py launch_fragments:=realsense_stereo_rect,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.35 realsense_config_file:=$(ros2 pkg prefix isaac_ros_ess --share)/config/realsense.yaml
[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2024-10-29-16-49-58-712391-usun-2744
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container_mt-1]: process started with pid [2754]
[component_container_mt-1] [ERROR] [1730191799.028486785] [isaac_ros_examples.container]: Could not find requested resource in ament index
[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'realsense2_camera' of type 'realsense2_camera::RealSenseNodeFactory' in container '/isaac_ros_examples/container': Could not find requested resource in ament index
[component_container_mt-1] [INFO] [1730191799.031935416] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libimage_format_converter_node.so
[component_container_mt-1] [INFO] [1730191799.061210390] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730191799.061267971] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730191799.063785661] [image_format_left]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730191799.064154420] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/std/libgxf_std.so
[component_container_mt-1] [INFO] [1730191799.066862193] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_gxf_helpers.so
[component_container_mt-1] [INFO] [1730191799.069291252] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sight.so
[component_container_mt-1] [INFO] [1730191799.071965800] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_atlas.so
[component_container_mt-1] 2024-10-29 16:49:59.079 WARN  gxf/std/program.cpp@532: No GXF scheduler specified.
[component_container_mt-1] [INFO] [1730191799.080007211] [image_format_left]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191799.080066071] [image_format_left]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730191799.085464153] [image_format_left]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730191799.085562436] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/multimedia/libgxf_multimedia.so
[component_container_mt-1] [INFO] [1730191799.087730461] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_message_compositor.so
[component_container_mt-1] [INFO] [1730191799.089727462] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/cuda/libgxf_cuda.so
[component_container_mt-1] [INFO] [1730191799.091990776] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_tensorops.so
[component_container_mt-1] [INFO] [1730191799.094867651] [image_format_left]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730191799.095915126] [image_format_left]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730191799.129849248] [image_format_left]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730191799.134158712] [image_format_left]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191799.136186849] [image_format_left]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_left' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730191799.137321216] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730191799.137335704] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730191799.139009690] [image_format_right]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730191799.139189100] [image_format_right]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191799.139218499] [image_format_right]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730191799.144944023] [image_format_right]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730191799.145110913] [image_format_right]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730191799.145896088] [image_format_right]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730191799.176926270] [image_format_right]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730191799.181295161] [image_format_right]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191799.182516083] [image_format_right]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_right' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730191799.183863971] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libresize_node.so
[component_container_mt-1] [INFO] [1730191799.185538324] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730191799.185582118] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730191799.187663211] [left_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730191799.187971533] [left_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730191799.195615982] [left_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730191799.195823422] [left_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730191799.197923168] [left_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730191799.279333357] [left_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730191799.285080693] [left_resize]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730191799.285468791] [image_format_left]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/left_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730191799.285810394] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.285825334] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.285832288] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.285835633] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.286880638] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730191799.286898801] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730191799.289106487] [right_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730191799.289407663] [right_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730191799.296503756] [right_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730191799.296704400] [right_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730191799.298821897] [right_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730191799.382908939] [right_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730191799.386159190] [right_resize]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730191799.386486527] [image_format_right]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/right_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730191799.386827553] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.386844491] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.386852410] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.386856087] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.387846798] [isaac_ros_examples.container]: Load Library: /workspaces/isaac_ros-dev/install/isaac_ros_ess/lib/libess_disparity_node.so
[component_container_mt-1] [INFO] [1730191799.392974546] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730191799.392995393] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730191799.395219869] [ess_disparity]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730191799.395690624] [ess_disparity]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730191799.398038964] [ess_disparity]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730191799.398207359] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/serialization/libgxf_serialization.so
[component_container_mt-1] [INFO] [1730191799.400188048] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_video_buffer_utils.so
[component_container_mt-1] [INFO] [1730191799.401169732] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages.so
[component_container_mt-1] [INFO] [1730191799.402056879] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sgm.so
[component_container_mt-1] [INFO] [1730191799.402892331] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages_throttler.so
[component_container_mt-1] [INFO] [1730191799.405644373] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_ess.so
[component_container_mt-1] [INFO] [1730191799.413884203] [ess_disparity]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730191799.417936911] [ess_disparity]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730191799.545290607] [ess_disparity]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730191799.550701205] [ess_disparity]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730191799.551258796] [right_resize]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/ess_disparity' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730191799.551258895] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.551284062] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.551294594] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.551352327] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1730191799.551355625] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1730191799.551453834] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.551461424] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.551462624] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.551471222] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.551527497] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1730191799.551543883] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1730191799.552422474] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libdisparity_to_depth_node.so
[component_container_mt-1] [INFO] [1730191799.553874414] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730191799.553890233] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730191799.556306806] [DisparityToDepthNode]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730191799.556599755] [DisparityToDepthNode]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730191799.559107642] [DisparityToDepthNode]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730191799.559336348] [DisparityToDepthNode]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_utils.so
[component_container_mt-1] [INFO] [1730191799.564801105] [DisparityToDepthNode]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730191799.565430180] [DisparityToDepthNode]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730191799.566757216] [DisparityToDepthNode]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730191799.567951649] [DisparityToDepthNode]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730191799.568265583] [ess_disparity]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/DisparityToDepthNode' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730191799.568360434] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.568375187] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.568380776] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.568406456] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.568607134] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.568626407] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191799.568628419] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730191799.568646477] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730191800.137148514] [image_format_left]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730191800.137244030] [image_format_left]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730191800.137270159] [image_format_left]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.137288080] [image_format_left]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.137299331] [image_format_left]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra1/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.137739499] [image_format_left]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730191800.154438320] [image_format_left]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/CSJQOVLVPH/CSJQOVLVPH.yaml"
[component_container_mt-1] [INFO] [1730191800.154497018] [image_format_left]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730191800.182872499] [image_format_right]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730191800.182917430] [image_format_right]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730191800.182924276] [image_format_right]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.182930141] [image_format_right]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.182933773] [image_format_right]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra2/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.183049402] [image_format_right]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730191800.189270292] [image_format_right]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/AOZTBBXUQH/AOZTBBXUQH.yaml"
[component_container_mt-1] [INFO] [1730191800.189306021] [image_format_right]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730191800.242618370] [image_format_left]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730191800.242704534] [image_format_left]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730191800.242648190] [image_format_right]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730191800.285437088] [left_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730191800.285493284] [left_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730191800.285501343] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.285507692] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730191800.285512696] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.285516751] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730191800.285523764] [left_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.285566481] [left_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.285572209] [left_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730191800.285585435] [left_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.285696552] [left_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730191800.292191234] [left_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/GNBZCWJUBK/GNBZCWJUBK.yaml"
[component_container_mt-1] [INFO] [1730191800.292238199] [left_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730191800.383282444] [image_format_left]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730191800.383337773] [image_format_right]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730191800.386498959] [right_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730191800.386517189] [right_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730191800.386523053] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.386527924] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730191800.386531979] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.386535658] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730191800.386540673] [right_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.386563799] [right_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.386568505] [right_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730191800.386579676] [right_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.386658219] [right_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730191800.390305497] [image_format_right]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730191800.390346653] [left_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730191800.390409745] [left_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730191800.392720894] [right_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/ZHKLSELFVW/ZHKLSELFVW.yaml"
[component_container_mt-1] [INFO] [1730191800.392742399] [right_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730191800.397628198] [left_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730191800.400773824] [right_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730191800.400825460] [right_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730191800.408383911] [right_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730191800.551670251] [ess_disparity]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730191800.551763060] [ess_disparity]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730191800.551782066] [ess_disparity]: [NitrosPublisher] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730191800.551797522] [ess_disparity]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.551809354] [ess_disparity]: [NitrosPublisher] Use only the compatible publisher: topic_name="/camera_info", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730191800.551822861] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.551833989] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.551845573] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.551855578] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730191800.551867905] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.551877688] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730191800.551888666] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.551898243] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730191800.552131033] [ess_disparity]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730191800.568809286] [DisparityToDepthNode]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730191800.568869155] [DisparityToDepthNode]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730191800.568881832] [DisparityToDepthNode]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730191800.568891064] [DisparityToDepthNode]: [NitrosPublisher] Use only the compatible publisher: topic_name="/depth", data_format="nitros_image_32FC1"
[component_container_mt-1] [INFO] [1730191800.568902522] [DisparityToDepthNode]: [NitrosSubscriber] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730191800.569041937] [DisparityToDepthNode]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730191800.571439547] [DisparityToDepthNode]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/OMOJSULCZB/OMOJSULCZB.yaml"
[component_container_mt-1] [INFO] [1730191800.571477757] [DisparityToDepthNode]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730191800.573838765] [DisparityToDepthNode]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730191800.577736116] [DisparityToDepthNode]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730191800.831118352] [ess_disparity]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/GDTMOHSHKI/GDTMOHSHKI.yaml"
[component_container_mt-1] [INFO] [1730191800.831174887] [ess_disparity]: [ESSDisparityNode] preLoadGraphCallback().
[component_container_mt-1] [INFO] [1730191800.831212194] [ess_disparity]: [ESSDisparityNode] Setting tensorrt_plugin: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/plugins/x86_64/ess_plugins.so.
[component_container_mt-1] [INFO] [1730191800.831228852] [ess_disparity]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730191800.835030814] [ess_disparity]: [ESSDisparityNode] Setting engine_file_path: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/ess.engine.
[component_container_mt-1] [INFO] [1730191800.835069100] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() with image [576 x 960]
[component_container_mt-1] [INFO] [1730191800.835073460] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() block_size = 2211840.
[component_container_mt-1] [INFO] [1730191800.835077476] [ess_disparity]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730191800.841722579] [ess_disparity]: [NitrosNode] Node was started

Hi @AustinCTH,

Probably the docker needs to be re-loaded after realsense FW is downgraded. Please give it a try and also check realsense-viewer in docker.

When reloading the docker and check realsense viewer in docker, it showed this:

admin@usun:/workspaces/isaac_ros-dev$ realsense-viewer
 29/10 23:49:01,671 INFO [136513089597440] (context.cpp:116) ... 4-2-4
 29/10 23:49:01,671 INFO [136513089597440] (context.cpp:116) ... 3-4-5
 29/10 23:49:01,671 INFO [136513089597440] (context.cpp:128) Found 2 RealSense devices (0xff requested & 0xff from device-mask in settings)
admin@usun:/workspaces/isaac_ros-dev$ rs-fw-update -l

Connected devices:
 29/10 23:50:17,369 WARNING [139991315382272] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Success, number: 0
 29/10 23:50:17,383 WARNING [139991315382272] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Success, number: 0
 29/10 23:50:17,393 WARNING [139991315382272] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Success, number: 0
 29/10 23:50:17,404 WARNING [139991315382272] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Success, number: 0
 29/10 23:50:17,414 WARNING [139991315382272] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Success, number: 0
 29/10 23:50:17,425 WARNING [139991315382272] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Success, number: 0
1) [USB] Intel RealSense D455 s/n 117222250260, update serial number: 114123061838, firmware version: 5.13.0.50
admin@usun:/workspaces/isaac_ros-dev$ 


Seems weird. I only have one Realsense device. And the RGB stream does not work after downgrading its firmware. However, all streams, including RGB stream, work smoothly when realsense-viewer is launched outside docker (on my computer.)

Inside docker:

On my computer:

Hi @AustinCTH

Looks weird. Could you check if following can help for your case?

Hi @Ahung ,

Here’s an update. The realsense-viewer works well now. Its rgb camera works both in Docker and on my computer. However, when I tried to try this again,


it shows this:

admin@usun:/workspaces/isaac_ros-dev$ source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ sudo apt-get install -y ros-humble-isaac-ros-examples ros-humble-isaac-ros-realsense
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ros-humble-isaac-ros-examples is already the newest version (3.1.0-0jammy).
ros-humble-isaac-ros-realsense is already the newest version (3.1.0-0jammy).
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
admin@usun:/workspaces/isaac_ros-dev$ ros2 launch isaac_ros_examples isaac_ros_examples.launch.py launch_fragments:=realsense_stereo_rect,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.35 realsense_config_file:=$(ros2 pkg prefix isaac_ros_ess --share)/config/realsense.yaml
[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2024-11-01-17-46-36-410794-usun-63375
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container_mt-1]: process started with pid [63385]
[component_container_mt-1] [INFO] [1730454396.726194354] [isaac_ros_examples.container]: Load Library: /workspaces/isaac_ros-dev/install/realsense2_camera/lib/librealsense2_camera.so
[component_container_mt-1] [INFO] [1730454396.784287804] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<realsense2_camera::RealSenseNodeFactory>
[component_container_mt-1] [INFO] [1730454396.784330198] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<realsense2_camera::RealSenseNodeFactory>
[component_container_mt-1] [INFO] [1730454396.795010095] [realsense2_camera]: RealSense ROS v4.51.1
[component_container_mt-1] [INFO] [1730454396.795033876] [realsense2_camera]: Built with LibRealSense v2.55.1
[component_container_mt-1] [INFO] [1730454396.795039403] [realsense2_camera]: Running with LibRealSense v2.55.1
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/realsense2_camera' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454396.796932852] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libimage_format_converter_node.so
[component_container_mt-1] [INFO] [1730454396.815819785] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730454396.815925600] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730454396.820159670] [image_format_left]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454396.820743400] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/std/libgxf_std.so
[component_container_mt-1] [INFO] [1730454396.825049039] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_gxf_helpers.so
[component_container_mt-1] [INFO] [1730454396.829018197] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sight.so
[component_container_mt-1] [INFO] [1730454396.833000081] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_atlas.so
[component_container_mt-1] 2024-11-01 17:46:36.840 WARN  gxf/std/program.cpp@532: No GXF scheduler specified.
[component_container_mt-1] [INFO] [1730454396.841231895] [image_format_left]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454396.841305506] [image_format_left]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454396.846712393] [image_format_left]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454396.846907625] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/multimedia/libgxf_multimedia.so
[component_container_mt-1] [INFO] [1730454396.850073105] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_message_compositor.so
[component_container_mt-1] [INFO] [1730454396.851139057] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/cuda/libgxf_cuda.so
[component_container_mt-1] [INFO] [1730454396.853486061] [image_format_left]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_tensorops.so
[component_container_mt-1] [INFO] [1730454396.856529896] [image_format_left]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454396.857531267] [image_format_left]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454396.895909702] [image_format_left]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454396.899748534] [image_format_left]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454396.901983846] [image_format_left]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_left' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454396.903121352] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730454396.903141908] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ImageFormatConverterNode>
[component_container_mt-1] [INFO] [1730454396.904707339] [image_format_right]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454396.905032425] [image_format_right]: [ImageFormatConverterNode] Set output data format to: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454396.905061225] [image_format_right]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454396.910875307] [image_format_right]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454396.911316958] [image_format_right]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454396.912220977] [image_format_right]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454396.973383083] [image_format_right]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454396.980563939] [image_format_right]: [NitrosPublisherSubscriberGroup] Pinning the component "sink/sink" (type="nvidia::isaac_ros::MessageRelay") to use its compatible format only: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454396.982140612] [image_format_right]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/image_format_right' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454396.982944781] [realsense2_camera]: Device with serial number 117222250260 was found.
[component_container_mt-1] 
[component_container_mt-1] [INFO] [1730454396.983007459] [realsense2_camera]: Device with physical ID 4-2-2 was found.
[component_container_mt-1] [INFO] [1730454396.983019109] [realsense2_camera]: Device with name Intel RealSense D455 was found.
[component_container_mt-1] [INFO] [1730454396.983297398] [realsense2_camera]: Device with port number 4-2 was found.
[component_container_mt-1] [INFO] [1730454396.983319515] [realsense2_camera]: Device USB type: 3.2
[component_container_mt-1] [INFO] [1730454396.985152727] [realsense2_camera]: getParameters...
[component_container_mt-1] [INFO] [1730454396.986196744] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libresize_node.so
[component_container_mt-1] [INFO] [1730454396.986740574] [realsense2_camera]: JSON file is not provided
[component_container_mt-1] [INFO] [1730454396.986763948] [realsense2_camera]: Device Name: Intel RealSense D455
[component_container_mt-1] [INFO] [1730454396.986772382] [realsense2_camera]: Device Serial No: 117222250260
[component_container_mt-1] [INFO] [1730454396.986779569] [realsense2_camera]: Device physical port: 4-2-2
[component_container_mt-1] [INFO] [1730454396.986786003] [realsense2_camera]: Device FW version: 5.13.0.50
[component_container_mt-1] [INFO] [1730454396.986793321] [realsense2_camera]: Device Product ID: 0x0B5C
[component_container_mt-1] [INFO] [1730454396.986800069] [realsense2_camera]: Sync Mode: Off
[component_container_mt-1] [INFO] [1730454396.990102786] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454396.990173477] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454396.994122599] [left_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454396.994665783] [left_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454397.000860827] [left_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454397.001747477] [left_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454397.005265682] [left_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454397.162249816] [left_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454397.173240248] [left_resize]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730454397.174468703] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1730454397.176395942] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.176432171] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.176445862] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.176456030] [left_resize]: Could not negotiate
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/left_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454397.179883252] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454397.179965608] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454397.184047179] [right_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454397.185841422] [right_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454397.200231672] [right_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454397.201279837] [right_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454397.204581397] [right_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454397.348822429] [right_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454397.358556073] [right_resize]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730454397.359038513] [image_format_right]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/right_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454397.359556044] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.359576845] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.359586933] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.359592478] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.361058078] [isaac_ros_examples.container]: Load Library: /workspaces/isaac_ros-dev/install/isaac_ros_ess/lib/libess_disparity_node.so
[component_container_mt-1] [INFO] [1730454397.368375713] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730454397.368477656] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730454397.371137675] [ess_disparity]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454397.371633977] [ess_disparity]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454397.374758747] [ess_disparity]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454397.375439340] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/serialization/libgxf_serialization.so
[component_container_mt-1] [INFO] [1730454397.379379505] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_video_buffer_utils.so
[component_container_mt-1] [INFO] [1730454397.381659432] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages.so
[component_container_mt-1] [INFO] [1730454397.383405969] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sgm.so
[component_container_mt-1] [INFO] [1730454397.385705629] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages_throttler.so
[component_container_mt-1] [INFO] [1730454397.389119674] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_ess.so
[component_container_mt-1] [INFO] [1730454397.401816324] [ess_disparity]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454397.406799218] [ess_disparity]: [NitrosNode] Running optimization
[component_container_mt-1] [WARN] [1730454397.558965002] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [WARN] [1730454397.559267984] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [WARN] [1730454397.559330654] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [WARN] [1730454397.560013840] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [INFO] [1730454397.697025470] [ess_disparity]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454397.724765588] [ess_disparity]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730454397.726123142] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.726180044] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.726298133] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.726317430] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.726578626] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1730454397.726847227] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.726875211] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.726923817] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.726948772] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.727020192] [image_format_right]: Negotiating
[component_container_mt-1] [INFO] [1730454397.727107421] [image_format_left]: Negotiating
[component_container_mt-1] [INFO] [1730454397.727255966] [image_format_right]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/ess_disparity' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454397.732179576] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libdisparity_to_depth_node.so
[component_container_mt-1] [INFO] [1730454397.738154257] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730454397.738211472] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730454397.744556270] [DisparityToDepthNode]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454397.745485701] [DisparityToDepthNode]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [WARN] [1730454397.754968411] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [INFO] [1730454397.755207034] [DisparityToDepthNode]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454397.756059353] [DisparityToDepthNode]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_utils.so
[component_container_mt-1] [WARN] [1730454397.757161143] [realsense2_camera]: re-enable the stream for the change to take effect.
[component_container_mt-1] [INFO] [1730454397.774517669] [DisparityToDepthNode]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454397.777222167] [realsense2_camera]: Stopping Sensor: Stereo Module
[component_container_mt-1] [INFO] [1730454397.779097336] [DisparityToDepthNode]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454397.782122126] [DisparityToDepthNode]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454397.811356424] [DisparityToDepthNode]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730454397.813081899] [ess_disparity]: Negotiating
[component_container_mt-1] [INFO] [1730454397.813134638] [left_resize]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/DisparityToDepthNode' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454397.813153982] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.813224983] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.813202260] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.813562552] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.813595941] [left_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.813565271] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454397.814087520] [right_resize]: Could not negotiate
[component_container_mt-1] [INFO] [1730454397.864180745] [realsense2_camera]: Starting Sensor: Stereo Module
[component_container_mt-1] [INFO] [1730454397.895298507] [realsense2_camera]: Open profile: stream_type: Infra(1), Format: Y8, Width: 1280, Height: 720, FPS: 30
[component_container_mt-1] [INFO] [1730454397.895401148] [realsense2_camera]: Open profile: stream_type: Infra(2), Format: Y8, Width: 1280, Height: 720, FPS: 30
[component_container_mt-1]  01/11 17:46:37,896 WARNING [136492401821248] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730454397.897045723] [realsense2_camera]: RealSense Node Is Up!
[component_container_mt-1] [INFO] [1730454397.903198074] [image_format_left]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454397.903299213] [image_format_left]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454397.903319319] [image_format_left]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454397.903330022] [image_format_left]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454397.903337053] [image_format_left]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra1/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454397.903578554] [image_format_left]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1]  01/11 17:46:37,906 WARNING [136492401821248] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730454397.920053099] [image_format_left]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/FREWKZGVHE/FREWKZGVHE.yaml"
[component_container_mt-1] [INFO] [1730454397.920141955] [image_format_left]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454397.982643571] [image_format_right]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454397.982707901] [image_format_right]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454397.982720609] [image_format_right]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454397.982731884] [image_format_right]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454397.982738369] [image_format_right]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/infra2/image_rect_raw_mono", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454397.982859303] [image_format_right]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454397.995504650] [image_format_right]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/RMSXBYCGSO/RMSXBYCGSO.yaml"
[component_container_mt-1] [INFO] [1730454397.995625805] [image_format_right]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454398.070541786] [image_format_left]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730454398.070640543] [image_format_left]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454398.174686106] [left_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454398.174755627] [left_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454398.174764836] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.174773163] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730454398.174780600] [left_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.174785753] [left_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454398.174808931] [left_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454398.175802450] [left_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.175833680] [left_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454398.175856141] [left_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454398.175950709] [left_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454398.189089437] [left_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/TKVKGOXYQG/TKVKGOXYQG.yaml"
[component_container_mt-1] [INFO] [1730454398.189163158] [left_resize]: [NitrosNode] Loading application
[component_container_mt-1]  01/11 17:46:38,224 WARNING [136492401821248] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1]  01/11 17:46:38,235 WARNING [136492401821248] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1]  01/11 17:46:38,245 WARNING [136492401821248] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11
[component_container_mt-1] [INFO] [1730454398.257253470] [image_format_left]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730454398.267617661] [left_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730454398.268621435] [left_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454398.268474135] [image_format_right]: [ImageFormatConverterNode] postLoadGraphCallback().
[component_container_mt-1] [WARN] [1730454398.278354792] [realsense2_camera]: 
[component_container_mt-1] [INFO] [1730454398.281956983] [left_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730454398.282704250] [image_format_right]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454398.292924247] [image_format_right]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730454398.359200622] [right_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454398.359271490] [right_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454398.359282328] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.359291182] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/image_resize", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730454398.359299321] [right_resize]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.359305105] [right_resize]: [NitrosPublisher] Use only the compatible publisher: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454398.359317523] [right_resize]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454398.359343418] [right_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.359350832] [right_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454398.359371984] [right_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "image_sink/sink" (type="nvidia::isaac_ros::MessageRelay") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454398.359504255] [right_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454398.367651089] [right_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/UVVNOTEVAD/UVVNOTEVAD.yaml"
[component_container_mt-1] [INFO] [1730454398.367703503] [right_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454398.372434212] [right_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730454398.372564293] [right_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454398.386958763] [right_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730454398.725855043] [ess_disparity]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454398.725930333] [ess_disparity]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454398.725943426] [ess_disparity]: [NitrosPublisher] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730454398.725954397] [ess_disparity]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.725962919] [ess_disparity]: [NitrosPublisher] Use only the compatible publisher: topic_name="/camera_info", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454398.726017531] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.726027272] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454398.726037701] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.726044972] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/image_resize", data_format="nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454398.726054799] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.726062294] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454398.726074101] [ess_disparity]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.726082372] [ess_disparity]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_resize", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454398.726261108] [ess_disparity]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454398.812891739] [DisparityToDepthNode]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454398.812962947] [DisparityToDepthNode]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454398.812972154] [DisparityToDepthNode]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454398.812978198] [DisparityToDepthNode]: [NitrosPublisher] Use only the compatible publisher: topic_name="/depth", data_format="nitros_image_32FC1"
[component_container_mt-1] [INFO] [1730454398.812992801] [DisparityToDepthNode]: [NitrosSubscriber] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730454398.813100430] [DisparityToDepthNode]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454398.814451915] [DisparityToDepthNode]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/CVAKXEAFKK/CVAKXEAFKK.yaml"
[component_container_mt-1] [INFO] [1730454398.814483854] [DisparityToDepthNode]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454398.815551545] [DisparityToDepthNode]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454398.818429593] [DisparityToDepthNode]: [NitrosNode] Node was started
[component_container_mt-1] [WARN] [1730454398.865176895] [realsense2_camera]: XXX Hardware Notification:Left MIPI error,1.73045e+12,Error,Hardware Error
[component_container_mt-1] [WARN] [1730454398.865265644] [realsense2_camera]: Hardware Notification:Left MIPI error,1.73045e+12,Error,Hardware Error
[component_container_mt-1] [INFO] [1730454399.192918590] [ess_disparity]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/MGELVPIIKL/MGELVPIIKL.yaml"
[component_container_mt-1] [INFO] [1730454399.192973761] [ess_disparity]: [ESSDisparityNode] preLoadGraphCallback().
[component_container_mt-1] [INFO] [1730454399.193032095] [ess_disparity]: [ESSDisparityNode] Setting tensorrt_plugin: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/plugins/x86_64/ess_plugins.so.
[component_container_mt-1] [INFO] [1730454399.193041505] [ess_disparity]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454399.197565421] [ess_disparity]: [ESSDisparityNode] Setting engine_file_path: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/ess.engine.
[component_container_mt-1] [INFO] [1730454399.197612104] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() with image [576 x 960]
[component_container_mt-1] [INFO] [1730454399.197618689] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() block_size = 2211840.
[component_container_mt-1] [INFO] [1730454399.197624411] [ess_disparity]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454399.204653060] [ess_disparity]: [NitrosNode] Node was started
[component_container_mt-1] 2: [pluginV2DynamicExtRunner.cpp::execute::115] Error Code 2: Internal Error (Assertion status == kSTATUS_SUCCESS failed. )
[component_container_mt-1] terminate called after throwing an instance of 'std::runtime_error'
[component_container_mt-1]   what():  Error returned at /workspaces/isaac_ros-dev/src/isaac_ros_dnn_stereo_depth/gxf_isaac_ess/gxf/extensions/ess/inference/ESS.cpp:187, Error code: (TENSORRT_INFERENCE_ERROR) Error when running TensorRT enqueue/execute
[ERROR] [component_container_mt-1]: process has died [pid 63385, exit code -6, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=container -r __ns:=/isaac_ros_examples'].
admin@usun:/workspaces/isaac_ros-dev$ 

It is worth to note that I have problem running launch file with rosbag as well.


This is what is shown in the first terminal:

admin@usun:/workspaces/isaac_ros-dev$ source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ sudo apt-get install -y ros-humble-isaac-ros-examples
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ros-humble-isaac-ros-examples is already the newest version (3.1.0-0jammy).
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
admin@usun:/workspaces/isaac_ros-dev$ 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
[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2024-11-01-17-48-18-423575-usun-67885
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container_mt-1]: process started with pid [67895]
[component_container_mt-1] [INFO] [1730454498.735188564] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libresize_node.so
[component_container_mt-1] [INFO] [1730454498.756030751] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454498.756079079] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454498.758298664] [left_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454498.758639617] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/std/libgxf_std.so
[component_container_mt-1] [INFO] [1730454498.761573622] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_gxf_helpers.so
[component_container_mt-1] [INFO] [1730454498.764194310] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sight.so
[component_container_mt-1] [INFO] [1730454498.767174788] [NitrosContext]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_atlas.so
[component_container_mt-1] 2024-11-01 17:48:18.775 WARN  gxf/std/program.cpp@532: No GXF scheduler specified.
[component_container_mt-1] [INFO] [1730454498.776081418] [left_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454498.781420734] [left_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454498.781592906] [left_resize]: [NitrosContext] Loading extension: gxf/lib/multimedia/libgxf_multimedia.so
[component_container_mt-1] [INFO] [1730454498.783672974] [left_resize]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_message_compositor.so
[component_container_mt-1] [INFO] [1730454498.784516758] [left_resize]: [NitrosContext] Loading extension: gxf/lib/cuda/libgxf_cuda.so
[component_container_mt-1] [INFO] [1730454498.786689260] [left_resize]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_tensorops.so
[component_container_mt-1] [INFO] [1730454498.789703798] [left_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454498.791951313] [left_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454498.876136379] [left_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454498.883212751] [left_resize]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/left_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454498.884672398] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454498.884693375] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::image_proc::ResizeNode>
[component_container_mt-1] [INFO] [1730454498.886627798] [right_resize]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454498.886968975] [right_resize]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454498.893229266] [right_resize]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454498.893701296] [right_resize]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454498.895777394] [right_resize]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454498.980650629] [right_resize]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454498.983819685] [right_resize]: [NitrosNode] Starting negotiation...
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/right_resize' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454498.985111950] [isaac_ros_examples.container]: Load Library: /workspaces/isaac_ros-dev/install/isaac_ros_ess/lib/libess_disparity_node.so
[component_container_mt-1] [INFO] [1730454498.990128352] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730454498.990150173] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::dnn_stereo_depth::ESSDisparityNode>
[component_container_mt-1] [INFO] [1730454498.992434458] [ess_disparity]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454498.992929116] [ess_disparity]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454498.995507628] [ess_disparity]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454498.995918694] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/serialization/libgxf_serialization.so
[component_container_mt-1] [INFO] [1730454498.997803407] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_video_buffer_utils.so
[component_container_mt-1] [INFO] [1730454498.998925390] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages.so
[component_container_mt-1] [INFO] [1730454498.999905378] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_sgm.so
[component_container_mt-1] [INFO] [1730454499.000860303] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_messages_throttler.so
[component_container_mt-1] [INFO] [1730454499.003630374] [ess_disparity]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_ess.so
[component_container_mt-1] [INFO] [1730454499.013127521] [ess_disparity]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454499.017398290] [ess_disparity]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454499.148159786] [ess_disparity]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454499.153113156] [ess_disparity]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730454499.153484908] [left_resize]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/ess_disparity' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454499.153484877] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454499.153795646] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454499.153892119] [ess_disparity]: Negotiating
[component_container_mt-1] [INFO] [1730454499.153907343] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454499.153907977] [ess_disparity]: Could not negotiate
[component_container_mt-1] [INFO] [1730454499.153931520] [ess_disparity]: Negotiating
[component_container_mt-1] [INFO] [1730454499.153937393] [ess_disparity]: Could not negotiate
[component_container_mt-1] [INFO] [1730454499.154214416] [ess_disparity]: Negotiating
[component_container_mt-1] [INFO] [1730454499.154230235] [ess_disparity]: Could not negotiate
[component_container_mt-1] [INFO] [1730454499.154238062] [ess_disparity]: Negotiating
[component_container_mt-1] [INFO] [1730454499.154243516] [ess_disparity]: Could not negotiate
[component_container_mt-1] [INFO] [1730454499.154952492] [isaac_ros_examples.container]: Load Library: /opt/ros/humble/lib/libdisparity_to_depth_node.so
[component_container_mt-1] [INFO] [1730454499.156387263] [isaac_ros_examples.container]: Found class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730454499.156405776] [isaac_ros_examples.container]: Instantiate class: rclcpp_components::NodeFactoryTemplate<nvidia::isaac_ros::stereo_image_proc::DisparityToDepthNode>
[component_container_mt-1] [INFO] [1730454499.158332039] [DisparityToDepthNode]: [NitrosNode] Initializing NitrosNode
[component_container_mt-1] [INFO] [1730454499.158636956] [DisparityToDepthNode]: [NitrosNode] Starting NitrosNode
[component_container_mt-1] [INFO] [1730454499.160808709] [DisparityToDepthNode]: [NitrosNode] Loading extensions
[component_container_mt-1] [INFO] [1730454499.161252879] [DisparityToDepthNode]: [NitrosContext] Loading extension: gxf/lib/libgxf_isaac_utils.so
[component_container_mt-1] [INFO] [1730454499.166908440] [DisparityToDepthNode]: [NitrosNode] Loading graph to the optimizer
[component_container_mt-1] [INFO] [1730454499.167551359] [DisparityToDepthNode]: [NitrosNode] Running optimization
[component_container_mt-1] [INFO] [1730454499.168586849] [DisparityToDepthNode]: [NitrosNode] Obtaining graph IO group info from the optimizer
[component_container_mt-1] [INFO] [1730454499.169688956] [DisparityToDepthNode]: [NitrosNode] Starting negotiation...
[component_container_mt-1] [INFO] [1730454499.170015906] [ess_disparity]: Negotiating
[INFO] [launch_ros.actions.load_composable_nodes]: Loaded node '/DisparityToDepthNode' in container '/isaac_ros_examples/container'
[component_container_mt-1] [INFO] [1730454499.170055124] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454499.170079563] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454499.170192506] [left_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454499.170458861] [right_resize]: Negotiating
[component_container_mt-1] [INFO] [1730454499.883746957] [left_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454499.883844236] [left_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454499.883870952] [left_resize]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454499.883887714] [left_resize]: [NitrosPublisher] Use the negotiated data format: "nitros_camera_info"
[component_container_mt-1] [INFO] [1730454499.883900255] [left_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454499.883911261] [left_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/image_rect", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730454499.883923412] [left_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454499.883933314] [left_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/left/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454499.883966887] [left_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "sync/image_in" (type="nvidia::gxf::DoubleBufferReceiver") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454499.884264769] [left_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454499.892739839] [left_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/BOCRXIXMSM/BOCRXIXMSM.yaml"
[component_container_mt-1] [INFO] [1730454499.892761926] [left_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454499.984163885] [right_resize]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454499.984229946] [right_resize]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454499.984237554] [right_resize]: [NitrosPublisher] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454499.984244110] [right_resize]: [NitrosPublisher] Use the negotiated data format: "nitros_camera_info"
[component_container_mt-1] [INFO] [1730454499.984248875] [right_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454499.984253769] [right_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/image_rect", data_format="nitros_image_bgr8"
[component_container_mt-1] [INFO] [1730454499.984258424] [right_resize]: [NitrosSubscriber] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454499.984261553] [right_resize]: [NitrosSubscriber] Use the compatible subscriber: topic_name="/right/camera_info_rect", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454499.984274087] [right_resize]: [NitrosPublisherSubscriberGroup] Adjusted the compatible format of the component "sync/image_in" (type="nvidia::gxf::DoubleBufferReceiver") from "nitros_image_bgr8" to "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454499.984403916] [right_resize]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454499.990015679] [right_resize]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/AEYVDUZEAP/AEYVDUZEAP.yaml"
[component_container_mt-1] [INFO] [1730454499.990043818] [right_resize]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454500.032355626] [left_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730454500.032370070] [right_resize]: [ResizeNode] postLoadGraphCallback().
[component_container_mt-1] [INFO] [1730454500.032493829] [right_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454500.032498777] [left_resize]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454500.153433575] [ess_disparity]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454500.153495819] [ess_disparity]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454500.153503242] [ess_disparity]: [NitrosPublisher] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730454500.153508838] [ess_disparity]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454500.153513018] [ess_disparity]: [NitrosPublisher] Use only the compatible publisher: topic_name="/camera_info", data_format="nitros_camera_info"
[component_container_mt-1] [INFO] [1730454500.153518443] [ess_disparity]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454500.153523223] [ess_disparity]: [NitrosSubscriber] Use the negotiated data format: "nitros_image_rgb8"
[component_container_mt-1] [INFO] [1730454500.153526761] [ess_disparity]: [NitrosSubscriber] Use the negotiated data format: "nitros_camera_info"
[component_container_mt-1] [INFO] [1730454500.153530282] [ess_disparity]: [NitrosSubscriber] Use the negotiated data format: "nitros_camera_info"
[component_container_mt-1] [INFO] [1730454500.153638858] [ess_disparity]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454500.170560761] [DisparityToDepthNode]: [NitrosNode] Starting post negotiation setup
[component_container_mt-1] [INFO] [1730454500.170610212] [DisparityToDepthNode]: [NitrosNode] Getting data format negotiation results
[component_container_mt-1] [INFO] [1730454500.170618230] [DisparityToDepthNode]: [NitrosPublisher] Negotiation ended with no results
[component_container_mt-1] [INFO] [1730454500.170625489] [DisparityToDepthNode]: [NitrosPublisher] Use only the compatible publisher: topic_name="/depth", data_format="nitros_image_32FC1"
[component_container_mt-1] [INFO] [1730454500.170634135] [DisparityToDepthNode]: [NitrosSubscriber] Use the negotiated data format: "nitros_disparity_image_32FC1"
[component_container_mt-1] [INFO] [1730454500.170746833] [DisparityToDepthNode]: [NitrosNode] Exporting the final graph based on the negotiation results
[component_container_mt-1] [INFO] [1730454500.172130472] [DisparityToDepthNode]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/IMYECEJYAW/IMYECEJYAW.yaml"
[component_container_mt-1] [INFO] [1730454500.172167042] [DisparityToDepthNode]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454500.178690323] [right_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730454500.187338264] [left_resize]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730454500.188642718] [DisparityToDepthNode]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454500.192283008] [DisparityToDepthNode]: [NitrosNode] Node was started
[component_container_mt-1] [INFO] [1730454500.419289220] [ess_disparity]: [NitrosNode] Wrote the final top level YAML graph to "/tmp/isaac_ros_nitros/graphs/MBWBLEKOHP/MBWBLEKOHP.yaml"
[component_container_mt-1] [INFO] [1730454500.419341409] [ess_disparity]: [ESSDisparityNode] preLoadGraphCallback().
[component_container_mt-1] [INFO] [1730454500.419373328] [ess_disparity]: [ESSDisparityNode] Setting tensorrt_plugin: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/plugins/x86_64/ess_plugins.so.
[component_container_mt-1] [INFO] [1730454500.419407907] [ess_disparity]: [NitrosNode] Loading application
[component_container_mt-1] [INFO] [1730454500.423173479] [ess_disparity]: [ESSDisparityNode] Setting engine_file_path: /workspaces/isaac_ros-dev/isaac_ros_assets/models/dnn_stereo_disparity/dnn_stereo_disparity_v4.0.0/ess.engine.
[component_container_mt-1] [INFO] [1730454500.423209417] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() with image [576 x 960]
[component_container_mt-1] [INFO] [1730454500.423214307] [ess_disparity]: [ESSDisparityNode] postLoadGraphCallback() block_size = 2211840.
[component_container_mt-1] [INFO] [1730454500.423217911] [ess_disparity]: [NitrosNode] Initializing and running GXF graph
[component_container_mt-1] [INFO] [1730454500.429708584] [ess_disparity]: [NitrosNode] Node was started
[component_container_mt-1] 2: [pluginV2DynamicExtRunner.cpp::execute::115] Error Code 2: Internal Error (Assertion status == kSTATUS_SUCCESS failed. )
[component_container_mt-1] terminate called after throwing an instance of 'std::runtime_error'
[component_container_mt-1]   what():  Error returned at /workspaces/isaac_ros-dev/src/isaac_ros_dnn_stereo_depth/gxf_isaac_ess/gxf/extensions/ess/inference/ESS.cpp:187, Error code: (TENSORRT_INFERENCE_ERROR) Error when running TensorRT enqueue/execute
[ERROR] [component_container_mt-1]: process has died [pid 67895, exit code -6, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=container -r __ns:=/isaac_ros_examples'].
admin@usun:/workspaces/isaac_ros-dev$ 

Note that this part

[component_container_mt-1] 2: [pluginV2DynamicExtRunner.cpp::execute::115] Error Code 2: Internal Error (Assertion status == kSTATUS_SUCCESS failed. )
[component_container_mt-1] terminate called after throwing an instance of 'std::runtime_error'
[component_container_mt-1]   what():  Error returned at /workspaces/isaac_ros-dev/src/isaac_ros_dnn_stereo_depth/gxf_isaac_ess/gxf/extensions/ess/inference/ESS.cpp:187, Error code: (TENSORRT_INFERENCE_ERROR) Error when running TensorRT enqueue/execute
[ERROR] [component_container_mt-1]: process has died [pid 67895, exit code -6, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args -r __node:=container -r __ns:=/isaac_ros_examples'].
admin@usun:/workspaces/isaac_ros-dev$ 

emerges right at the moment step 4 in the above image ( In the second terminal, play the ESS sample rosbag downloaded in the quickstart assets:) is executed.

This is what it looks like in the second terminal:

cth@usun:~$ cd ${ISAAC_ROS_WS}/src/isaac_ros_common && \
   ./scripts/run_dev.sh
Attaching to running container: isaac_ros_dev-x86_64-container
admin@usun:/workspaces/isaac_ros-dev$ source install/setup.bash
admin@usun:/workspaces/isaac_ros-dev$ 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
[INFO] [1730454593.281038401] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454593.281081131] [rosbag2_player]: Set rate to 1
[INFO] [1730454593.284631498] [rosbag2_player]: Adding keyboard callbacks.
[INFO] [1730454593.284654202] [rosbag2_player]: Press SPACE for Pause/Resume
[INFO] [1730454593.284663118] [rosbag2_player]: Press CURSOR_RIGHT for Play Next Message
[INFO] [1730454593.284673374] [rosbag2_player]: Press CURSOR_UP for Increase Rate 10%
[INFO] [1730454593.284681457] [rosbag2_player]: Press CURSOR_DOWN for Decrease Rate 10%
[INFO] [1730454593.284912808] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454593.408536436] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454593.515562275] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454593.624631666] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454593.735347326] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454593.846307972] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454593.956429702] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.067747686] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.178269889] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.288340170] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.398545414] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.508364608] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.629056324] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.740854869] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.853463507] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454594.966280966] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.078792705] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.190815499] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.303203076] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.415231093] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.528351486] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.641182223] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.753864853] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.866348882] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454595.979148051] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454596.091652752] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454596.204441852] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454596.317391165] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454596.429841602] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.
[INFO] [1730454596.542382807] [rosbag2_storage]: Opened database '/workspaces/isaac_ros-dev/isaac_ros_assets/isaac_ros_ess/rosbags/ess_rosbag/ess_rosbag_0.db3' for READ_ONLY.