Skip to content

Commit

Permalink
changing package name and depending on custom types, too.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jan 8, 2025
1 parent 5dfeaae commit 6748014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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)
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>

0 comments on commit 6748014

Please sign in to comment.