Skip to content

Commit

Permalink
Added launch directory to installs
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 21, 2024
1 parent 068bf08 commit 514e5d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ezbot_simulation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ install(DIRECTORY models/
DESTINATION $ENV{HOME}/.gazebo/models/
)

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


ament_package()

0 comments on commit 514e5d6

Please sign in to comment.