-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.xml
31 lines (24 loc) · 1.16 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
<?xml version="1.0"?>
<package format="2">
<name>fetch_tools</name>
<version>0.3.3</version>
<description>Commands for performing common operations when
developing on the robots. For help, run `fetch -h` and `fetch
COMMAND -h`.</description>
<author>Alex Henning</author>
<maintainer email="erelson@fetchrobotics.com">Eric Relson</maintainer>
<maintainer email="csaldanha@fetchrobotics.com">Carl Saldanha</maintainer>
<maintainer email="rtoris@fetchrobotics.com">Russell Toris</maintainer>
<maintainer email="opensource@fetchrobotics.com">Fetch Robotics Open Source Team</maintainer>
<license>BSD</license>
<url type="website">https://github.com/fetchrobotics/fetch_tools/blob/master/README.md</url>
<url type="repository">https://github.com/fetchrobotics/fetch_tools</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_tools/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>python3-rospkg</build_depend>
<exec_depend>python3-argcomplete</exec_depend>
<exec_depend>python3-catkin-lint</exec_depend>
<exec_depend>roslint</exec_depend>
<exec_depend>sshpass</exec_depend>
<export></export>
</package>