forked from luhrts/monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
17 lines (17 loc) · 677 Bytes
/
plugin.xml
File metadata and controls
17 lines (17 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<library path="src">
<class name="monitoring_Plot" type="monitoring_rqt_plot.plot.Plot" base_class_type="rqt_gui_py::Plugin">
<description>
A plugin visualizing numeric values in a 2D plot using different plotting backends.
</description>
<qtgui>
<group>
<label>Monitoring Tools</label>
<icon type="theme">folder</icon>
<statustip>Plugins related to visualization.</statustip>
</group>
<label>Plot</label>
<icon type="theme">utilities-system-monitor</icon>
<statustip>A plugin for visualizing numeric values in a 2D plot using different plotting backends.</statustip>
</qtgui>
</class>
</library>