Skip to content

Commit

Permalink
ros2-fy: Separate the files in {config, launch} folders that were mad…
Browse files Browse the repository at this point in the history
…e during ROS1 era
  • Loading branch information
130s committed Jun 7, 2023
1 parent 4441e44 commit 838613a
Show file tree
Hide file tree
Showing 51 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(panda_moveit_config)

find_package(ament_cmake REQUIRED)

install(DIRECTORY config DESTINATION share/${PROJECT_NAME})
install(DIRECTORY config ros1 DESTINATION share/${PROJECT_NAME})
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}
PATTERN "setup_assistant.launch" EXCLUDE)
install(FILES .setup_assistant DESTINATION share/${PROJECT_NAME})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions ros1/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Files in this folder (panda_moveit_config/launch/ros1) are the ones generated by moveit_setup_assistant and/or made during ros1 era, as opposed to the files panda_moveit_config/launch are the ones initially generated by moveit_setup_assistant 2.5.4 on ROS Humble.
Since they may be still functional and useful, they may not be fully tested, hence kept in this separate folder so that they are easily identified.

0 comments on commit 838613a

Please sign in to comment.