Skip to content

Commit

Permalink
fix(costmap_generator): modify build error in rolling
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 committed Apr 21, 2022
1 parent a96cbd0 commit 6808649
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions planning/costmap_generator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ target_link_libraries(costmap_generator_lib
FLANN::FLANN
)

if(${PCL_VERSION} GREATER_EQUAL 1.12.1)
find_package(Qhull REQUIRED)
target_link_libraries(costmap_generator_lib
QHULL::QHULL
)
endif()

ament_auto_add_library(costmap_generator_node SHARED
nodes/costmap_generator/costmap_generator_node.cpp
)
Expand Down

0 comments on commit 6808649

Please sign in to comment.