Skip to content

Commit

Permalink
installing plugins folder of nav2_behaviors package (#3051)
Browse files Browse the repository at this point in the history
Co-authored-by: Srijanee Biswas <[email protected]>
  • Loading branch information
SrijaneeBiswas and Srijanee Biswas authored Jun 28, 2022
1 parent 28d16ab commit f9d9750
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 f9d9750

Please sign in to comment.