Skip to content

Commit

Permalink
Ros2 fix manager (#465)
Browse files Browse the repository at this point in the history
* Added exporting include manager

Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>

* Added install include

Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>

---------

Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus authored Dec 12, 2024
1 parent 0ec21ac commit 997bb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions husarion_ugv_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ install(TARGETS safety_manager_node lights_manager_node
install(DIRECTORY behavior_trees config launch
DESTINATION share/${PROJECT_NAME})

install(DIRECTORY include/ DESTINATION include/)

if(BUILD_TESTING)
find_package(ament_cmake_gtest REQUIRED)
find_package(PkgConfig REQUIRED)
Expand Down

0 comments on commit 997bb1c

Please sign in to comment.