-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.xml
36 lines (29 loc) · 1.45 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
<?xml version="1.0"?>
<package format="3">
<name>rqt_pr2_dashboard</name>
<version>0.4.1</version>
<description>rqt_pr2_dashboard is a GUI for debugging and controlling low-level state of the PR2. It shows things like battery status and breaker states, as well as integrating tools like rqt_console and robot_monitor.
</description>
<author email="[email protected]">Aaron Blasdel</author>
<maintainer email="[email protected]">Sammy Pfeiffer</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rqt_pr2_dashboard</url>
<url type="repository">https://github.com/ros-visualization/rqt_pr2_dashboard</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_pr2_dashboard/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
<exec_depend>diagnostic_msgs</exec_depend>
<exec_depend>pr2_msgs</exec_depend>
<exec_depend>pr2_power_board</exec_depend>
<exec_depend>roslib</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rqt_gui_py</exec_depend>
<exec_depend>rqt_robot_dashboard</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>