Skip to content

Commit

Permalink
Improve: Install .setup_assistant file and setup_assistant.launch for…
Browse files Browse the repository at this point in the history
… user/editors' convenience
  • Loading branch information
130s committed Sep 27, 2023
1 parent 60b6af1 commit 17561bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ project(panda_moveit_config)
find_package(ament_cmake REQUIRED)

install(DIRECTORY config ros1 DESTINATION share/${PROJECT_NAME})
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}
PATTERN "setup_assistant.launch" EXCLUDE)
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME})
install(FILES .setup_assistant DESTINATION share/${PROJECT_NAME})

ament_package()

0 comments on commit 17561bf

Please sign in to comment.