-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.xml
48 lines (43 loc) · 1.85 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
<package>
<name>rqt_robot_plugins</name>
<version>0.5.8</version>
<description>Metapackage of rqt plugins that are particularly used with robots
during its operation.<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> - provides a container window
where all rqt tools can be docked at. rqt plugin developers barely
needs to pay attention.</li>
<li><a href = "http://ros.org/wiki/rqt_common_plugins">rqt_common_plugins</a> -
ROS backend tools suite that can be used on/off of robot runtime.</li>
<li>rqt_robot_plugins (You're here!)</li>
</ul>
</description>
<maintainer email="[email protected]">Aaron Blasdel</maintainer>
<maintainer email="[email protected]">Srishti Dhamija</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rqt_robot_plugins</url>
<url type="repository">https://github.com/ros-visualization/rqt_robot_plugins</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_robot_plugins/issues</url>
<author>Dirk Thomas</author>
<author>Aaron Blasdel</author>
<author>Dorian Scholz</author>
<author>Ze'ev Klapow</author>
<author>Isaac Saito</author>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>rqt_moveit</run_depend>
<run_depend>rqt_nav_view</run_depend>
<run_depend>rqt_pose_view</run_depend>
<run_depend>rqt_robot_dashboard</run_depend>
<run_depend>rqt_robot_monitor</run_depend>
<run_depend>rqt_robot_steering</run_depend>
<run_depend>rqt_runtime_monitor</run_depend>
<run_depend>rqt_rviz</run_depend>
<run_depend>rqt_tf_tree</run_depend>
<export>
<metapackage/>
</export>
</package>