From 8a16561ca84842bcced28ed90fd6b88c6c1ac5b9 Mon Sep 17 00:00:00 2001 From: Shih-Wei Guo Date: Mon, 14 Jul 2025 17:32:27 +0800 Subject: [PATCH] Remove 'meshes' directory and add 'urdf' directory in CMakeLists.txt --- tm_gazebo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tm_gazebo/CMakeLists.txt b/tm_gazebo/CMakeLists.txt index 1426523..dfba8ae 100755 --- a/tm_gazebo/CMakeLists.txt +++ b/tm_gazebo/CMakeLists.txt @@ -6,5 +6,5 @@ find_package(catkin REQUIRED) catkin_package() -install(DIRECTORY config launch rviz meshes models worlds xacro +install(DIRECTORY config launch rviz urdf models worlds xacro DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})