ACG Localizer and flann installation
I have been stuck at this for 2 days, issue after issue, so please help me to solve this one. There is a certain code package called ACG_localizer which uses flann version 1.6.11 as per their readme. This is the link for the localizer. And this for FLANN 1.6.11.
The issue is while doing sudo make install in the acg, the flann library is linked to the one from fuerte. It takes the include directory from fuerte and this throws up some error with the functions from that version and on the syntax of how it is called, etc. Moreover, while performing compiling the flann using cmake, the FindFLANN.cmake file from ACGLoz/cmake suggests that I should be having an include directory, but am not having one.
How can I solve this?
I have been stuck at this for 2 days, issue after issue, so please help me to solve this one. There is a certain code package called ACG_localizer which uses flann version 1.6.11 as per their readme. This is the link for the localizer. And this for FLANN 1.6.11.
The issue is while doing sudo make install in the acg, the flann library is linked to the one from fuerte. It takes the include directory from fuerte and this throws up some error with the functions from that version and on the syntax of how it is called, etc. Moreover, while performing compiling the flann using cmake, the FindFLANN.cmake file from ACGLoz/cmake suggests that I should be having an include directory, but am not having one.
How can I solve this?
No comments:
Post a Comment