ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
I am not using Jade myself so other users may be more helpful here but as a tentative solution, I would search for the problematic libraries on the system and then create symbolic links, e.g find /usr/lib/ -name "*boost_signal*"
and then sudo ln -s path_to_file /usr/lib/x86_64-linux-gnu/libboost_signals.so
.
If you cannot find any library with that name on the system, you should probably install it first.