ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

kennethjp's profile - activity

2019-05-20 02:08:26 -0500 marked best answer Link rospack to newer version of boost

I was follwing the ROS tutorials where I had to create the beginner tutorial package. I used the following command

catkin_create_pkg beginner_tutorials std_msgs rospy roscpp

After that when I tried out the follwing rospack command I got an error

 rospack depends1 beginner_tutorials

The error is

rospack: error while loading shared libraries : libboost_filesystem.so.1.63.0: cannot open shared object file: No such file or directory

Upon investigating, I realized that I have the boost version 1.65.1

How can I ask the ROS to look for the newer version of Boost?

2018-02-10 19:23:08 -0500 received badge  Famous Question (source)
2018-02-10 19:23:08 -0500 received badge  Notable Question (source)
2018-02-10 19:23:08 -0500 received badge  Popular Question (source)
2017-10-02 06:13:12 -0500 commented answer Link rospack to newer version of boost

I am sorry that I missed out to include that information, I will include the information in the future questions.

2017-10-01 13:33:31 -0500 commented question Link rospack to newer version of boost

Thank you for the comment. I installed the Kinetic version of ROS on Arch Linux. I was able to solve the problem by doin

2017-09-28 06:51:31 -0500 asked a question Link rospack to newer version of boost

Link rospack to newer version of boost I was follwing the ROS tutorials where I had to create the beginner tutorial pack

2017-09-28 04:47:55 -0500 received badge  Organizer (source)