Skip to content

Commit

Permalink
Restore exported BT test utils header files after cmake revamp (ros-n…
Browse files Browse the repository at this point in the history
…avigation#4652) (ros-navigation#4654)

Signed-off-by: Mike Wake <[email protected]>
Signed-off-by: Joseph Duchesne <[email protected]>
  • Loading branch information
aosmw authored and josephduchesne committed Dec 10, 2024
1 parent 6d3507f commit 2b1f080
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nav2_behavior_tree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ install(DIRECTORY include/
DESTINATION include/${PROJECT_NAME}
)

install(DIRECTORY test/utils/
DESTINATION include/${PROJECT_NAME}/nav2_behavior_tree/test/utils
)

install(FILES nav2_tree_nodes.xml DESTINATION share/${PROJECT_NAME})
install(FILES ${GENERATED_DIR}/plugins_list.hpp DESTINATION include/${PROJECT_NAME}/${PROJECT_NAME})

Expand Down

0 comments on commit 2b1f080

Please sign in to comment.