Skip to content

Commit 838613a

Browse files
committed
ros2-fy: Separate the files in {config, launch} folders that were made during ROS1 era
1 parent 4441e44 commit 838613a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(panda_moveit_config)
33

44
find_package(ament_cmake REQUIRED)
55

6-
install(DIRECTORY config DESTINATION share/${PROJECT_NAME})
6+
install(DIRECTORY config ros1 DESTINATION share/${PROJECT_NAME})
77
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}
88
PATTERN "setup_assistant.launch" EXCLUDE)
99
install(FILES .setup_assistant DESTINATION share/${PROJECT_NAME})
File renamed without changes.

0 commit comments

Comments
 (0)