maze1_kinoCar.world
Go to the documentation of this file.
1 
3 [LINKS]
4 
5 ground: body "bodies/maze_2NPlarge.off"
6 
7 dummy1
8 dummy2
9 car: body "bodies/smallCar.off"
10 % car: sphere 0.5 (0,0,0) blue
11 [JOINTS]
12 
13 prismatic: ground (0,0,0)+ (1,0,0)
14  dummy1(0,0,0)+(1,0,0)
15  range[-16,16]
16 
17 prismatic: dummy1 (0,0,0)+ (0,1,0)
18  dummy2(0,0,0)+(0,1,0)
19  range[-16,16]
20 
21 revolute: dummy2 (0.0,0.0,0)+(0,0,1)
22  car (0.0,-0.0,0)+(0,0,1)
23 
24 
25 [COLLISIONS]
26 
27  Check: all
28 
29 
30