forked from sarthou/overworld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules_plugins.xml
54 lines (46 loc) · 2.14 KB
/
modules_plugins.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<library path="lib/liboverworld_modules_plugin">
<class type="owds::JointStatePerceptionModule" base_class_type="owds::PerceptionModuleBase_<owds::BodyPart>">
<description>
A robot perception module using robot joint state.
Possible parameter is min_period (optional) and robot_name.
The the robot body parts are taken from the ontology.
</description>
</class>
<class type="owds::StampedPosePerceptionModule" base_class_type="owds::PerceptionModuleBase_<owds::BodyPart>">
<description>
A human perception module using a poseStamped ROS message.
Possible parameters are: name.
The module subscribe to "/peopleTrack". Remap your topic if needed.
</description>
</class>
<class type="owds::FakeHumanPerceptionModule" base_class_type="owds::PerceptionModuleBase_<owds::BodyPart>">
<description>
A human perception module providing fake body parts from a ROS topic.
Does not take any parameter.
</description>
</class>
<class type="owds::FakeHumansPerceptionModule" base_class_type="owds::PerceptionModuleBase_<owds::BodyPart>">
<description>
A humans perception module providing fake body parts from a ROS topic.
Does not take any parameter.
</description>
</class>
<class type="owds::StaticObjectsPerceptionModule" base_class_type="owds::PerceptionModuleBase_<owds::Object>">
<description>
An object perception module providing static objects.
This module requires a 'file' parameter being a yaml description of the assets to be loaded.
</description>
</class>
<class type="owds::FakeObjectPerceptionModule" base_class_type="owds::PerceptionModuleBase_<owds::Object>">
<description>
An object perception module providing fake objects from a ROS topic.
Does not take any parameter.
</description>
</class>
<class type="owds::ObjAreasPerceptionModule" base_class_type="owds::PerceptionModuleBase_<owds::Area>">
<description>
An area perception module providing predefined areas.
This module requires a 'file' parameter being a yaml description of the areas to be loaded.
</description>
</class>
</library>