-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (26 loc) · 901 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<package format="2">
<name>SVG-MPPI</name>
<version>1.0.0</version>
<description>The SVG-MPPI package</description>
<!-- Maintainer Information -->
<maintainer email="[email protected]">joris</maintainer>
<!-- License Information -->
<license>MIT</license>
<!-- Dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Build Dependencies -->
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<!-- Build Export Dependencies -->
<build_export_depend>rospy</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<!-- Execution Dependencies -->
<exec_depend>rospy</exec_depend>
<exec_depend>std_msgs</exec_depend>
<!-- Export Tag -->
<export>
<!-- Additional tool information can be added here -->
</export>
</package>