From c5c55147b754158e16278e73710ebbee76e6290c Mon Sep 17 00:00:00 2001 From: HiepLM Date: Wed, 24 Dec 2025 14:29:24 +0700 Subject: [PATCH] robot::console to robot_cpp --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98962c8..ffe6962 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ target_link_libraries(dock_planner data_convert costmap_2d nav_core - robot::console + robot_cpp nav_2d_utils )