-
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) · 957 Bytes
/
Copy pathplugin.xml
File metadata and controls
18 lines (18 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<library path="src">
<!-- Use base_class_type="rqt_gui_py::Plugin" if you want to use a node. Otherwise, use base_class_type="qt_gui_py::Plugin". -->
<class name="Launch" type="rqt_pico_uploader.uploader.Uploader" base_class_type="qt_gui_py::Plugin">
<description>
A Python GUI tool to compile and upload code to a Raspberry Pi Pico board using PlatformIO, powered by Logical05.
</description>
<qtgui>
<group>
<label>Miscellaneous Tools</label>
<icon type="theme">folder</icon>
<statustip>Plugins related to miscellaneous tools.</statustip>
</group>
<label>Pico Uploader (Custom)</label>
<icon type="theme">network-wired</icon>
<statustip>A Python GUI tool to compile and upload code to a Raspberry Pi Pico board using PlatformIO, powered by Logical05.</statustip>
</qtgui>
</class>
</library>