From bbada87bb8d050601ae1bc978d03319946bd3824 Mon Sep 17 00:00:00 2001 From: yul Date: Mon, 5 Feb 2024 06:33:42 +0100 Subject: [PATCH] . --- src/tutorial_pkg/CMakeLists.txt | 2 +- src/tutorial_pkg/src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tutorial_pkg/CMakeLists.txt b/src/tutorial_pkg/CMakeLists.txt index 6aa1d89..42510ea 100644 --- a/src/tutorial_pkg/CMakeLists.txt +++ b/src/tutorial_pkg/CMakeLists.txt @@ -6,7 +6,7 @@ add_compile_options(-std=c++11) find_package(catkin REQUIRED COMPONENTS roscpp sensor_msgs - std_msg + std_msgs std_srvs ) diff --git a/src/tutorial_pkg/src/CMakeLists.txt b/src/tutorial_pkg/src/CMakeLists.txt index 6aa1d89..42510ea 100644 --- a/src/tutorial_pkg/src/CMakeLists.txt +++ b/src/tutorial_pkg/src/CMakeLists.txt @@ -6,7 +6,7 @@ add_compile_options(-std=c++11) find_package(catkin REQUIRED COMPONENTS roscpp sensor_msgs - std_msg + std_msgs std_srvs )