-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
[TextureMapping] some isuue about texture #6204
Comments
Hi, I will try to find a solution for this problem when I have time, until then, please try if this works in PCL 1.12.1. |
Thanks! I used the code from the saveOBJFile function in version 1.12.1 to populate the mesh.tex_coord_indices, and it ran successfully. |
Make sure you only have PCL 1.12.1 installed, and you have fully removed all other PCL versions. Then delete all temporary build files from your project, and compile from scratch. Finally, make sure you link to the pcl_search library. |
OK. Thank you. |
I tried using textureMeshwithMultipleCameras(mesh, my_cams) in pcl::TextureMappingpcl::PointXYZ, but I found that mesh.tex_coord_indices was not initialized and caused an error when saving the obj file using pcl::io::saveOBJFile(). How to solve this issue?
The text was updated successfully, but these errors were encountered: