From 936bd2f9b7711ee0c5eeec9b9886cca23bde3346 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jan 2025 12:28:14 +0100 Subject: [PATCH] update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a90cb43..d47d151 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ catkin_install_python(PROGRAMS ${python_scripts} ################################################################################ # Install ################################################################################ -install(DIRECTORY meshes rviz urdf +install(DIRECTORY meshes rviz urdf config DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )