Skip to content

Commit c340713

Browse files
authored
Use ament_cmake_ros build tool in moveit_setup_assistant packages (#3441)
1 parent ec5b368 commit c340713

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

moveit_setup_assistant/moveit_setup_controllers/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<license>BSD-3-Clause</license>
99
<author email="davidvlu@gmail.com">David V. Lu!!</author>
1010

11-
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1212

1313
<depend>ament_index_cpp</depend>
1414
<depend>moveit_setup_framework</depend>

moveit_setup_assistant/moveit_setup_core_plugins/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<license>BSD-3-Clause</license>
99
<author email="davidvlu@gmail.com">David V. Lu!!</author>
1010

11-
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1212

1313
<depend>ament_index_cpp</depend>
1414
<depend>moveit_ros_visualization</depend>

moveit_setup_assistant/moveit_setup_framework/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<license>BSD-3-Clause</license>
99
<author email="davidvlu@gmail.com">David V. Lu!!</author>
1010

11-
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1212
<depend>ament_index_cpp</depend>
1313
<depend>moveit_common</depend>
1414
<depend>moveit_core</depend>

moveit_setup_assistant/moveit_setup_simulation/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<license>BSD-3-Clause</license>
99
<author email="davidvlu@gmail.com">David V. Lu!!</author>
1010

11-
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1212

1313
<depend>ament_index_cpp</depend>
1414
<depend>moveit_setup_framework</depend>

moveit_setup_assistant/moveit_setup_srdf_plugins/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<license>BSD-3-Clause</license>
99
<author email="davidvlu@gmail.com">David V. Lu!!</author>
1010

11-
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1212

1313
<depend>moveit_setup_framework</depend>
1414
<depend>pluginlib</depend>

0 commit comments

Comments
 (0)