forked from ZebraDevs/fetch_open_auto_dock
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
38 lines (33 loc) · 1.28 KB
/
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
34
35
36
37
38
<?xml version="1.0"?>
<package format="2">
<name>fetch_open_auto_dock</name>
<version>0.1.2</version>
<description>
An open-source version of the Fetch charge docking system.
</description>
<author>Michael Ferguson</author>
<author>Griswald Brooks</author>
<maintainer email="selliott@fetchrobotics.com">Sarah Elliott</maintainer>
<maintainer email="narora@fetchrobotics.com">Niharika Arora</maintainer>
<maintainer email="csaldanha@fetchrobotics.com">Carl Saldanha</maintainer>
<maintainer email="erelson@fetchrobotics.com">Eric Relson</maintainer>
<maintainer email="rtoris@fetchrobotics.com">Russell Toris</maintainer>
<maintainer email="opensource@fetchrobotics.com">Fetch Robotics Open Source Team</maintainer>
<license>LGPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>angles</build_depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
<depend>eigen</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>rospy</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<depend>tf2</depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
</package>