-
Notifications
You must be signed in to change notification settings - Fork 0
/
World
878 lines (877 loc) · 22.4 KB
/
World
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
#VRML_SIM R2020b utf8
WorldInfo {
basicTimeStep 16
coordinateSystem "NUE"
}
Viewpoint {
orientation 0.5736856357423473 -0.5899309599370525 -0.5682132116121962 4.215967025568435
position 0.4991512300865927 6.117675332529114 -0.4140679996313117
follow "robot"
followType "None"
}
TexturedBackground {
}
TexturedBackgroundLight {
}
Floor {
size 4 4
tileSize 4 4
appearance Appearance {
material Material {
}
texture ImageTexture {
url [
"Untitled.png"
]
repeatS FALSE
repeatT FALSE
}
}
}
DEF Moving_Obstacle Robot {
translation -1.4360441992801913 0.03986150087533192 -1.7893754447146097
rotation 1.582379687382897e-05 0.9999999998588762 5.6440065484923296e-06 3.116959756788436
children [
DEF BODY Shape {
appearance PBRAppearance {
baseColor 0 0 0
roughness 1
metalness 0
}
geometry Box {
size 0.1 0.05 0.2
}
}
DEF WHEEL1 HingeJoint {
jointParameters HingeJointParameters {
position 1711.7524399140373
anchor 0.06 0 0.05
}
device [
RotationalMotor {
name "wheel1"
}
]
endPoint Solid {
translation 0.059996169309585845 -1.243905805356314e-06 0.04999815788366914
rotation -0.6993598309762703 0.6993642161230356 -0.1475991870690845 3.4346734349611974
children [
DEF WHEEL Shape {
appearance PBRAppearance {
baseColor 0 1 0
roughness 1
metalness 0
}
geometry Cylinder {
height 0.02
radius 0.04
subdivision 24
}
}
]
boundingObject USE WHEEL
physics Physics {
}
linearVelocity -1.74621492773618e-13 4.182539161639102e-17 -7.689491494998693e-13
angularVelocity -4.3726203120772233e-11 3.874735847436084e-12 -1.072154435328534e-12
}
}
DEF WHEEL2 HingeJoint {
jointParameters HingeJointParameters {
position 1465.111532436961
anchor -0.06 0 0.05
}
device [
RotationalMotor {
name "wheel2"
}
]
endPoint Solid {
translation -0.05999752204434422 -1.862260191366667e-06 0.05000099923034767
rotation 0.47164459649262724 -0.47164406811775794 0.7450525133228117 1.8609384439051466
children [
USE WHEEL
]
name "solid(1)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity -1.6243650210162833e-13 -1.7848861133820113e-16 -1.2280833593440387e-12
angularVelocity 2.5426013385801912e-11 3.873748190618029e-12 6.301090298406996e-13
}
}
DEF WHEEL3 HingeJoint {
jointParameters HingeJointParameters {
position 1711.7526799312836
anchor 0.06 0 -0.05
}
device [
RotationalMotor {
name "wheel3"
}
]
endPoint Solid {
translation 0.059997905629018355 -4.672145757535137e-06 -0.04999949617663655
rotation -0.6993688532784015 0.6993732878803071 -0.14751342740083964 3.4345055781031295
children [
USE WHEEL
]
name "solid(2)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 2.1460985715706685e-13 1.1306727829901165e-16 -7.561560669101852e-13
angularVelocity 1.3950819490313543e-11 3.873208740136257e-12 3.463643961630822e-13
}
}
DEF WHEEL4 HingeJoint {
jointParameters HingeJointParameters {
position 1465.111737393217
anchor -0.06 0 -0.05
}
device [
RotationalMotor {
name "wheel4"
}
]
endPoint Solid {
translation -0.05999925146146362 3.784759072533043e-06 -0.05000392298177311
rotation 0.4717039677311343 -0.47170342361328305 0.7449773466208303 1.861035113422982
children [
USE WHEEL
]
name "solid(3)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 2.1942929337473725e-13 2.2640174793847475e-16 -1.2147218731716382e-12
angularVelocity -9.485559151414304e-11 3.877622859906037e-12 -2.329549011364826e-12
}
}
DEF DS_RIGHT DistanceSensor {
translation -0.03 0 0.1
rotation 0 1 0 -1.87079
children [
Shape {
appearance PBRAppearance {
baseColor 0 0.666667 0
roughness 1
metalness 0
}
geometry Box {
size 0.01 0.01 0.01
}
}
]
name "ds_right"
}
DEF DS_LEFT DistanceSensor {
translation 0.03 0 0.1
rotation 0 1 0 -1.27079
children [
Shape {
appearance PBRAppearance {
baseColor 0 0.666667 0
roughness 1
metalness 0
}
geometry Box {
size 0.01 0.01 0.01
}
}
]
name "ds_left"
}
]
name "robot(2)"
boundingObject USE BODY
physics Physics {
density -1
mass 1
}
controller "moving_obstacle"
battery [
0
]
linearVelocity 2.0072135018923836e-14 -2.842170943040401e-16 -9.931048985520796e-13
angularVelocity 4.502009756438698e-15 3.873379038010831e-12 -3.93873269038598e-16
}
SolidBox {
translation 1.48257000001779 0.0984304000000001 1.4177999999916515
rotation -1.9676558881613145e-13 1 2.1211042530561076e-13 3.802354533183779e-05
size 0.2 0.2 0.2
appearance Appearance {
material Material {
diffuseColor 0.333333 0 0
emissiveColor 0.333333 0 0
}
}
physics Physics {
}
castShadows FALSE
}
DEF Second SolidBox {
translation 1.4832400210524024 0.0984304000000001 -1.2197199951647812
rotation -1.438719801085377e-13 1 -1.1108134188350911e-14 3.802354532701698e-05
name "box(5)"
size 0.2 0.2 0.2
appearance Appearance {
material Material {
diffuseColor 0.333333 0 0
emissiveColor 0.333333 0 0
}
}
physics Physics {
}
castShadows FALSE
}
DEF second SolidBox {
translation -0.5817866649825597 0.09843039999999999 1.4036095631414656
rotation 1.0159162130107887e-16 1 2.6261494575248082e-17 -1.5705740664823624
name "box(1)"
size 0.2 0.2 0.2
appearance Appearance {
material Material {
diffuseColor 0 0.333333 1
emissiveColor 0 0.333333 1
}
}
physics Physics {
}
castShadows FALSE
}
DEF Fourth SolidBox {
translation 0.3261778816907374 0.09843040000263376 1.4212124642241621
rotation 4.974026544102618e-11 1 1.4762589925518915e-10 -1.5705864102816989
name "box(3)"
size 0.2 0.2 0.2
appearance Appearance {
material Material {
diffuseColor 0 0.333333 1
emissiveColor 0 0.333333 1
}
}
physics Physics {
}
castShadows FALSE
}
DEF Third SolidBox {
translation 0.3333613859680186 0.0984304000000001 -1.2136293087724037
rotation -1.2281176904054099e-17 0.9999999999999999 -8.083042569798016e-18 -3.140887300432459
name "box(2)"
size 0.2 0.2 0.2
appearance Appearance {
material Material {
diffuseColor 1 0.333333 0
emissiveColor 1 0.333333 0
}
}
physics Physics {
}
castShadows FALSE
}
DEF Fifth SolidBox {
translation -0.549294603393743 0.09843039999999999 -1.2191659478297896
rotation 1.5804115039677315e-12 -1 -2.4832920312263797e-13 -0.0007273521265768182
name "box(4)"
size 0.2 0.2 0.2
appearance Appearance {
material Material {
diffuseColor 1 0.333333 0
emissiveColor 1 0.333333 0
}
}
physics Physics {
}
castShadows FALSE
}
DEF WALL_1 Solid {
translation 2 0.05 0
children [
DEF WALL_SHAPE Shape {
appearance PBRAppearance {
baseColor 1 0.666667 1
roughness 1
metalness 0
}
geometry Box {
size 0.02 0.1 4
}
}
]
boundingObject USE WALL_SHAPE
}
DEF WALL_2 Solid {
translation -1.99 0.05 0
children [
USE WALL_SHAPE
]
name "solid(1)"
boundingObject USE WALL_SHAPE
}
DEF WALL_3 Solid {
translation -5.43615e-06 0.05 -1.98
rotation 0 1 0 1.5708
children [
USE WALL_SHAPE
]
name "solid(2)"
boundingObject USE WALL_SHAPE
}
DEF WALL_4 Solid {
translation 5.39949e-06 0.05 1.97
rotation 0 1 0 1.5708
children [
USE WALL_SHAPE
]
name "solid(3)"
boundingObject USE WALL_SHAPE
}
DEF Primary Robot {
translation 0.8542354531661521 0.03985975095369608 1.433330496177236
rotation 0.00045655254095306006 -0.9999998129193498 -0.00040708849504456616 -1.509166836673485
children [
DEF Primary Emitter {
translation 0 0.031 0
rotation 0 -0.9999999999999999 0 1.5707953071795862
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0 1 1
}
}
geometry Box {
size 0.05 0.02 0.05
}
}
]
type "infra-red"
range 1
channel 1
}
DEF Left_IR DistanceSensor {
translation 0.04 -0.0299921 0.08
rotation -2.751329999989586e-06 -7.192349999972777e-09 0.999999999996215 -1.5700053071795859
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "S2"
recognitionColors [
0 0 0
]
type "infra-red"
}
DEF Sleft_IR DistanceSensor {
translation 0.04 -0.0299921 0.01
rotation -2.751329999989586e-06 -7.192349999972777e-09 0.999999999996215 -1.5700053071795859
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "SS1"
recognitionColors [
0 0 1
]
type "infra-red"
}
DEF Right_IR DistanceSensor {
translation -0.0400003 -0.0299523 0.0799999
rotation 0.7073872256406448 -0.7068262254616984 -1.6945805405331507e-09 -3.1415853071795863
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "S3"
recognitionColors [
0 0 0
]
type "infra-red"
}
DEF SRight_IR DistanceSensor {
translation -0.0399996 -0.029953 0.0099999
rotation 0.7073872256406448 -0.7068262254616984 -1.6945805405331507e-09 -3.1415853071795863
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "SS2"
recognitionColors [
0 0 0
]
type "infra-red"
}
DEF BODY Shape {
appearance PBRAppearance {
baseColor 0.917647 0.145098 0.145098
roughness 1
metalness 0
}
geometry Box {
size 0.1 0.05 0.2
}
}
DEF WHEEL1 HingeJoint {
jointParameters HingeJointParameters {
position 2121.6461313909012
anchor 0.06 0 0.05
}
device [
RotationalMotor {
name "wheel1"
}
]
endPoint Solid {
translation 0.0600501240424719 -3.485804175576287e-05 0.04999432031528648
rotation 0.652794639436036 -0.6529804010639193 -0.38402572120885164 3.871328667229784
children [
DEF WHEEL Shape {
appearance PBRAppearance {
baseColor 0.333333 1 0
roughness 1
metalness 0
}
geometry Cylinder {
height 0.02
radius 0.04
subdivision 24
}
}
]
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 0.1594876174840828 -4.137213770796756e-05 0.009773499657145026
angularVelocity 0.24746473721187637 0.0003406950022912282 -3.993195218301734
}
}
DEF WHEEL2 HingeJoint {
jointParameters HingeJointParameters {
position 1930.9376050302142
anchor -0.06 0 0.05
}
device [
RotationalMotor {
name "wheel2"
}
]
endPoint Solid {
translation -0.060041472991992195 -4.110400514089336e-05 0.049992994182718686
rotation -0.6420014830148528 0.6426433089732234 -0.41814312530361625 3.9322451794212507
children [
USE WHEEL
]
name "solid(1)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 0.15950614085116907 -1.4153149815523416e-05 0.009688325994350431
angularVelocity 0.24176595037184 0.0019866609272192726 -3.993547110441544
}
}
DEF WHEEL3 HingeJoint {
jointParameters HingeJointParameters {
position 2121.646401920352
anchor 0.06 0 -0.05
}
device [
RotationalMotor {
name "wheel3"
}
]
endPoint Solid {
translation 0.06004173849489042 3.787668086091218e-05 -0.04999605496878279
rotation 0.6527646791465325 -0.6529507474842501 -0.3841270558272141 3.8715051370468023
children [
USE WHEEL
]
name "solid(2)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 0.1597752121691091 2.8067011489181352e-05 0.009881631982228127
angularVelocity 0.24746367651261864 0.0003407169608087854 -3.9931980176803696
}
}
DEF WHEEL4 HingeJoint {
jointParameters HingeJointParameters {
position 1930.937849119586
anchor -0.06 0 -0.05
}
device [
RotationalMotor {
name "wheel4"
}
]
endPoint Solid {
translation -0.06005319200712583 4.0953196304584214e-05 -0.04999017983390858
rotation -0.6420315579334627 0.6426731748957095 -0.4180510362228511 3.9320884292972584
children [
USE WHEEL
]
name "solid(3)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 0.15984145512843279 2.671200970982417e-05 0.009804123047511857
angularVelocity 0.2417647438900859 0.001987011538588827 -3.993549915621643
}
}
DEF DS_RIGHT DistanceSensor {
translation -0.04 0 0.1
rotation 0 1 0 -1.87079
children [
Shape {
appearance PBRAppearance {
baseColor 0 0.666667 0
roughness 1
metalness 0
}
geometry Box {
size 0.01 0.01 0.01
}
}
]
name "ds_right"
}
DEF DS_LEFT DistanceSensor {
translation 0.04 0 0.1
rotation 0 1 0 -1.27079
children [
Shape {
appearance PBRAppearance {
baseColor 0 0.666667 0
roughness 1
metalness 0
}
geometry Box {
size 0.01 0.01 0.01
}
}
]
name "ds_left"
}
]
boundingObject USE BODY
physics Physics {
density -1
mass 1
}
controller "riact70_1"
supervisor TRUE
battery [
0
]
linearVelocity 0.15965005343253105 6.773775953653763e-07 0.00978667909975366
angularVelocity -0.0001403663191611043 0.0005824124334055028 -0.0008673764324796576
}
DEF Secondary Robot {
translation 1.6596346555425634 0.0398590305814821 0.8100852083566724
rotation -6.768192048099983e-06 0.9999999999343789 9.243031253095011e-06 -1.5704081200879896
children [
DEF Secondary Receiver {
translation 0 0.031 0
rotation 0 1 0 -1.5707953071795862
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 0
}
}
geometry Box {
size 0.05 0.02 0.05
}
}
]
type "infra-red"
channel 1
}
DEF Left_IR DistanceSensor {
translation 0.04 -0.0299921 0.08
rotation -2.751329999989586e-06 -7.192349999972777e-09 0.999999999996215 -1.5700053071795859
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "S2"
recognitionColors [
0 0 0
]
type "infra-red"
}
DEF SLeft_IR DistanceSensor {
translation 0.04 -0.0299921 0.01
rotation -2.751329999989586e-06 -7.192349999972777e-09 0.999999999996215 -1.5700053071795859
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "SS1"
recognitionColors [
0 0 0
]
type "infra-red"
}
DEF Right_IR DistanceSensor {
translation -0.0400003 -0.0299523 0.0799999
rotation 0.7073872256406448 -0.7068262254616984 -1.6945805405331507e-09 -3.1415853071795863
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "S3"
recognitionColors [
0 0 0
]
type "infra-red"
}
DEF SRight_IR DistanceSensor {
translation -0.0399996 -0.029953 0.0099999
rotation 0.7073872256406448 -0.7068262254616984 -1.6945805405331507e-09 -3.1415853071795863
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry Box {
size 0.001 0.01 0.01
}
}
]
name "SS2"
recognitionColors [
0 0 0
]
type "infra-red"
}
DEF BODY Shape {
appearance PBRAppearance {
baseColor 0 0 1
roughness 1
metalness 0
}
geometry Box {
size 0.1 0.05 0.2
}
}
DEF WHEEL1 HingeJoint {
jointParameters HingeJointParameters {
position 1626.0724480309582
anchor 0.06 0 0.05
}
device [
RotationalMotor {
name "wheel1"
}
]
endPoint Solid {
translation 0.059996169309585845 2.2068148443520056e-06 0.050000265824136955
rotation -0.5109348467342865 0.5109378771024667 0.6912944872734311 1.9318798022535106
children [
DEF WHEEL Shape {
appearance PBRAppearance {
baseColor 0 1 0
roughness 1
metalness 0
}
geometry Cylinder {
height 0.02
radius 0.04
subdivision 24
}
}
]
boundingObject USE WHEEL
physics Physics {
}
linearVelocity -1.0446132079861008e-12 -1.766974822620948e-16 -8.258268941730632e-13
angularVelocity -9.326140405583244e-15 -1.6519495296051913e-11 -6.424331238883941e-12
}
}
DEF WHEEL2 HingeJoint {
jointParameters HingeJointParameters {
position 1379.4315399886937
anchor -0.06 0 0.05
}
device [
RotationalMotor {
name "wheel2"
}
]
endPoint Solid {
translation -0.05999752204434422 4.63955639888146e-07 0.04999793815144294
rotation 0.7038262449437488 -0.7038261657492354 -0.09621509930936861 3.3334331868127713
children [
USE WHEEL
]
name "solid(1)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 9.369226720125418e-13 -3.180554681392492e-16 -8.291020759175283e-13
angularVelocity 1.6640826501720132e-14 -1.6520752268267975e-11 5.028006652043756e-11
}
}
DEF WHEEL3 HingeJoint {
jointParameters HingeJointParameters {
position 1626.0726859799452
anchor 0.06 0 -0.05
}
device [
RotationalMotor {
name "wheel3"
}
]
endPoint Solid {
translation 0.059997905629018355 2.6780902519277773e-06 -0.05000386142675235
rotation -0.5108740443827842 0.5108770953727257 0.691384338989179 1.9317582882768831
children [
USE WHEEL
]
name "solid(2)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity -1.0386358970308986e-12 -2.473764752450391e-16 8.288163321838891e-13
angularVelocity 3.6068331194248815e-14 -1.652136352214336e-11 9.43514745131458e-11
}
}
DEF WHEEL4 HingeJoint {
jointParameters HingeJointParameters {
position 1379.431744636323
anchor -0.06 0 -0.05
}
device [
RotationalMotor {
name "wheel4"
}
]
endPoint Solid {
translation -0.05999925146146362 4.873501705320426e-07 -0.04999457075723139
rotation 0.7038212792759189 -0.7038211919664565 -0.09628777999998502 3.333577234191928
children [
USE WHEEL
]
name "solid(3)"
boundingObject USE WHEEL
physics Physics {
}
linearVelocity 9.374425467939416e-13 -1.413579858431456e-16 8.257520840531441e-13
angularVelocity -5.195724777602454e-14 -1.6516684546184434e-11 -1.3298614355811318e-10
}
}
DEF DS_RIGHT DistanceSensor {
translation -0.03 0 0.1
rotation 0 1 0 -1.87079
children [
Shape {
appearance PBRAppearance {
baseColor 0 0.666667 0
roughness 1
metalness 0
}
geometry Box {
size 0.01 0.01 0.01
}
}
]
name "ds_right"
}
DEF DS_LEFT DistanceSensor {
translation 0.03 0 0.1
rotation 0 1 0 -1.27079
children [
Shape {
appearance PBRAppearance {
baseColor 0 0.666667 0
roughness 1
metalness 0
}
geometry Box {
size 0.01 0.01 0.01
}
}
]
name "ds_left"
}
]
name "robot(1)"
boundingObject USE BODY
physics Physics {
density -1
mass 1
}
controller "riact70_2"
supervisor TRUE
battery [
0
]
}