-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
38 lines (29 loc) · 1.12 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"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>upower_ros</name>
<version>0.0.1</version>
<description>
UPower/dbus is used to provide the battery state of a machine
</description>
<maintainer email="[email protected]">Matthijs van der Burgh</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/tue-robotics/upower_ros.git</url>
<url type="bugtracker">https://github.com/tue-robotics/upower_ros/issues</url>
<author>Matthijs van der Burgh</author>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>python3-setuptools</buildtool_depend>
<depend>rospy</depend>
<depend>sensor_msgs</depend>
<exec_depend>python3-dbus</exec_depend>
<test_depend>catkin_lint_cmake</test_depend>
<doc_depend>python3-sphinx</doc_depend>
<doc_depend>python-sphinx-autoapi-pip</doc_depend>
<doc_depend>python-sphinx-rtd-theme-pip</doc_depend>
<doc_depend>python3-yaml</doc_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>