From 4e7cf656453f816ff6e32115ae52e6cd1e390c66 Mon Sep 17 00:00:00 2001 From: Yamato Ando Date: Wed, 31 Jan 2024 19:31:06 +0900 Subject: [PATCH] add config Signed-off-by: Yamato Ando --- map/map_tf_generator/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/map/map_tf_generator/CMakeLists.txt b/map/map_tf_generator/CMakeLists.txt index 4e6390e0cacb6..e20289766cdda 100644 --- a/map/map_tf_generator/CMakeLists.txt +++ b/map/map_tf_generator/CMakeLists.txt @@ -48,5 +48,6 @@ if(BUILD_TESTING) endif() ament_auto_package(INSTALL_TO_SHARE + config launch )