Skip to content

Commit

Permalink
Install nav2_behavior_tree utils outside of BUILD_TESTING (ros-naviga…
Browse files Browse the repository at this point in the history
…tion#3692)

Signed-off-by: enricosutera <enricosutera@outlook.com>
  • Loading branch information
AadityaRavindran authored and enricosutera committed May 19, 2024
1 parent 3d87ec5 commit e154b4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions nav2_behavior_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ install(DIRECTORY include/
DESTINATION include/
)

install(DIRECTORY test/utils/
DESTINATION include/utils/
)

install(FILES nav2_tree_nodes.xml DESTINATION share/${PROJECT_NAME})

if(BUILD_TESTING)
Expand Down
5 changes: 0 additions & 5 deletions nav2_behavior_tree/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ add_subdirectory(plugins/condition)
add_subdirectory(plugins/decorator)
add_subdirectory(plugins/control)
add_subdirectory(plugins/action)

install(DIRECTORY utils
DESTINATION include/)

ament_export_include_directories(utils)

0 comments on commit e154b4f

Please sign in to comment.