forked from HBPNeurorobotics/hbpprak_2017_perception
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ExDPerceptionChallengeKIT.exc
25 lines (25 loc) · 1.15 KB
/
ExDPerceptionChallengeKIT.exc
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
<?xml version="1.0" encoding="utf-8"?>
<ExD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.humanbrainproject.eu/SP10/2014/ExDConfig"
xsi:schemaLocation="http://schemas.humanbrainproject.eu/SP10/2014/ExDConfig ../ExDConfFile.xsd">
<name>PerceptionChallengeKIT</name>
<thumbnail>ExDThumbnail.png</thumbnail>
<description>Thimblerigger Challenge of the KIT practical "Virtual Neurorobotics".
Track a ball under mugs that are being shuffled around.</description>
<timeout>600</timeout>
<configuration type="3d-settings" src="ExDTemplateICub.3ds"/>
<maturity>production</maturity>
<environmentModel src="empty_world/empty_world.sdf">
<robotPose x="-0.75" y="0.0" z="0.8" ux="0.0" uy="0.0" uz="1" theta="0.0"/>
</environmentModel>
<bibiConf src="bibi_configuration.bibi"/>
<experimentControl>
<stateMachine xsi:type="SMACHStateMachine"
id="MugHandlingMachine"
src="state_machine.exd"/>
</experimentControl>
<cameraPose>
<cameraPosition x="2.5" y="0" z="1.8"/>
<cameraLookAt x="0" y="0" z="0.6"/>
</cameraPose>
</ExD>