Skip to content

Commit ecdf2dc

Browse files
committed
Added metapackage
Signed-off-by: Alberto Tudela <[email protected]>
1 parent d7e3436 commit ecdf2dc

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

plansys2_examples/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 3.5)
2+
project(plansys2_examples)
3+
4+
find_package(ament_cmake REQUIRED)
5+
6+
ament_package()

plansys2_examples/package.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>plansys2_examples</name>
5+
<version>3.0.0</version>
6+
7+
<description>ROS2 Planning System Examples</description>
8+
9+
<maintainer email="[email protected]">Francisco Martin Rico</maintainer>
10+
11+
<license>Apache License, Version 2.0</license>
12+
13+
<buildtool_depend>ament_cmake</buildtool_depend>
14+
15+
<exec_depend>plansys2_bt_example</exec_depend>
16+
<exec_depend>plansys2_cascade_example</exec_depend>
17+
<exec_depend>plansys2_multidomain_example</exec_depend>
18+
<exec_depend>plansys2_patrol_navigation_example</exec_depend>
19+
<exec_depend>plansys2_simple_example</exec_depend>
20+
<exec_depend>plansys2_simple_example_py</exec_depend>
21+
22+
<export>
23+
<build_type>ament_cmake</build_type>
24+
</export>
25+
26+
</package>

0 commit comments

Comments
 (0)