~robot3d-team/robot3d/trunk

« back to all changes in this revision

Viewing changes to data/scenarios/sceneMDL2e.xml

  • Committer: Anne van Rossum
  • Date: 2010-08-10 15:58:55 UTC
  • Revision ID: anne@gamix-20100810155855-kve7x2vwouagdij9
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<Scene activateShadows="0" loadDetailedModels="1"  map="HoverMap" CollisionGeometryDetails="1" ConnectorsAsJoints="1" RobotModelsWithWheels="1">
 
3
        
 
4
<!--
 
5
        <Robot name="r1" type="RobotKIT" x="0" y="0" z="0" h="90" p="0" r="0" connected="15">
 
6
          <Sensor type="LASER_SCANNER" 
 
7
               name="Front Left DistanceSensor" 
 
8
               x="4.5" y="2" z="2" 
 
9
               p="90" q="0" r="0" 
 
10
               aperture="1.2" 
 
11
               res_x="1" res_y="1" 
 
12
               bodyPart="0" />
 
13
          
 
14
          <Sensor type="LASER_SCANNER" 
 
15
               name="Front Right DistanceSensor" 
 
16
               x="4.5" y="-2" z="2" 
 
17
               p="90" q="0" r="0" 
 
18
               aperture="1.2" 
 
19
               res_x="1" res_y="1" 
 
20
               bodyPart="0" />
 
21
        </Robot>
 
22
 
 
23
        <Robot name="r2" type="RobotKIT" x="0" y="6" z="0" h="90" p="0" r="0" connected="15">
 
24
          <Sensor type="LASER_SCANNER" 
 
25
               name="Front Left DistanceSensor" 
 
26
               x="4.5" y="2" z="2" 
 
27
               p="90" q="0" r="0" 
 
28
               aperture="1.2" 
 
29
               res_x="1" res_y="1" 
 
30
               bodyPart="0" />
 
31
          
 
32
          <Sensor type="LASER_SCANNER" 
 
33
               name="Front Right DistanceSensor" 
 
34
               x="4.5" y="-2" z="2" 
 
35
               p="90" q="0" r="0" 
 
36
               aperture="1.2" 
 
37
               res_x="1" res_y="1" 
 
38
               bodyPart="0" />
 
39
        </Robot>-->
 
40
        <Robot name="r3" type="RobotKIT2" x="0" y="0" z="4" h="90" p="0" r="0" connected="15">
 
41
          <Sensor type="LASER_SCANNER" 
 
42
               name="Front Left DistanceSensor" 
 
43
               x="4.5" y="2" z="2" 
 
44
               p="90" q="0" r="0" 
 
45
               aperture="1.2" 
 
46
               res_x="1" res_y="1" 
 
47
               bodyPart="0" />
 
48
          
 
49
          <Sensor type="LASER_SCANNER" 
 
50
               name="Front Right DistanceSensor" 
 
51
               x="4.5" y="-2" z="2" 
 
52
               p="90" q="0" r="0" 
 
53
               aperture="1.2" 
 
54
               res_x="1" res_y="1" 
 
55
               bodyPart="0" />
 
56
 
 
57
        </Robot>
 
58
 
 
59
        <!--<Controller name="C1" type="UniKarl:MDL2eRobot" robotToControl="r3" parameter="../controller/unikarl/MDL2eReplicator/snakeMovementFirst.xml">-->
 
60
        <!--<Controller name="C2" type="UniKarl:MDL2eRobot" robotToControl="r2" parameter="../controller/unikarl/MDL2eReplicator/snakeMovement.xml"/>
 
61
        <Controller name="C1" type="UniKarl:MDL2eRobot" robotToControl="r1" parameter="../controller/unikarl/MDL2eReplicator/snakeMovement.xml"/>-->
 
62
        
 
63
        
 
64
        <!-- type="Input" parameter="1" -> robots are sensitive to user input, default: parameter="1" /-->
 
65
        <!-- for Cam Component choose: /-->
 
66
        <!-- Controller type="FreeCam" /-->
 
67
        <!-- Controller type="FollowCam" /-->
 
68
        <!-- robotToControl="IDOfRobot" -> cam points toward this robot/-->
 
69
        
 
70
        <Controller type="Input" parameter="1"/>
 
71
<!--    <Controller type="GUI"/>  -->
 
72
        <Controller type="FreeCam" robotToControl="0" x="-10" y="0" z="10" />
 
73
        
 
74
</Scene>
 
 
b'\\ No newline at end of file'