Skip to content

Commit 60a1ae3

Browse files
authored
Merge pull request #536 from PickNikRobotics/main-merge-v9.1-1111
Merge v9.1 to main
2 parents 3fb4d14 + aa5e0ee commit 60a1ae3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/example_behaviors/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cmake_minimum_required(VERSION 3.22)
22
project(example_behaviors CXX)
33

4-
find_package(moveit_studio_common REQUIRED)
4+
find_package(moveit_pro_package REQUIRED)
55
find_package(example_interfaces REQUIRED)
6-
moveit_studio_package()
6+
moveit_pro_package()
77

88
set(THIS_PACKAGE_INCLUDE_DEPENDS cartesian_planning moveit_pro_behavior
99
moveit_pro_behavior_interface pluginlib moveit_studio_vision

src/example_behaviors/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<buildtool_depend>ament_cmake</buildtool_depend>
1313

14-
<build_depend>moveit_studio_common</build_depend>
14+
<build_depend>moveit_pro_package</build_depend>
1515

1616
<depend>moveit_pro_behavior_interface</depend>
1717
<depend>example_interfaces</depend>

src/lab_sim_behaviors/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.22)
22
project(lab_sim_behaviors CXX)
33

4-
find_package(moveit_studio_common REQUIRED)
5-
moveit_studio_package()
4+
find_package(moveit_pro_package REQUIRED)
5+
moveit_pro_package()
66

77
set(THIS_PACKAGE_INCLUDE_DEPENDS
88
moveit_pro_behavior

src/lab_sim_behaviors/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<buildtool_depend>ament_cmake</buildtool_depend>
1313

14-
<build_depend>moveit_studio_common</build_depend>
14+
<build_depend>moveit_pro_package</build_depend>
1515

1616
<depend>moveit_pro_behavior</depend>
1717
<depend>moveit_pro_behavior_interface</depend>

0 commit comments

Comments
 (0)