forked from ANYbotics/rqt_multiplot_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
23 lines (23 loc) · 760 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<library path="lib/librqt_multiplot">
<class name="MultiplotPlugin"
type="rqt_multiplot::MultiplotPlugin"
base_class_type="rqt_gui_cpp::Plugin">
<description>
A plugin for visualizing numeric values in multiple 2D plots using
the Qwt plotting backend.
</description>
<qtgui>
<group>
<label>Visualization</label>
<icon type="theme">folder</icon>
<statustip>Plugins related to visualization.</statustip>
</group>
<label>Multiplot</label>
<icon type="theme">utilities-system-monitor</icon>
<statustip>
A plugin for visualizing numeric values in multiple 2D plots using
the Qwt plotting backend.
</statustip>
</qtgui>
</class>
</library>