File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22 )
22project (example_behaviors CXX )
33
4- find_package (moveit_studio_common REQUIRED )
4+ find_package (moveit_pro_package REQUIRED )
55find_package (example_interfaces REQUIRED )
6- moveit_studio_package ()
6+ moveit_pro_package ()
77
88set (THIS_PACKAGE_INCLUDE_DEPENDS cartesian_planning moveit_pro_behavior
99 moveit_pro_behavior_interface pluginlib moveit_studio_vision
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22 )
22project (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
77set (THIS_PACKAGE_INCLUDE_DEPENDS
88 moveit_pro_behavior
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments