Skip to content

Commit f7efe7f

Browse files
committed
Improve: Install .setup_assistant file and setup_assistant.launch for user/editors' convenience
1 parent 3952f6b commit f7efe7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ project(panda_moveit_config)
44
find_package(ament_cmake REQUIRED)
55

66
install(DIRECTORY config ros1 DESTINATION share/${PROJECT_NAME})
7-
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}
8-
PATTERN "setup_assistant.launch" EXCLUDE)
7+
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME})
98
install(FILES .setup_assistant DESTINATION share/${PROJECT_NAME})
109

1110
ament_package()

0 commit comments

Comments
 (0)