forked from ros-controls/ros2_controllers
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ros-controls#36 from ros-controls/metapakage
Add ros2_control metapackage
- Loading branch information
Showing
3 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.5) | ||
project(ros2_control) | ||
|
||
find_package(ament_cmake REQUIRED) | ||
ament_package() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<package format="3"> | ||
<name>ros2_control</name> | ||
<version>0.0.0</version> | ||
<description>Metapackage for ROS2 control related packages</description> | ||
<maintainer email="allabana@amazon.com">Anas Abou Allaban</maintainer> | ||
<maintainer email="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer> | ||
<maintainer email="jordan.palacios@pal-robotics.com">Jordan Palacios</maintainer> | ||
<maintainer email="karsten@openrobotics.org">Karsten Knese</maintainer> | ||
|
||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<exec_depend>controller_interface</exec_depend> | ||
<exec_depend>controller_manager</exec_depend> | ||
<exec_depend>controller_parameter_server</exec_depend> | ||
<exec_depend>hardware_interface</exec_depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
</package> |