error while loading shared libraries: libcaffe.so.1.0.0 Kinetic

asked 2018-07-31 15:55:52 -0500

Luis Jibaja gravatar image

I am trying to build a project with ROS and Caffe on the Jetson TX1 flashed with jetpack 2.3.1 I am having the following error when I try to run

roslaunch lab4_autonomous_driving lab4_train.launch the following error appear

home/ubuntu/FOLDER_FOR_ROS/catkin_ws/devel/lib/lab4_autonomous_driving/drive_train: error while loading shared libraries: libcaffe.so.1.0.0: cannot open shared object file: No such file or directory [drive_train-12] process has died [pid 8714, exit code 127, cmd /home/ubuntu/FOLDER_FOR_ROS/catkin_ws/devel/lib/lab4_autonomous_driving/drive_train __name:=drive_train __log:=/home/ubuntu/.ros/log/ec01d3fc-94f4-11e8-8f8f-00044b8e904d/drive_train-12.log]. log file: /home/ubuntu/.ros/log/ec01d3fc-94f4-11e8-8f8f-00044b8e904d/drive_train-12*.log

edit retag flag offensive close merge delete

Comments

If you complied your project somewhere else and copied it to the TX1, you should probably recompile it on the TX1. If you compiled your project on the TX1, there's probably something wrong with your caffe installation (or maybe something in your build files, if you're manually specifying libraries).

ahendrix gravatar image ahendrix  ( 2018-07-31 16:07:43 -0500 )edit

Maybe you are right about the installation of caffe. Is any way that I can check if caffe was correctly installed?

Luis Jibaja gravatar image Luis Jibaja  ( 2018-07-31 16:25:26 -0500 )edit

I'm not very familiar with caffe, but my first guess would be to look for and try running caffe demos.

ahendrix gravatar image ahendrix  ( 2018-08-01 00:10:17 -0500 )edit