diff --git a/src/ezbot_simulation/CMakeLists.txt b/src/ezbot_simulation/CMakeLists.txt index 28db61c..9183bdc 100644 --- a/src/ezbot_simulation/CMakeLists.txt +++ b/src/ezbot_simulation/CMakeLists.txt @@ -32,5 +32,10 @@ install(DIRECTORY models/ DESTINATION $ENV{HOME}/.gazebo/models/ ) +install( + DIRECTORY launch + DESTINATION share/${PROJECT_NAME} +) + ament_package()