-
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.
changing package name and depending on custom types, too.
Signed-off-by: Christian Henkel <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...dummy_pkg_for_declarations/CMakeLists.txt → .../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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
cmake_minimum_required(VERSION 3.5) | ||
|
||
project(dummy_pkg_for_declarations) | ||
project(as2fm_test_ros_interfaces) |
9 changes: 7 additions & 2 deletions
9
...es/dummy_pkg_for_declarations/package.xml → ...ces/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 |
---|---|---|
@@ -1,11 +1,16 @@ | ||
<?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>dummy_pkg_for_declarations</name> | ||
<name>as2fm_test_ros_interfaces</name> | ||
<version>0.0.0</version> | ||
<description>Declares example_interfaces needed e.g. by examples/fibonacci_action_example.</description> | ||
<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>delib_ws_24_interfaces</exec_depend> | ||
<exec_depend>grid_robot_interfaces</exec_depend> | ||
<exec_depend>uc2_interfaces</exec_depend> | ||
</package> |