-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declaring dependency to example_interfaces (#73)
* add metapackage for test ROS dependencies and update test pipeline --------- Signed-off-by: Christian Henkel <[email protected]>
- Loading branch information
Showing
5 changed files
with
31 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
3 changes: 3 additions & 0 deletions
3
ros_support_interfaces/as2fm_test_ros_interfaces/CMakeLists.txt
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,3 @@ | ||
cmake_minimum_required(VERSION 3.5) | ||
|
||
project(as2fm_test_ros_interfaces) |
18 changes: 18 additions & 0 deletions
18
ros_support_interfaces/as2fm_test_ros_interfaces/package.xml
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,18 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>as2fm_test_ros_interfaces</name> | ||
<version>0.0.0</version> | ||
<description>Meta package depending on all interface we use in the tests.</description> | ||
<maintainer email="[email protected]">Marco Lampacrescia</maintainer> | ||
<license>Apache License 2.0</license> | ||
<author email="[email protected]">Marco Lampacrescia</author> | ||
|
||
<exec_depend>example_interfaces</exec_depend> | ||
<exec_depend>geometry_msgs</exec_depend> | ||
<exec_depend>std_msgs</exec_depend> | ||
|
||
<exec_depend>delib_ws_24_interfaces</exec_depend> | ||
<exec_depend>grid_robot_interfaces</exec_depend> | ||
<exec_depend>uc2_interfaces</exec_depend> | ||
</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 |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
<version>0.0.0</version> | ||
<description>Contains the interfaces use in the delib example.</description> | ||
|
||
<maintainer email="[email protected]">Geoffrey Biggs</maintainer> | ||
<maintainer email="[email protected]">Marco Lampacrescia</maintainer> | ||
|
||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Dirk Thomas</author> | ||
<author email="[email protected]">Marco Lampacrescia</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|
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