Error
In file included from /usr/include/boost/graph/breadth_first_search.hpp:21:0,
from /usr/include/boost/graph/dijkstra_shortest_paths.hpp:21,
from /home/sai/workspace/pcl-pcl-1.7.0/registration/include/pcl/registration/boost.h:49,
from /home/sai/workspace/pcl-pcl-1.7.0/registration/include/pcl/registration/registration.h:50,
from /home/sai/workspace/pcl-pcl-1.7.0/registration/include/pcl/registration/icp.h:47,
from /home/sai/pcl_testing/narf_keypoint_extraction/sure_narf_fpfh_matching.cpp:34:
/usr/include/boost/graph/graph_concepts.hpp: In destructor ‘boost::concepts::AdjacencyMatrix
/usr/include/boost/graph/graph_concepts.hpp:368:17: error: missing template arguments before ‘(’ token
/usr/include/boost/graph/graph_concepts.hpp: In member function ‘void boost::concepts::AdjacencyMatrix
/usr/include/boost/graph/graph_concepts.hpp:372:17: error: missing template arguments before ‘(’ token
make[2]: *** [CMakeFiles/sure_narf_fpfh_matching.dir/sure_narf_fpfh_matching.cpp.o] Error 1
make[1]: *** [CMakeFiles/sure_narf_fpfh_matching.dir/all] Error 2
make: *** [all] Error 2
Solution
Just copy the header file
#include "pcl/registration/icp.h"
to the beginning of all the header files.
This will solve the issue
Good day!
No comments:
Post a Comment