-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.xml
62 lines (55 loc) · 2.5 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rqt_common_plugins</name>
<version>0.4.9</version>
<description>
rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime.<br />
<br />
To run any rqt plugins, just type in a single command "rqt", then select any plugins you want from the GUI that launches afterwards.<br />
<br />
rqt consists of three following metapackages:<br />
<ul>
<li><a href = "http://ros.org/wiki/rqt">rqt</a> - core modules of rqt (ROS GUI) framework. rqt plugin developers barely needs to pay attention to this metapackage.</li>
<li>rqt_common_plugins (you're here!)</li>
<li><a href = "http://ros.org/wiki/rqt_robot_plugins">rqt_robot_plugins</a> - rqt plugins that are particularly used with robots during their runtime.</li><br />
</ul>
<br />
</description>
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rqt_common_plugins</url>
<url type="repository">https://github.com/ros-visualization/rqt_common_plugins</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_common_plugins/issues</url>
<author>Aaron Blasdel</author>
<author>Dirk Thomas</author>
<author>Dorian Scholz</author>
<author>Isaac Saito</author>
<author email="[email protected]">Ivan Paunovic</author>
<author>Thibault Kruse</author>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>rqt_action</exec_depend>
<exec_depend>rqt_bag</exec_depend>
<exec_depend>rqt_bag_plugins</exec_depend>
<exec_depend>rqt_console</exec_depend>
<exec_depend>rqt_dep</exec_depend>
<exec_depend>rqt_graph</exec_depend>
<exec_depend>rqt_image_view</exec_depend>
<exec_depend>rqt_launch</exec_depend>
<exec_depend>rqt_logger_level</exec_depend>
<exec_depend>rqt_msg</exec_depend>
<exec_depend>rqt_plot</exec_depend>
<exec_depend>rqt_publisher</exec_depend>
<exec_depend>rqt_py_common</exec_depend>
<exec_depend>rqt_py_console</exec_depend>
<exec_depend>rqt_reconfigure</exec_depend>
<exec_depend>rqt_service_caller</exec_depend>
<exec_depend>rqt_shell</exec_depend>
<exec_depend>rqt_srv</exec_depend>
<exec_depend>rqt_top</exec_depend>
<exec_depend>rqt_topic</exec_depend>
<exec_depend>rqt_web</exec_depend>
<export>
<metapackage/>
</export>
</package>