isaac_ros_dnn_inference icon indicating copy to clipboard operation
isaac_ros_dnn_inference copied to clipboard

SUCCESSFUL on Compilation but FAIL when Running nvidia::isaac_ros::dnn_inference::TritonNode

Open HappySamuel opened this issue 1 year ago • 0 comments

I was trying to run the triton node using container, however when it's Loading extension: gxf/triton/libgxf_triton_ext.so, it throws error that libtritonserver.so: cannot open shared object file: No such file or directory as per screenshot below.

Screenshot from 2024-03-26 10-11-49

I checked the existence of this libtritonserver.so and found that it's not being generated. Therefore, I have tried to clean off the build/ and install/ directories and redo colcon build several times, but none of them resolve the issue.

Any solution for this issue?

Best, Samuel

HappySamuel avatar Mar 26 '24 02:03 HappySamuel