~robot3d-team/robot3d/trunk

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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Scene activateShadows="0" loadDetailedModels="1"  map="HoverMap" CollisionGeometryDetails="1" ConnectorsAsJoints="1" RobotModelsWithWheels="1">
	
<!--
	<Robot name="r1" type="RobotKIT" x="0" y="0" z="0" h="90" p="0" r="0" connected="15">
	  <Sensor type="LASER_SCANNER" 
	       name="Front Left DistanceSensor" 
	       x="4.5" y="2" z="2" 
	       p="90" q="0" r="0" 
	       aperture="1.2" 
	       res_x="1" res_y="1" 
	       bodyPart="0" />
	  
	  <Sensor type="LASER_SCANNER" 
	       name="Front Right DistanceSensor" 
	       x="4.5" y="-2" z="2" 
	       p="90" q="0" r="0" 
	       aperture="1.2" 
	       res_x="1" res_y="1" 
	       bodyPart="0" />
	</Robot>

	<Robot name="r2" type="RobotKIT" x="0" y="6" z="0" h="90" p="0" r="0" connected="15">
	  <Sensor type="LASER_SCANNER" 
	       name="Front Left DistanceSensor" 
	       x="4.5" y="2" z="2" 
	       p="90" q="0" r="0" 
	       aperture="1.2" 
	       res_x="1" res_y="1" 
	       bodyPart="0" />
	  
	  <Sensor type="LASER_SCANNER" 
	       name="Front Right DistanceSensor" 
	       x="4.5" y="-2" z="2" 
	       p="90" q="0" r="0" 
	       aperture="1.2" 
	       res_x="1" res_y="1" 
	       bodyPart="0" />
	</Robot>-->
	<Robot name="r3" type="RobotKIT2" x="0" y="0" z="4" h="90" p="0" r="0" connected="15">
	  <Sensor type="LASER_SCANNER" 
	       name="Front Left DistanceSensor" 
	       x="4.5" y="2" z="2" 
	       p="90" q="0" r="0" 
	       aperture="1.2" 
	       res_x="1" res_y="1" 
	       bodyPart="0" />
	  
	  <Sensor type="LASER_SCANNER" 
	       name="Front Right DistanceSensor" 
	       x="4.5" y="-2" z="2" 
	       p="90" q="0" r="0" 
	       aperture="1.2" 
	       res_x="1" res_y="1" 
	       bodyPart="0" />

	</Robot>

	<!--<Controller name="C1" type="UniKarl:MDL2eRobot" robotToControl="r3" parameter="../controller/unikarl/MDL2eReplicator/snakeMovementFirst.xml">-->
	<!--<Controller name="C2" type="UniKarl:MDL2eRobot" robotToControl="r2" parameter="../controller/unikarl/MDL2eReplicator/snakeMovement.xml"/>
	<Controller name="C1" type="UniKarl:MDL2eRobot" robotToControl="r1" parameter="../controller/unikarl/MDL2eReplicator/snakeMovement.xml"/>-->
	
	
	<!-- type="Input" parameter="1" -> robots are sensitive to user input, default: parameter="1" /-->
	<!-- for Cam Component choose: /-->
	<!-- Controller type="FreeCam" /-->
	<!-- Controller type="FollowCam" /-->
	<!-- robotToControl="IDOfRobot" -> cam points toward this robot/-->
	
	<Controller type="Input" parameter="1"/>
<!--  	<Controller type="GUI"/>  -->
	<Controller type="FreeCam" robotToControl="0" x="-10" y="0" z="10" />
	
</Scene>