forked from ZebraDevs/fetch_open_auto_dock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
36 lines (31 loc) · 1.2 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
<?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="[email protected]">Sarah Elliott</maintainer>
<maintainer email="[email protected]">Niharika Arora</maintainer>
<maintainer email="[email protected]">Carl Saldanha</maintainer>
<maintainer email="[email protected]">Eric Relson</maintainer>
<maintainer email="[email protected]">Russell Toris</maintainer>
<maintainer email="[email protected]">Fetch Robotics Open Source Team</maintainer>
<license>LGPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>angles</build_depend>
<depend>actionlib</depend>
<depend>eigen</depend>
<depend>fetch_auto_dock_msgs</depend>
<depend>fetch_driver_msgs</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>
</package>