We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../../../bin/librtabmap_core.so.0.11.4: undefined reference to pcl::OrganizedFastMesh<pcl::PointXYZRGBNormal>::performReconstruction(pcl::PolygonMesh&)' ../../../bin/librtabmap_core.so.0.11.4: undefined reference topcl::OrganizedFastMeshpcl::PointXYZRGBNormal::performReconstruction(std::vector<pcl::Vertices, std::allocatorpcl::Vertices >&)' collect2: error: ld returned 1 exit status make[2]: *** [../bin/rtabmap] Error 1 make[1]: *** [app/src/CMakeFiles/rtabmap.dir/all] Error 2 make: *** [all] Error 2
pcl::OrganizedFastMesh<pcl::PointXYZRGBNormal>::performReconstruction(pcl::PolygonMesh&)' ../../../bin/librtabmap_core.so.0.11.4: undefined reference to
The text was updated successfully, but these errors were encountered:
Hi, Do you have PCL 1.8 installed? if so, there is a workaround here: http://official-rtab-map-forum.206.s1.nabble.com/Error-building-Rtabmap-on-RPi2-on-99-tp1234p1237.html
Update: I tested with latest PCL (1.8) from source and I cannot reproduce this error.
Sorry, something went wrong.
tks.I fixed this error after your note.
Fixed pcl:OrganizedFastMesh link error for type pcl::PointXYZRGBNorma…
b2bb421
…l with PCL 1.8 (issue #75)
No branches or pull requests
../../../bin/librtabmap_core.so.0.11.4: undefined reference to
pcl::OrganizedFastMesh<pcl::PointXYZRGBNormal>::performReconstruction(pcl::PolygonMesh&)' ../../../bin/librtabmap_core.so.0.11.4: undefined reference to
pcl::OrganizedFastMeshpcl::PointXYZRGBNormal::performReconstruction(std::vector<pcl::Vertices, std::allocatorpcl::Vertices >&)'collect2: error: ld returned 1 exit status
make[2]: *** [../bin/rtabmap] Error 1
make[1]: *** [app/src/CMakeFiles/rtabmap.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: