-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.xml
35 lines (32 loc) · 1.12 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
<library path="src">
<class name="RqtGrasplan" type="grasplan.rqt_grasplan.rqt_grasplan.RqtGrasplan" base_class_type="rqt_gui_py::Plugin">
<description>
rqt designed to edit grasps.
</description>
<qtgui>
<group>
<label>Robot</label>
<icon type="theme">folder</icon>
<statustip>Plugins specific to robot grasping.</statustip>
</group>
<label>rqt_grasplan!</label>
<icon type="theme">applications-other</icon>
<statustip>rqt to edit grasps</statustip>
</qtgui>
</class>
<class name="RqtPlanningScene" type="grasplan.rqt_planning_scene.rqt_planning_scene.RqtPlanningScene" base_class_type="rqt_gui_py::Plugin">
<description>
rqt designed to edit planning scene boxes.
</description>
<qtgui>
<group>
<label>Robot</label>
<icon type="theme">folder</icon>
<statustip>Plugins specific to robot manipulation.</statustip>
</group>
<label>rqt_planning_scene!</label>
<icon type="theme">applications-other</icon>
<statustip>rqt to edit planning scene boxes</statustip>
</qtgui>
</class>
</library>