-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi Malcolm, thanks for your good work on ACG. I have some trouble in building this project, i hope you can give me some advice.
My system is ubuntu 16.04 and installed ROS kinect. I uses the code in MDPI branch and install all the dependancyies
- BetterGraph
- VoDiGrEx
- G2O
- perception_oru
- ndt_feature
- occupancy_grid_utils
- grid_map
- OpenCV
- Eigen
- Boost
and i also noticed that in this issue , you gived a new link to package graph_map and graph_localization (at malcolm_changes branch), so i download them and replaced the same-named-packages in perception_oru-port-kinect
after doing things above, i still get errors when doing catkin build auto_complete_graph , and the error message is listed below:
Errors << graph_map:make /home/sean/ACG_ws/logs/graph_map/build.make.002.log
In file included from /home/sean/ACG_ws/src/perception_oru-port-kinetic/graph_map/src/graph_map/reg_type.cpp:1:0:
/home/sean/ACG_ws/src/perception_oru-port-kinetic/graph_map/include/graph_map/reg_type.h:14:43: fatal error: ndt_registration/registration.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/graph_map.dir/src/graph_map/reg_type.cpp.o] Error 1
it seems that the registration.h is missing, and i can't find this file in this project
I hope maybe you can give me some advice, thank you very much ~~~