forked from pschillinger/rqt_launchtree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (18 loc) · 670 Bytes
/
plugin.xml
File metadata and controls
18 lines (18 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<library path="src">
<class name="Launch Tree" type="rqt_launchtree.launchtree_plugin.LaunchtreePlugin"
base_class_type="rqt_gui_py::Plugin">
<description>
An RQT plugin for hierarchical launchfile configuration introspection.
</description>
<qtgui>
<group>
<label>Configuration</label>
<icon type="theme">folder</icon>
<statustip>Plugins related to configuration.</statustip>
</group>
<label>Launch Tree</label>
<icon type="theme">format-indent-more</icon>
<statustip>An RQT plugin for hierarchical launchfile configuration introspection.</statustip>
</qtgui>
</class>
</library>