Replies: 1 comment
-
I had the same issue, the lib file is not installed in the install folder. I have copied manually:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the autoware.universe/perception/tensorrt_yolox node, I encounter an error. I launch it using a launch file.
lhc@lhc-pop-os:~/autoware/install/tensorrt_yolox/share/tensorrt_yolox/launch$ ros2 launch yolox_tiny.launch.xml
[INFO] [launch]: All log files can be found below /home/lhc/.ros/log/2024-02-22-17-11-04-342177-lhc-pop-os-1644681
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [image_transport_decompressor_node-1]: process started with pid [1644701]
[INFO] [tensorrt_yolox_node_exe-2]: process started with pid [1644703]
[tensorrt_yolox_node_exe-2] terminate called after throwing an instance of 'class_loader::LibraryLoadException'
[tensorrt_yolox_node_exe-2] what(): Could not load library dlopen error: libtensorrt_yolox_gpu_preprocess.so: cannot open shared object file: No such file or directory, at ./src/shared_library.c:99
[ERROR] [tensorrt_yolox_node_exe-2]: process has died [pid 1644703, exit code -6, cmd '/home/lhc/autoware/install/tensorrt_yolox/lib/tensorrt_yolox/tensorrt_yolox_node_exe --ros-args -r __node:=tensorrt_yolox --params-file /tmp/launch_params_q7mceqfj --params-file /tmp/launch_params_72sdz3h8 --params-file /tmp/launch_params_vbeja26d --params-file /tmp/launch_params_l6_a6sk0 --params-file /tmp/launch_params_jm2pk9sw --params-file /tmp/launch_params_xd_aqu9l --params-file /tmp/launch_params_kdflpnhm --params-file /tmp/launch_params_tc4l2dzj --params-file /tmp/launch_params_tdz6pvzv --params-file /tmp/launch_params_yc734z7w --params-file /tmp/launch_params_ism7j_s8 --params-file /tmp/launch_params_npevt08r --params-file /tmp/launch_params_62_enkui --params-file /tmp/launch_params_ns64ul4i -r ~/in/image:=/sensing/camera/camera0/image_rect_color -r ~/out/objects:=/perception/object_recognition/detection/rois0'].
Beta Was this translation helpful? Give feedback.
All reactions