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
I have some more info, I put this in the cmake file:
MESSAGE( STATUS "CATKIN INC DIR " ${catkin_INCLUDE_DIRS} )
MESSAGE( STATUS "SWEEP INC DIR " ${LIBSWEEP_INCLUDE_DIR} )
MESSAGE( STATUS "SWEEP LIB " ${LIBSWEEP_LIBRARY} )
and it turns out the LIBSWEEP_INCLUDE_DIR and LIBSWEEP_LIBRARY are not set:
CATKIN INC DIR /opt/ros/indigo/include/usr/include/eigen3/usr/include/usr/include/pcl-1.7
-- SWEEP INC DIR
-- SWEEP LIB
After installing the package I try to do catkin_make, I get the following error:
error.txt
I did install the sweep-sdk as explained the in the readme.
Can you help me solve this?
The text was updated successfully, but these errors were encountered: