From 2439f2a71d3d4a6a9e941891a30355ac2f7baba3 Mon Sep 17 00:00:00 2001 From: duongtd Date: Mon, 1 Dec 2025 10:39:52 +0700 Subject: [PATCH] save --- CMakeLists.txt | 2 +- src/observation_buffer.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a10c0f..897bbbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,7 @@ target_link_libraries(unpreferred_layer costmap_2d static_layer ${Boost_LIBRARIE # --- Option để bật/tắt test --- -option(BUILD_COSTMAP_TESTS "Build costmap_2d test executables" ON) +option(BUILD_COSTMAP_TESTS "Build costmap_2d test executables" OFF) if(BUILD_COSTMAP_TESTS) # --- Test executables --- diff --git a/src/observation_buffer.cpp b/src/observation_buffer.cpp index 6b0fb7b..c338826 100644 --- a/src/observation_buffer.cpp +++ b/src/observation_buffer.cpp @@ -7,8 +7,6 @@ #include - - using namespace std; using namespace tf3;