Skip to content

Commit

Permalink
installing plugins folder of nav2_behaviors package (ros-navigation#3051
Browse files Browse the repository at this point in the history
)

Co-authored-by: Srijanee Biswas <[email protected]>
  • Loading branch information
2 people authored and Joshua Wallace committed Dec 14, 2022
1 parent 9c08a05 commit 6a5165b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nav2_behaviors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ install(FILES behavior_plugin.xml
DESTINATION share/${PROJECT_NAME}
)

install(DIRECTORY plugins/
DESTINATION share/${PROJECT_NAME}/plugins/
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
Expand Down

0 comments on commit 6a5165b

Please sign in to comment.