Open thschafer opened 2 years ago
Seems to be related to this change in mesh_tools: https://github.com/uos/mesh_tools/commit/c66002aff86e656f470cca0384b42cdba1540661
I was able to build without error using this tag of mesh_tools: https://github.com/uos/mesh_tools/tree/1.0.1
It worked also with changing the branch
Compiler error associated with lvr_ros/src/reconstruction.cpp:
fatal error: mesh_msgs/GetUUID.h: No such file or directory
Compiler error associated with lvr_ros/src/conversions.cpp:
fatal error: mesh_msgs/TriangleIndices.h: No such file or directory
The uos/mesh_tools package builds without error on my system, and has a common reference to mesh_msgs/TriangleIndices.h. I attempted to add dependencies to "mesh_msgs" as suggested in this related issue, with no luck: https://github.com/uos/mesh_tools/issues/11