You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our group is working on reproducing your well-written article, however we are experiencing some build errors that we hope your team is able to help us with.
Steps to reproduce:
We have create a docker image which is available through Docker Hub
So after a bit of research I unfortunately haven't found a solution.
As you've shown above, this is a linking error for (at least) the roscpp, moveit_planning_interface, and yaml-cpp libraries. However, they are installed correctly at /opt/ros/kinetic/lib/... or /usr/local/lib/... respectively. Specifying the precise path of the libraries with -L does not fix the errors.
Maybe its an issue with ABI compatibility between pre C++11 and C++14? In the docker image, gcc-5, which defaults to C++03, was used.
Our group is working on reproducing your well-written article, however we are experiencing some build errors that we hope your team is able to help us with.
Steps to reproduce:
CMakeLists.txt
)catkin_make
The text was updated successfully, but these errors were encountered: