Robotics StackExchange | Archived questions

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

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 lab4autonomousdriving lab4_train.launch the following error appear

home/ubuntu/FOLDERFORROS/catkinws/devel/lib/lab4autonomousdriving/drivetrain: error while loading shared libraries: libcaffe.so.1.0.0: cannot open shared object file: No such file or directory [drivetrain-12] process has died [pid 8714, exit code 127, cmd /home/ubuntu/FOLDERFORROS/catkinws/devel/lib/lab4autonomousdriving/drivetrain _name:=drivetrain _log:=/home/ubuntu/.ros/log/ec01d3fc-94f4-11e8-8f8f-00044b8e904d/drivetrain-12.log]. log file: /home/ubuntu/.ros/log/ec01d3fc-94f4-11e8-8f8f-00044b8e904d/drivetrain-12*.log [ERROR] [1533066180.290806077]: Couldn't open joystick /dev/input/js0. Will retry every second.

Asked by Luis Jibaja on 2018-07-31 15:55:52 UTC

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).

Asked by ahendrix on 2018-07-31 16:07:43 UTC

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

Asked by Luis Jibaja on 2018-07-31 16:25:26 UTC

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

Asked by ahendrix on 2018-08-01 00:10:17 UTC

Answers