Skip to content

Commit

Permalink
Add missing dependency to gpio_controllers (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 6, 2024
1 parent b9a7cfc commit dc60f6f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions gpio_controllers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@
<name>gpio_controllers</name>
<version>4.15.0</version>
<description>Controllers to interact with gpios.</description>
<maintainer email="[email protected]">Maciej Bednarczyk</maintainer>
<maintainer email="[email protected]">Wiktor Bajor</maintainer>

<maintainer email="[email protected]">Bence Magyar</maintainer>
<maintainer email="[email protected]">Denis Štogl</maintainer>
<maintainer email="[email protected]">Christoph Froehlich</maintainer>
<maintainer email="[email protected]">Sai Kishor Kothakota</maintainer>

<license>Apache License 2.0</license>

<url type="website">https://control.ros.org</url>
<url type="bugtracker">https://github.com/ros-controls/ros2_controllers/issues</url>
<url type="repository">https://github.com/ros-controls/ros2_controllers/</url>

<author email="[email protected]">Maciej Bednarczyk</author>
<author email="[email protected]">Wiktor Bajor</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>controller_interface</depend>
Expand All @@ -22,6 +33,7 @@

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>controller_manager</test_depend>
<test_depend>hardware_interface_testing</test_depend>
<test_depend>ros2_control_test_assets</test_depend>

<export>
Expand Down

0 comments on commit dc60f6f

Please sign in to comment.