Closed minghuiwsw closed 11 months ago
Hello @minghuiwsw, thank you for reporting your issue. Please use the binary version of geometric shapes, by removing it from your workspace (rm -rf geometric_shapes
under your src) and install using apt (sudo apt install ros-galactic-geometric-shapes
).
Environment
Steps to reproduce
I followed this moveit tutorial step by step. When I build packages using
colcon build --mixin release
, I encountered this problem:I guess the cause of this problem is as follow (from
export_geometric_shapesExport.cmake
):NTERFACE_INCLUDE_DIRECTORIES
contains a directory/include
which apparently I don't have.Could anybody give me some suggestions?