forked from project-march/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (18 loc) · 703 Bytes
/
package.xml
File metadata and controls
24 lines (18 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package>
<name>march_tutorials</name>
<version>0.1.0</version>
<description>The march_tutorials package</description>
<license>BSD</license>
<author email="isha@projectmarch.nl">Isha Dijcks</author>
<author email="tim@projectmarch.nl">Tim Buckers</author>
<maintainer email="isha@projectmarch.nl">Isha Dijcks</maintainer>
<maintainer email="tim@projectmarch.nl">Tim Buckers</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>march_shared_resources</buildtool_depend>
<buildtool_depend>rosdoc_lite</buildtool_depend>
<build_depend>pluginlib</build_depend>
<test_depend>rosunit</test_depend>
<export>
</export>
</package>