From 1c38db5c0c05f91601f43c12f4439aed1fec95ec Mon Sep 17 00:00:00 2001 From: X-lanni Date: Tue, 10 Jun 2025 18:51:43 +0800 Subject: [PATCH] update agv_pro_description/CMakeLists.txt --- agv_pro_description/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )