diff --git a/agv_pro_description/CMakeLists.txt b/agv_pro_description/CMakeLists.txt index 287c342..8369145 100755 --- a/agv_pro_description/CMakeLists.txt +++ b/agv_pro_description/CMakeLists.txt @@ -14,7 +14,7 @@ if(BUILD_TESTING) ament_lint_auto_find_test_dependencies() endif() -install(DIRECTORY meshes urdf launch +install(DIRECTORY meshes urdf DESTINATION share/${PROJECT_NAME} )