Skip to content

Commit

Permalink
Also install srdf folder (#1033)
Browse files Browse the repository at this point in the history
Since we use the srdf from that folder, we should also install that.
  • Loading branch information
fmauch authored Jun 27, 2024
1 parent 8780216 commit 021336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ur_moveit_config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ find_package(ament_cmake REQUIRED)
ament_package()

install(
DIRECTORY config launch
DIRECTORY config launch srdf
DESTINATION share/${PROJECT_NAME}
)

0 comments on commit 021336a

Please sign in to comment.