-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin_description.xml
36 lines (33 loc) · 1.05 KB
/
plugin_description.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
36
<library path="lib/libmrop_gui">
<!-- Panels -->
<class name="Reference Generator"
type="mrop_gui::ReferenceGeneratorPanel"
base_class_type="rviz::Panel">
<description>
Panel used for activating and setting parameters of reference trajectory.
</description>
</class>
<class name="Manual Controller"
type="mrop_gui::ManualControllerPanel"
base_class_type="rviz::Panel">
<description>
Panel used for activating and setting parameters of manual controller.
</description>
</class>
<class name="Simulator"
type="mrop_gui::SimulatorPanel"
base_class_type="rviz::Panel">
<description>
Panel used for activating and setting parameters of simulator.
</description>
</class>
<!-- Displays -->
<class name="Path Display"
type="mrop_gui::PathDisplay"
base_class_type="rviz::Display">
<description>
Displays path from PoseStamped messages.
</description>
<message_type>geometry_msgs/PoseStamped</message_type>
</class>
</library>