Skip to content

Commit 343ff7e

Browse files
committed
fixing dependencies in package.xml of demos and factory
1 parent c46aa19 commit 343ff7e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

yasmin_demos/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<buildtool_depend>ament_cmake_python</buildtool_depend>
1111
<depend>rclpy</depend>
1212
<depend>rclcpp</depend>
13+
<depend>rclcpp_action</depend>
14+
<depend>pluginlib</depend>
1315
<depend>yasmin</depend>
1416
<depend>yasmin_ros</depend>
1517
<depend>yasmin_viewer</depend>

yasmin_factory/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<maintainer email="[email protected]">Miguel Ángel González Santamarta</maintainer>
77
<license>GPL-3.0</license>
88
<buildtool_depend>ament_cmake</buildtool_depend>
9-
<buildtool_depend>pluginlib</buildtool_depend>
10-
<buildtool_depend>pybind11-dev</buildtool_depend>
11-
<buildtool_depend>class_loader</buildtool_depend>
9+
<depend>pluginlib</depend>
10+
<depend>pybind11-dev</depend>
11+
<depend>class_loader</depend>
1212
<depend>rclcpp</depend>
1313
<depend>yasmin</depend>
1414
<depend>yasmin_viewer</depend>

0 commit comments

Comments
 (0)