Skip to content

Commit 5b9ef96

Browse files
committed
Fix behaivor loader test failure
1 parent d0b7eb5 commit 5b9ef96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/moveit_pro_ur_configs/picknik_ur_site_config/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ project(picknik_ur_site_config)
33

44
find_package(ament_cmake REQUIRED)
55
find_package(moveit_pro_package REQUIRED)
6+
find_package(moveit_studio_behavior_interface REQUIRED)
67
moveit_pro_package()
78

89
# add custom behaviors
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
find_package(ament_cmake_auto REQUIRED)
22
find_package(ament_cmake_gmock REQUIRED)
33
find_package(ament_cmake_gtest REQUIRED)
4+
find_package(moveit_studio_behavior_interface REQUIRED)
45

56
ament_auto_add_gtest(test_behavior_plugins test_behavior_plugins.cpp)
67
ament_target_dependencies(test_behavior_plugins ${THIS_PACKAGE_INCLUDE_DEPENDS})

0 commit comments

Comments
 (0)