uos / lvr_ros

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Missing message header due to missing dependency. #3

Open thschafer opened 2 years ago

thschafer commented 2 years ago

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

thschafer commented 2 years ago

Seems to be related to this change in mesh_tools: https://github.com/uos/mesh_tools/commit/c66002aff86e656f470cca0384b42cdba1540661

thschafer commented 2 years ago

I was able to build without error using this tag of mesh_tools: https://github.com/uos/mesh_tools/tree/1.0.1

hichamhendy commented 2 years ago

It worked also with changing the branch