safety_master_plugin/plugin.xml

15 lines
456 B
XML
Raw Permalink Normal View History

2021-08-13 14:38:22 +02:00
<library path="scripts">
2023-08-09 16:18:19 +02:00
<class name="safety_master_plugin" type="safety_master_plugin.master_plugin.MasterPlugin" base_class_type="rqt_gui_py::Plugin">
2021-08-13 14:38:22 +02:00
<description>
Safety system master plugin
</description>
<qtgui>
<group>
2023-08-09 16:18:19 +02:00
<label>L1.5 Safety system</label>
2021-08-13 14:38:22 +02:00
<icon type="theme">folder</icon>
</group>
<label>Master</label>
<icon type="theme">system-help</icon>
</qtgui>
</class>
</library>