Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit e286527

Browse files
committed
Update CMakeLists.txt
1 parent 9d5c406 commit e286527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gazebo_ros2_control/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.5.0)
22
project(gazebo_ros2_control)
33

44
find_package(ament_cmake REQUIRED)
5+
find_package(service_msgs REQUIRED)
56
find_package(angles REQUIRED)
67
find_package(controller_manager REQUIRED)
78
find_package(gazebo_dev REQUIRED)
@@ -30,6 +31,7 @@ add_library(${PROJECT_NAME} SHARED
3031
)
3132
ament_target_dependencies(${PROJECT_NAME}
3233
angles
34+
service_msgs
3335
controller_manager
3436
gazebo_dev
3537
gazebo_ros

0 commit comments

Comments
 (0)