From 522b915bc3beabd876e81b2028937d269a180929 Mon Sep 17 00:00:00 2001 From: Jan Hernas <40989249+jasiex01@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:22:42 +0100 Subject: [PATCH] Add dummy .sh file for .dsv hook (#14) (cherry picked from commit a0376576078942a508d230f541a520056a96d0ce) --- leo_description/CMakeLists.txt | 1 + leo_description/hooks/gz_sim_resource_path.sh | 0 2 files changed, 1 insertion(+) create mode 100644 leo_description/hooks/gz_sim_resource_path.sh diff --git a/leo_description/CMakeLists.txt b/leo_description/CMakeLists.txt index 4ab2a5c..1572e06 100644 --- a/leo_description/CMakeLists.txt +++ b/leo_description/CMakeLists.txt @@ -16,6 +16,7 @@ if(BUILD_TESTING) ament_lint_auto_find_test_dependencies() endif() +ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/gz_sim_resource_path.sh") ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/gz_sim_resource_path.dsv") ament_package() diff --git a/leo_description/hooks/gz_sim_resource_path.sh b/leo_description/hooks/gz_sim_resource_path.sh new file mode 100644 index 0000000..e69de29