-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.xml
30 lines (22 loc) · 913 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
<?xml version="1.0"?>
<package format="2">
<name>caltech_samaritan</name>
<version>0.0.1</version>
<description>Autonomy project for CS 134</description>
<maintainer email="[email protected]">Timur Kuzhagaliyev</maintainer>
<license>MIT</license>
<url type="website">https://github.com/TimboKZ/Samaritan</url>
<!-- <url type="bugtracker"></url> -->
<author email="[email protected]">Timur Kuzhagaliyev</author>
<author email="[email protected]">Qingzhuo Aw Young</author>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<!-- ROS package dependencies -->
<exec_depend>hector_gazebo</exec_depend>
<exec_depend>moveit</exec_depend>
<!-- Python dependencies -->
<exec_depend>rospy</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<export>
</export>
</package>