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

Revision history [back]

My guess would be that you miss the boost library. on your computer. The message states that the compiler is not able to find shared_ptr.hpp in the boost library.

You should check that the boost library is install on you computer. I think you can use that command in the terminal to see :

apt-cache pkgnames | grep boost

My guess would be that you miss the boost library. on your computer. The message states that the compiler is not able to find shared_ptr.hpp in the boost library.

You should check that the boost library is install installed on you computer. I think you can use that command in the terminal to see :

apt-cache pkgnames | grep boost