isaac_ros_dnn_inference
isaac_ros_dnn_inference copied to clipboard
SUCCESSFUL on Compilation but FAIL when Running nvidia::isaac_ros::dnn_inference::TritonNode
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.
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