I’m currently running on my Jetson-orin-agx with ubuntu22.04 and Jetpack 6.0. After I built the nvblox package and plugged in my realsensor, I tried the following command
$ ros2 launch nvblox_examples_bringup realsense_example.launch.py \
mode:=people
And I got
[component_container_mt-2] ERROR: NvDsTritonServerInit failed to get global triton instance
[component_container_mt-2] 2024-06-24 10:03:57.650 ERROR extensions/triton/triton_server.cpp@84: Error in NvDsTritonServerInit
[component_container_mt-2] 2024-06-24 10:03:57.650 ERROR external/com_nvidia_gxf/gxf/std/entity_warden.cpp@437: Failed to initialize component 00135 (server)
[component_container_mt-2] 2024-06-24 10:03:57.650 ERROR external/com_nvidia_gxf/gxf/core/runtime.cpp@702: Could not initialize entity 'MZNZHESZZD_triton_server' (E134): GXF_FAILURE
[component_container_mt-2] 2024-06-24 10:03:57.650 ERROR external/com_nvidia_gxf/gxf/std/program.cpp@283: Failed to activate entity 00134 named MZNZHESZZD_triton_server: GXF_FAILURE
[component_container_mt-2] 2024-06-24 10:03:57.650 ERROR external/com_nvidia_gxf/gxf/std/program.cpp@285: Deactivating...
[component_container_mt-2] 2024-06-24 10:03:57.650 ERROR external/com_nvidia_gxf/gxf/core/runtime.cpp@1452: Graph activation failed with error: GXF_FAILURE
[component_container_mt-2] [ERROR] [1719194637.650620437] [triton_node]: [NitrosContext] GxfGraphActivate Error: GXF_FAILURE
[component_container_mt-2] [ERROR] [1719194637.650720656] [triton_node]: [NitrosNode] runGraphAsync Error: GXF_FAILURE
[component_container_mt-2] terminate called after throwing an instance of 'std::runtime_error'
[component_container_mt-2] what(): [NitrosNode] runGraphAsync Error: GXF_FAILURE
[ERROR] [component_container_mt-2]: process has died [pid 69503, exit code -6, cmd '/opt/ros/humble/lib/rclcpp_components/component_container_mt --ros-args --log-level info --ros-args -r __node:=nvblox_container'].
[INFO] [launch]: process[component_container_mt-2] was required: shutting down launched system
[INFO] [rviz2-1]: sending signal 'SIGINT' to process[rviz2-1]
[rviz2-1] [INFO] [1719194640.095118092] [rclcpp]: signal_handler(signum=2)
[INFO] [rviz2-1]: process has finished cleanly [pid 69501]
But if I run
$ ros2 launch nvblox_examples_bringup realsense_example.launch.py \
mode:=dynamic
There won’t be any errors.