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
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 ~~~
The text was updated successfully, but these errors were encountered:
Sadly I'm not at Orebro anymore and I haven't maintained that code since then. It's possible that some changes in ndt didn't make it to the ACG.
Also you should not use the ndt oru package on GitHub, as far as I know that one hasn't been maintained in years now. You def need to use the one on their gitlab. Don't just replace graph_map or localization. You need ndt_core, ndt_tools and ndt_extra. Hope it helps
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 installedROS kinect
. I uses the code in MDPI branch and install all the dependancyiesand 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:it seems that the
registration.h
is missing, and i can't find this file in this projectI hope maybe you can give me some advice, thank you very much ~~~
The text was updated successfully, but these errors were encountered: