Skip to content

Commit

Permalink
Merge pull request #5 from raebelchristo-adi/noetic-devel
Browse files Browse the repository at this point in the history
Added installation commands for Launch and Rviz directories
  • Loading branch information
anilsripadarao authored Oct 14, 2024
2 parents 4b09bda + 9d1df38 commit 7bf3e53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ endif()
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY launch/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)

install(DIRECTORY rviz/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/rviz
)

#############
## Testing ##
#############
Expand Down

0 comments on commit 7bf3e53

Please sign in to comment.