Re: complie error of rtab-map

Posted by bitbdt on
URL: http://official-rtab-map-forum.206.s1.nabble.com/complie-error-of-rtab-map-tp49p51.html

I find the reason, the source path in cmake is C:/Users/Bdt/Desktop/RTABMAP/RTABMap-0.7.0-Source
while the build path is C:/Users/Bdt/Desktop/RTABMAP,
then when it generate the corelib it needs a uresourcegenerator.exe under C:\Users\Bdt\Desktop\RTABMAP\RTABMap-0.7.0-Source\bin to be executed,
but when system execute this program, it need a rtabmap_utilited.dll which are generate in the C:\Users\Bdt\Desktop\RTABMAP\RTABMap-0.7.0-Source\bin\Debug,
so the problem is solved by copy it to its parent directory which is C:\Users\Bdt\Desktop\RTABMAP\RTABMap-0.7.0-Source\bin.