-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIROS-2018-Case2-Full.kml
945 lines (945 loc) · 54.5 KB
/
IROS-2018-Case2-Full.kml
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
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>IROS-2018-Case2-Full.kml</name>
<visibility>0</visibility>
<Style id="sh_ylw-pushpin61">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Style id="sn_blu-blank8">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank-lv.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="sn_ylw-pushpin16">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff000000</color>
</LineStyle>
<PolyStyle>
<color>ffff5500</color>
</PolyStyle>
</Style>
<Style id="sn_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff000000</color>
</LineStyle>
</Style>
<StyleMap id="failed140">
<Pair>
<key>normal</key>
<styleUrl>#failed14</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#failed141</styleUrl>
</Pair>
</StyleMap>
<Style id="failed6">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="sn_ylw-pushpin11">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff999999</color>
<width>2.6</width>
</LineStyle>
<PolyStyle>
<color>99737373</color>
<outline>0</outline>
</PolyStyle>
</Style>
<StyleMap id="failed">
<Pair>
<key>normal</key>
<styleUrl>#failed143</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#failed3</styleUrl>
</Pair>
</StyleMap>
<Style id="failed14">
<LineStyle>
<color>ff0000ff</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="sh_blu-blank70">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank-lv.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="failed3">
<LineStyle>
<color>ff0000ff</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="failed1">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="failed7">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="failed143">
<LineStyle>
<color>ff0000ff</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="sh_ylw-pushpin8">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff999999</color>
<width>2.6</width>
</LineStyle>
<PolyStyle>
<color>99737373</color>
<outline>0</outline>
</PolyStyle>
</Style>
<StyleMap id="msn_ylw-pushpin8">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin14</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin13</styleUrl>
</Pair>
</StyleMap>
<Style id="failed2">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<StyleMap id="msn_blu-blank8">
<Pair>
<key>normal</key>
<styleUrl>#sn_blu-blank8</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_blu-blank8</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="msn_ylw-pushpin51">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin120</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin90</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="msn_ylw-pushpin130">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin130</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin61</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="msn_ylw-pushpin9">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin16</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin11</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="failed15">
<Pair>
<key>normal</key>
<styleUrl>#failed1</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#failed7</styleUrl>
</Pair>
</StyleMap>
<Style id="sn_ylw-pushpin14">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ffff0000</color>
<width>2.6</width>
</LineStyle>
<PolyStyle>
<color>9900aa00</color>
<outline>0</outline>
</PolyStyle>
</Style>
<StyleMap id="msn_blu-blank70">
<Pair>
<key>normal</key>
<styleUrl>#sn_blu-blank70</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_blu-blank70</styleUrl>
</Pair>
</StyleMap>
<Style id="failed12">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<StyleMap id="failed9">
<Pair>
<key>normal</key>
<styleUrl>#failed11</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#failed2</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="failed5">
<Pair>
<key>normal</key>
<styleUrl>#failed10</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#failed13</styleUrl>
</Pair>
</StyleMap>
<Style id="failed141">
<LineStyle>
<color>ff0000ff</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="failed13">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff000000</color>
</LineStyle>
</Style>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_ylw-pushpin90">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff999999</color>
<width>2.6</width>
</LineStyle>
<PolyStyle>
<color>ff737373</color>
<outline>0</outline>
</PolyStyle>
</Style>
<Style id="sn_ylw-pushpin15">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff000000</color>
</LineStyle>
<PolyStyle>
<color>ffff5500</color>
</PolyStyle>
</Style>
<StyleMap id="failed0">
<Pair>
<key>normal</key>
<styleUrl>#failed16</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#failed12</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="msn_ylw-pushpin14">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin11</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin8</styleUrl>
</Pair>
</StyleMap>
<Style id="failed4">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="sn_ylw-pushpin130">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Style id="sh_blu-blank8">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank-lv.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="failed11">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<StyleMap id="failed8">
<Pair>
<key>normal</key>
<styleUrl>#failed4</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#failed6</styleUrl>
</Pair>
</StyleMap>
<Style id="sn_ylw-pushpin120">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff999999</color>
<width>2.6</width>
</LineStyle>
<PolyStyle>
<color>ff737373</color>
<outline>0</outline>
</PolyStyle>
</Style>
<Style id="failed142">
<LineStyle>
<color>ffff0000</color>
<width>2</width>
</LineStyle>
</Style>
<StyleMap id="msn_ylw-pushpin15">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin15</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin12</styleUrl>
</Pair>
</StyleMap>
<Style id="failed16">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="sh_ylw-pushpin11">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff000000</color>
</LineStyle>
<PolyStyle>
<color>ffff5500</color>
</PolyStyle>
</Style>
<Style id="sh_ylw-pushpin12">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff000000</color>
</LineStyle>
<PolyStyle>
<color>ffff5500</color>
</PolyStyle>
</Style>
<Style id="failed10">
<LineStyle>
<color>ff00aa00</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="sn_blu-blank70">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>http://maps.google.com/mapfiles/kml/paddle/blu-blank-lv.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="sh_ylw-pushpin13">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ffff0000</color>
<width>2.6</width>
</LineStyle>
<PolyStyle>
<color>9900aa00</color>
<outline>0</outline>
</PolyStyle>
</Style>
<Folder>
<name>Case2</name>
<visibility>0</visibility>
<open>1</open>
<Placemark>
<name>geo_base</name>
<visibility>0</visibility>
<open>1</open>
<LookAt>
<longitude>-47.89858201642082</longitude>
<latitude>-22.00595239552849</latitude>
<altitude>0</altitude>
<heading>-0.001938156468861741</heading>
<tilt>0</tilt>
<range>49.29077632535324</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_ylw-pushpin130</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-47.89875013208566,-22.00587282101953,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>map_obstacle_frontier</name>
<visibility>0</visibility>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89872504321313,-22.00603678960755,0 -47.89846494053719,-22.00603784150905,0 -47.89846334510788,-22.0059005808366,0 -47.89872524138845,-22.00590058078817,0 -47.89872504321313,-22.00603678960755,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_obstacle_zone1</name>
<visibility>0</visibility>
<open>1</open>
<styleUrl>#msn_ylw-pushpin51</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89875294459794,-22.00590098865345,0 -47.89840360369563,-22.00590512473666,0 -47.89840439316166,-22.00587463091661,0 -47.89875165765554,-22.00587111491075,0 -47.89875294459794,-22.00590098865345,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_obstacle_zone2</name>
<visibility>0</visibility>
<open>1</open>
<styleUrl>#msn_ylw-pushpin14</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89875019681613,-22.0059596155571,0 -47.89872408577472,-22.00595961477428,0 -47.89872381693846,-22.00589913362725,0 -47.89875145919839,-22.00589877789334,0 -47.89875019681613,-22.0059596155571,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_obstacle_zone3</name>
<visibility>0</visibility>
<open>1</open>
<styleUrl>#msn_ylw-pushpin14</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89840344095499,-22.00603689940839,0 -47.89840461419038,-22.00590232469089,0 -47.89846748778752,-22.00590263087918,0 -47.89846966596793,-22.00603690152122,0 -47.89840344095499,-22.00603689940839,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_obstacle_zone4</name>
<visibility>0</visibility>
<styleUrl>#msn_ylw-pushpin14</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89875130335693,-22.00605917632008,0 -47.89853344641771,-22.00605990017611,0 -47.89853298282615,-22.00596065941367,0 -47.89874969695364,-22.00595861704279,0 -47.89875130335693,-22.00605917632008,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_obstacle_zone5</name>
<visibility>0</visibility>
<styleUrl>#msn_ylw-pushpin14</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.8985353923904,-22.00603485955808,0 -47.89853537725753,-22.00606002570267,0 -47.89840343006401,-22.00606143855372,0 -47.89840503055391,-22.00603591770202,0 -47.8985353923904,-22.00603485955808,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_obstacle_zone6</name>
<visibility>0</visibility>
<styleUrl>#msn_ylw-pushpin8</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89866803206263,-22.00592097512783,0 -47.89866811278834,-22.00593427911891,0 -47.89865352414696,-22.00593427867057,0 -47.89865338929131,-22.00592097467857,0 -47.89866803206263,-22.00592097512783,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_obstacle_zone7</name>
<visibility>0</visibility>
<styleUrl>#msn_ylw-pushpin8</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89854302262638,-22.00592624877526,0 -47.89854248782646,-22.00594211366058,0 -47.89852604357202,-22.0059421131368,0 -47.89852706185003,-22.00592624826689,0 -47.89854302262638,-22.00592624877526,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_bonus1</name>
<visibility>0</visibility>
<open>1</open>
<styleUrl>#msn_ylw-pushpin9</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89871906684473,-22.00591992968367,0 -47.89871815597544,-22.00593830513427,0 -47.89869911777345,-22.00593779033414,0 -47.89869958233108,-22.0059199297218,0 -47.89871906684473,-22.00591992968367,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>map_bonus2</name>
<visibility>0</visibility>
<open>1</open>
<styleUrl>#msn_ylw-pushpin15</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-47.89851054992828,-22.00601450582077,0 -47.89851077235982,-22.00603144499593,0 -47.89848985325262,-22.00603094889578,0 -47.89848949944908,-22.00601350261334,0 -47.89851054992828,-22.00601450582077,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>waypoint_1</name>
<visibility>0</visibility>
<open>1</open>
<LookAt>
<longitude>-47.89856903525814</longitude>
<latitude>-22.00589697591905</latitude>
<altitude>0</altitude>
<heading>-0.001975185079278304</heading>
<tilt>0</tilt>
<range>43.47955021998112</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_blu-blank70</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-47.89870966454083,-22.00593264981567,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>waypoint_2</name>
<visibility>0</visibility>
<LookAt>
<longitude>-47.89854929375269</longitude>
<latitude>-22.00590402520423</latitude>
<altitude>0</altitude>
<heading>-0.001983183859137842</heading>
<tilt>9.284409916923892</tilt>
<range>54.81386988609247</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_blu-blank8</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-47.89860563654198,-22.00593102772983,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>waypoint_3</name>
<visibility>0</visibility>
<LookAt>
<longitude>-47.89854929375269</longitude>
<latitude>-22.00590402520423</latitude>
<altitude>0</altitude>
<heading>-0.001983183859137842</heading>
<tilt>9.284409916923892</tilt>
<range>54.81386988609247</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_blu-blank8</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-47.89850210451571,-22.00593420073946,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>waypoint_4</name>
<visibility>0</visibility>
<LookAt>
<longitude>-47.89854929375269</longitude>
<latitude>-22.00590402520423</latitude>
<altitude>0</altitude>
<heading>-0.001983183859137842</heading>
<tilt>9.284409916923892</tilt>
<range>54.81386988609247</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_blu-blank8</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-47.89849968376691,-22.00602648281707,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>route_planned_sitl</name>
<visibility>0</visibility>
<styleUrl>#failed</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.89870963188314,-22.00593265926132,2 -47.89870750029355,-22.00593373904914,2 -47.89870100863429,-22.00593643851869,2 -47.89869064135758,-22.00593976786448,2 -47.89867697980601,-22.00594246733403,2 -47.89866138044571,-22.00594354712185,2 -47.89864500596192,-22.00594228736939,2 -47.89862940660162,-22.00593913798825,2 -47.89861652017354,-22.00593535873087,2 -47.89860838137687,-22.00593229933204,2 -47.89860566844465,-22.00593103957958,2 -47.89860566844465,-22.00593103957958,2 -47.89860295551242,-22.00592977982712,2 -47.89859559183926,-22.0059267204283,2 -47.89858425565816,-22.00592294117092,2 -47.89856962520223,-22.0059194318605,2 -47.89855286315669,-22.00591673239095,2 -47.89853532598766,-22.00591619249704,2 -47.89851972662736,-22.00591907193122,2 -47.89850897178889,-22.00592492078193,2 -47.89850344903401,-22.00593130952654,2 -47.8985020925679,-22.00593418896073,2 -47.8985020925679,-22.00593418896073,2 -47.89850199567746,-22.0059369784126,2 -47.89850170500615,-22.00594471689199,2 -47.89850141433485,-22.00595560475253,2 -47.89850112366354,-22.00596811229479,2 -47.89850092988266,-22.00598124971329,2 -47.89850063921135,-22.00599438713179,2 -47.89850034854004,-22.00600698465637,2 -47.89850005786873,-22.00601751258764,2 -47.89849986408786,-22.00602426126152,2 -47.89849967030698,-22.00602651081948,2
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl1</name>
<visibility>0</visibility>
<styleUrl>#failed9</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987095,-22.0059325,0.05 -47.8987128,-22.0059314,1.94 -47.8987104,-22.0059332,1.99 -47.8987097,-22.0059331,1.99 -47.8987088,-22.0059326,1.99 -47.898707,-22.0059328,1.99 -47.89870629999999,-22.0059336,1.99 -47.8987031,-22.0059352,1.99 -47.8986979,-22.0059364,1.99 -47.8986946,-22.0059372,1.99 -47.8986876,-22.0059396,1.99 -47.8986839,-22.0059409,1.99 -47.8986752,-22.0059422,1.99 -47.89867040000001,-22.0059423,1.99 -47.89866,-22.0059415,1.99 -47.8986485,-22.0059404,1.98 -47.8986425,-22.0059397,1.98 -47.8986305,-22.0059372,1.98 -47.8986247,-22.0059356,1.98 -47.8986152,-22.0059332,1.99 -47.8986119,-22.0059325,1.99 -47.8986075,-22.0059316,1.99 -47.8986028,-22.0059297,1.98 -47.8985995,-22.0059282,1.98 -47.8985916,-22.0059247,1.98 -47.8985823,-22.0059213,1.99 -47.8985774,-22.0059199,1.99 -47.8985671,-22.0059178,1.99 -47.8985614,-22.005917,1.99 -47.8985497,-22.005916,1.99 -47.8985436,-22.0059158,1.99 -47.89853149999999,-22.0059173,1.99 -47.89852560000001,-22.005919,1.99 -47.898516,-22.0059237,1.99 -47.89850979999999,-22.0059294,1.99 -47.8985077,-22.0059328,1.99 -47.8985044,-22.0059407,1.99 -47.8985029,-22.0059452,1.99 -47.89850059999999,-22.005955,1.99 -47.8984991,-22.0059659,1.99 -47.8984985,-22.0059718,1.99 -47.8984969,-22.0059841,1.99 -47.8984964,-22.0059906,1.99 -47.8984961,-22.006003,1.98 -47.89849650000001,-22.0060127,1.98 -47.8984969,-22.0060165,1.98 -47.8984977,-22.0060222,1.98 -47.898498,-22.0060241,1.98 -47.8984985,-22.0060256,1.9 -47.8984989,-22.0060249,1.6 -47.8984991,-22.0060245,1.42 -47.8984996,-22.0060245,1.09 -47.89849980000001,-22.0060246,0.93 -47.89849999999999,-22.0060248,0.62 -47.89849999999999,-22.0060249,0.47 -47.89849999999999,-22.0060249,0.15 -47.8984999,-22.0060252,-0.15 -47.8984999,-22.0060252,-0.3 -47.8984999,-22.0060253,-0.59 -47.8984999,-22.0060254,-0.8499999999999999 -47.8984999,-22.0060254,-0.98 -47.8984999,-22.0060254,-1.2 -47.8984999,-22.0060254,-1.31 -47.89850120000001,-22.0060219,0.05999999999999999
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl2</name>
<visibility>0</visibility>
<styleUrl>#failed15</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987095,-22.0059325,0.13 -47.8987142,-22.0059304,1.95 -47.8987127,-22.005933,1.99 -47.89871230000001,-22.005933,1.99 -47.8987114,-22.0059327,1.99 -47.8987085,-22.0059323,1.99 -47.89870629999999,-22.0059337,1.99 -47.8987044,-22.0059346,1.99 -47.8986993,-22.0059358,1.99 -47.898696,-22.0059364,1.99 -47.8986888,-22.0059385,1.99 -47.898681,-22.005941,1.99 -47.8986764,-22.0059415,1.99 -47.8986664,-22.0059414,1.99 -47.898661,-22.0059409,1.99 -47.89864949999999,-22.0059398,1.99 -47.8986435,-22.0059391,1.99 -47.89863139999999,-22.005937,1.99 -47.8986199,-22.0059338,1.99 -47.8986152,-22.0059327,1.99 -47.8986091,-22.0059315,1.99 -47.8986072,-22.005931,1.99 -47.8986028,-22.0059292,1.99 -47.8985998,-22.0059277,1.99 -47.8985922,-22.0059243,1.99 -47.8985879,-22.0059226,1.99 -47.8985786,-22.0059195,1.99 -47.8985685,-22.0059172,1.99 -47.898563,-22.0059164,1.99 -47.89855169999999,-22.0059153,1.99 -47.89853960000001,-22.0059152,1.99 -47.89853359999999,-22.005916,1.99 -47.8985221,-22.0059196,2 -47.8985174,-22.0059221,2 -47.8985107,-22.0059274,2 -47.8985084,-22.0059306,2 -47.898505,-22.0059383,2 -47.89850240000001,-22.0059473,2 -47.8985013,-22.0059522,2 -47.8984997,-22.005963,2 -47.8984983,-22.0059748,2 -47.8984975,-22.0059808,2 -47.89849650000001,-22.0059937,2 -47.8984964,-22.0060057,2 -47.8984967,-22.0060105,2 -47.8984973,-22.006018,1.99 -47.8984977,-22.0060209,1.99 -47.8984984,-22.0060249,1.99 -47.89849860000001,-22.0060259,1.98 -47.8984991,-22.0060254,1.79 -47.89849939999999,-22.0060248,1.62 -47.89849980000001,-22.006024,1.26 -47.8985002,-22.006024,0.9399999999999999 -47.89850040000001,-22.006024,0.79 -47.8985005,-22.006024,0.4799999999999999 -47.8985005,-22.0060241,0.32 -47.8985005,-22.0060242,0 -47.89850040000001,-22.0060243,-0.15 -47.8985003,-22.0060244,-0.45 -47.8985003,-22.0060245,-0.72 -47.8985003,-22.0060246,-0.8499999999999999 -47.89850040000001,-22.0060247,-1.09 -47.8985005,-22.0060248,-1.31 -47.89850059999999,-22.0060247,-1.41 -47.8985025,-22.0060206,-0.01
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl3</name>
<visibility>0</visibility>
<styleUrl>#failed8</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987095,-22.0059325,0.15 -47.89871440000001,-22.0059316,1.94 -47.89871339999999,-22.0059326,1.99 -47.8987131,-22.0059326,1.99 -47.8987124,-22.0059325,1.99 -47.89870929999999,-22.0059322,1.99 -47.8987071,-22.0059336,2 -47.8987055,-22.0059346,2 -47.8987006,-22.005936,2 -47.8986973,-22.0059366,2 -47.8986901,-22.0059386,2 -47.8986863,-22.00594,2 -47.89867779999999,-22.0059417,2 -47.8986677,-22.0059418,2 -47.89866229999999,-22.0059414,2 -47.8986566,-22.0059408,2 -47.8986447,-22.0059397,1.99 -47.8986325,-22.0059374,2 -47.8986265,-22.0059359,2 -47.8986164,-22.0059335,2 -47.89861269999999,-22.0059328,2 -47.8986079,-22.0059318,1.99 -47.89860350000001,-22.0059301,1.99 -47.8986004,-22.0059287,1.99 -47.8985927,-22.0059253,1.99 -47.89858360000001,-22.0059218,1.99 -47.8985787,-22.0059203,1.99 -47.8985685,-22.0059179,1.99 -47.8985629,-22.0059169,1.99 -47.89855150000001,-22.0059157,1.99 -47.8985395,-22.0059156,1.99 -47.8985334,-22.0059164,1.99 -47.8985222,-22.0059201,2 -47.8985176,-22.0059226,2 -47.8985108,-22.0059269,2 -47.8985084,-22.0059293,2 -47.89850510000001,-22.0059355,2 -47.8985026,-22.0059435,2 -47.8985016,-22.005948,2 -47.89849999999999,-22.0059578,2 -47.89849939999999,-22.0059631,2 -47.89849860000001,-22.0059745,2 -47.898498,-22.0059806,2 -47.8984971,-22.0059933,2 -47.8984971,-22.0060055,2 -47.8984974,-22.0060105,2 -47.898498,-22.0060182,2 -47.8984985,-22.0060233,2 -47.8984987,-22.006025,1.99 -47.8984991,-22.006026,1.9 -47.89849939999999,-22.0060256,1.76 -47.89849980000001,-22.0060248,1.4 -47.89849999999999,-22.0060247,1.23 -47.8985003,-22.0060249,0.9199999999999999 -47.89850040000001,-22.0060251,0.61 -47.8985005,-22.0060251,0.45 -47.8985005,-22.0060251,0.12 -47.8985005,-22.0060252,-0.02 -47.8985005,-22.0060253,-0.33 -47.8985005,-22.0060254,-0.4799999999999999 -47.8985005,-22.0060254,-0.76 -47.89850040000001,-22.0060255,-0.9 -47.8985002,-22.0060255,-1.15 -47.8985001,-22.0060255,-1.37 -47.89849999999999,-22.0060255,-1.47
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl4</name>
<visibility>0</visibility>
<styleUrl>#failed5</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987095,-22.0059325,0.05 -47.8987126,-22.0059312,1.95 -47.8987109,-22.005933,1.99 -47.8987107,-22.005933,1.99 -47.8987089,-22.0059324,1.99 -47.8987071,-22.0059331,1.99 -47.898706,-22.005934,1.99 -47.89870190000001,-22.0059355,1.99 -47.8986991,-22.005936,1.99 -47.8986922,-22.0059377,1.99 -47.8986848,-22.0059404,1.99 -47.89868080000001,-22.0059414,1.99 -47.8986713,-22.0059421,1.99 -47.89866090000001,-22.0059413,1.99 -47.8986494,-22.0059404,1.99 -47.8986433,-22.0059398,1.99 -47.8986313,-22.0059376,1.99 -47.8986254,-22.005936,1.99 -47.89861570000001,-22.0059335,1.99 -47.8986122,-22.0059328,1.99 -47.8986073,-22.0059316,1.98 -47.898601,-22.0059289,1.98 -47.8985971,-22.0059272,1.98 -47.898588,-22.0059235,1.98 -47.89857789999999,-22.0059203,1.99 -47.89857260000001,-22.005919,1.99 -47.89856690000001,-22.0059179,1.98 -47.898555,-22.0059163,1.99 -47.8985426,-22.0059157,1.99 -47.8985364,-22.0059161,1.99 -47.89852440000001,-22.005919,1.99 -47.89851929999999,-22.0059214,1.99 -47.8985115,-22.0059259,1.99 -47.89850870000001,-22.0059279,1.99 -47.8985049,-22.0059333,1.99 -47.8985035,-22.0059368,1.99 -47.8985013,-22.0059449,1.99 -47.8984995,-22.0059543,1.99 -47.8984989,-22.0059594,1.99 -47.8984981,-22.0059704,1.99 -47.89849759999999,-22.0059763,1.99 -47.89849650000001,-22.0059886,1.99 -47.8984963,-22.0060012,1.99 -47.8984966,-22.0060067,1.99 -47.8984972,-22.0060153,1.99 -47.89849759999999,-22.0060186,1.99 -47.89849819999999,-22.0060234,1.98 -47.8984987,-22.0060258,1.95 -47.8984989,-22.0060257,1.86 -47.89849939999999,-22.0060248,1.53 -47.8984997,-22.0060245,1.18 -47.89849980000001,-22.0060246,1.03 -47.89849999999999,-22.0060248,0.72 -47.8985002,-22.006025,0.4 -47.8985003,-22.006025,0.24 -47.8985003,-22.0060252,-0.05999999999999999 -47.8985002,-22.0060253,-0.2 -47.8985001,-22.0060253,-0.4799999999999999 -47.89849999999999,-22.0060253,-0.62 -47.8984999,-22.0060254,-0.87 -47.8984999,-22.0060254,-0.99 -47.8984999,-22.0060254,-1.21 -47.8985017,-22.0060228,0.05999999999999999
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl5</name>
<visibility>0</visibility>
<styleUrl>#failed0</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987095,-22.0059325,0.18 -47.8987141,-22.0059314,1.93 -47.8987141,-22.0059328,1.99 -47.8987141,-22.0059328,1.99 -47.8987131,-22.0059325,1.99 -47.8987094,-22.005932,1.99 -47.89870809999999,-22.0059324,1.99 -47.8987053,-22.0059341,2 -47.89870299999999,-22.0059349,2 -47.8986968,-22.0059362,2 -47.8986893,-22.0059383,2 -47.8986854,-22.0059397,2 -47.89867659999999,-22.0059415,2 -47.8986716,-22.0059419,2 -47.8986608,-22.0059419,2.01 -47.898655,-22.0059418,2.01 -47.8986429,-22.0059412,2.01 -47.8986369,-22.0059403,2.01 -47.8986252,-22.0059369,2.01 -47.8986199,-22.0059352,2.01 -47.8986119,-22.0059329,2.01 -47.8986093,-22.0059324,2.01 -47.8986048,-22.0059309,2.01 -47.8985983,-22.0059279,2.01 -47.8985943,-22.0059262,2.01 -47.8985851,-22.0059227,2 -47.8985802,-22.005921,2 -47.8985697,-22.0059184,2 -47.8985582,-22.0059168,2 -47.89855229999999,-22.0059163,2 -47.89854,-22.0059159,2 -47.8985338,-22.0059164,2 -47.8985217,-22.0059195,2 -47.8985123,-22.0059246,2 -47.898509,-22.0059274,2 -47.8985046,-22.0059337,2 -47.8985029,-22.0059375,2 -47.8985002,-22.0059459,2 -47.898498,-22.0059554,2 -47.8984972,-22.0059606,2 -47.8984961,-22.0059717,2 -47.8984955,-22.0059777,2 -47.8984943,-22.0059902,2 -47.8984942,-22.0059967,2 -47.8984946,-22.0060081,2 -47.8984957,-22.0060163,2 -47.8984962,-22.0060194,2 -47.8984969,-22.006024,2 -47.8984972,-22.0060254,1.99 -47.89849759999999,-22.006026,1.84 -47.8984978,-22.0060252,1.49 -47.898498,-22.0060251,1.32 -47.8984984,-22.0060252,1 -47.89849860000001,-22.0060253,0.84 -47.89849879999999,-22.0060255,0.53 -47.8984989,-22.0060255,0.37 -47.8984989,-22.0060256,0.05 -47.8984989,-22.0060258,-0.25 -47.8984989,-22.0060259,-0.39 -47.898499,-22.006026,-0.67 -47.8984991,-22.006026,-0.93 -47.8984991,-22.006026,-1.05 -47.8984991,-22.0060259,-1.27
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>route_planned_real_flight</name>
<visibility>0</visibility>
<styleUrl>#failed140</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.89870963188314,-22.00593265926132,2.7 -47.89870750029355,-22.00593373904914,2.7 -47.89870100863429,-22.00593643851869,2.7 -47.89869064135758,-22.00593976786448,2.7 -47.89867697980601,-22.00594246733403,2.7 -47.89866138044571,-22.00594354712185,2.7 -47.89864500596192,-22.00594228736939,2.7 -47.89862940660162,-22.00593913798825,2.7 -47.89861652017354,-22.00593535873087,2.7 -47.89860838137687,-22.00593229933204,2.7 -47.89860566844465,-22.00593103957958,2.7 -47.89860566844465,-22.00593103957958,2.7 -47.89860295551242,-22.00592977982712,2.7 -47.89859559183926,-22.0059267204283,2.7 -47.89858425565816,-22.00592294117092,2.7 -47.89856962520223,-22.0059194318605,2.7 -47.89855286315669,-22.00591673239095,2.7 -47.89853532598766,-22.00591619249704,2.7 -47.89851972662736,-22.00591907193122,2.7 -47.89850897178889,-22.00592492078193,2.7 -47.89850344903401,-22.00593130952654,2.7 -47.8985020925679,-22.00593418896073,2.7 -47.8985020925679,-22.00593418896073,2.7 -47.89850199567746,-22.0059369784126,2.7 -47.89850170500615,-22.00594435696272,2.7 -47.89850141433485,-22.00595506485861,2.7 -47.89850112366354,-22.00596793233016,2.7 -47.89850092988266,-22.00598205955416,2.7 -47.89850063921135,-22.00599609679584,2.7 -47.89850034854004,-22.00600851435579,2.7 -47.89850005786873,-22.00601805248155,2.7 -47.89849986408786,-22.00602426126152,2.7 -47.89849967030698,-22.00602651081948,2.7
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_exec_real_flight1</name>
<visibility>0</visibility>
<styleUrl>#failed142</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987082,-22.0059247,2.53 -47.8987086,-22.0059285,2.58 -47.8987049,-22.0059304,2.68 -47.8986991,-22.0059322,2.71 -47.8986937,-22.0059346,2.7 -47.8986875,-22.0059379,2.68 -47.89868309999999,-22.0059389,2.63 -47.8986773,-22.005938,2.72 -47.89867209999999,-22.0059381,2.79 -47.89866559999999,-22.0059387,2.75 -47.8986592,-22.0059386,2.75 -47.898652,-22.0059377,2.77 -47.8986447,-22.0059371,2.77 -47.89863770000001,-22.0059365,2.77 -47.8986292,-22.0059345,2.78 -47.8986292,-22.0059345,2.78 -47.8986123,-22.0059304,2.82 -47.8986123,-22.0059304,2.82 -47.89860819999999,-22.0059303,2.76 -47.8986044,-22.0059284,2.73 -47.89859749999999,-22.0059264,2.75 -47.8985903,-22.0059251,2.65 -47.8985903,-22.0059251,2.65 -47.8985831,-22.0059238,2.7 -47.898577,-22.0059225,2.73 -47.89856810000001,-22.0059215,2.76 -47.89856,-22.0059215,2.8 -47.89855289999999,-22.0059217,2.79 -47.8985462,-22.005922,2.81 -47.89853960000001,-22.0059223,2.84 -47.89853359999999,-22.005923,2.83 -47.8985271,-22.0059246,2.82 -47.8985204,-22.0059273,2.81 -47.8985129,-22.0059311,2.79 -47.89850810000001,-22.0059347,2.74 -47.89850750000001,-22.0059356,2.66 -47.898506,-22.005937,2.65 -47.89850360000001,-22.0059413,2.64 -47.8985028,-22.0059463,2.63 -47.8985025,-22.0059517,2.61 -47.89850209999999,-22.005959,2.66 -47.8985025,-22.0059673,2.67 -47.8985029,-22.0059748,2.71 -47.8985028,-22.005984,2.72 -47.89850120000001,-22.0059959,2.74 -47.8984996,-22.0060043,2.79 -47.8984987,-22.0060146,2.79 -47.89849819999999,-22.0060244,2.78 -47.8984973,-22.0060277,2.77 -47.8984973,-22.0060277,2.77 -47.8984952,-22.0060279,2.76 -47.8984952,-22.0060279,2.76 -47.8984933,-22.0060272,2.47 -47.8984926,-22.0060272,2.14 -47.8984926,-22.0060272,2.14 -47.8984927,-22.0060262,1.86 -47.8984926,-22.0060256,1.4 -47.8984926,-22.0060256,1.4 -47.89849289999999,-22.0060251,1.21 -47.89849289999999,-22.0060251,1.21 -47.8984912,-22.0060255,1.21
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_exec_real_flight2</name>
<visibility>0</visibility>
<styleUrl>#failed142</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987072,-22.005933,2.7 -47.8987071,-22.0059316,2.59 -47.8987066,-22.0059313,2.69 -47.89870359999999,-22.0059322,2.71 -47.8986976,-22.0059336,2.76 -47.8986925,-22.0059346,2.91 -47.8986884,-22.0059367,2.93 -47.898683,-22.0059403,2.83 -47.8986742,-22.0059443,2.77 -47.8986742,-22.0059443,2.77 -47.89865700000001,-22.0059418,2.78 -47.89865700000001,-22.0059418,2.78 -47.8986476,-22.0059401,2.68 -47.8986357,-22.0059372,2.59 -47.8986283,-22.005935,2.55 -47.8986199,-22.0059309,2.59 -47.8986118,-22.0059281,2.71 -47.89860969999999,-22.0059294,2.68 -47.89860969999999,-22.0059294,2.68 -47.8986083,-22.0059304,2.56 -47.8986019,-22.0059288,2.65 -47.8985944,-22.0059259,2.74 -47.8985882,-22.0059229,2.79 -47.8985801,-22.0059204,2.77 -47.8985715,-22.0059185,2.79 -47.8985638,-22.005917,2.81 -47.8985544,-22.0059175,2.82 -47.8985474,-22.005919,2.81 -47.8985376,-22.0059178,2.83 -47.8985376,-22.0059178,2.83 -47.8985271,-22.0059176,2.86 -47.8985176,-22.005921,2.83 -47.8985072,-22.0059279,2.82 -47.8985049,-22.0059334,2.85 -47.898506,-22.0059355,2.86 -47.8985046,-22.0059411,2.81 -47.89850529999999,-22.0059471,2.85 -47.898508,-22.0059513,2.83 -47.89850870000001,-22.0059551,2.85 -47.898507,-22.0059606,2.78 -47.8985056,-22.0059674,2.72 -47.89850529999999,-22.0059753,2.72 -47.8985049,-22.0059858,2.72 -47.8985034,-22.0059971,2.76 -47.8985013,-22.0060066,2.89 -47.89849939999999,-22.0060163,2.94 -47.89849980000001,-22.006023,2.87 -47.89849980000001,-22.006023,2.87 -47.8985008,-22.0060242,2.68 -47.8984991,-22.0060227,2.48 -47.8984991,-22.0060221,2.18 -47.8984987,-22.0060199,1.91 -47.8984977,-22.0060197,1.67 -47.89849819999999,-22.0060198,1.42 -47.89849819999999,-22.0060198,1.42 -47.8984995,-22.0060197,1.3 -47.8984995,-22.0060199,1.25 -47.8984993,-22.00602,1.2 -47.8984993,-22.0060202,1.17 -47.8984993,-22.0060202,1.15 -47.8984993,-22.0060203,1.14 -47.8984996,-22.0060204,1.09 -47.89849980000001,-22.0060205,1.06 -47.8985001,-22.0060206,1.09 -47.8985003,-22.0060206,1.09 -47.8985005,-22.0060207,1.11 -47.8985009,-22.0060207,1.14 -47.8985011,-22.0060208,1.15 -47.8985014,-22.0060208,1.19 -47.89850149999999,-22.0060208,1.21 -47.8985016,-22.0060208,1.22 -47.8985017,-22.0060208,1.24 -47.89850180000001,-22.0060207,1.27 -47.8985019,-22.0060206,1.3 -47.898502,-22.0060206,1.32 -47.8985019,-22.0060203,1.37 -47.8985019,-22.0060202,1.4 -47.89850180000001,-22.0060201,1.42 -47.89850149999999,-22.0060198,1.47
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl_mpga</name>
<visibility>0</visibility>
<styleUrl>#failed141</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987102,-22.0059304,1.91 -47.8987073,-22.005933,1.99 -47.8987065,-22.0059333,2.0 -47.8987059,-22.0059332,2.0 -47.8987053,-22.005933,2.0 -47.8987051,-22.0059343,2.0 -47.898704,-22.0059356,2.0 -47.8987019,-22.0059362,2.0 -47.8987009,-22.0059365,2.0 -47.8986989,-22.0059371,2.0 -47.8986969,-22.0059378,2.0 -47.8986947,-22.0059384,2.0 -47.8986936,-22.0059386,2.0 -47.8986913,-22.005939,1.99 -47.8986902,-22.0059393,1.99 -47.8986881,-22.0059399,1.99 -47.898686,-22.0059406,1.99 -47.8986839,-22.0059414,1.99 -47.8986828,-22.0059419,1.99 -47.8986807,-22.0059427,1.99 -47.8986787,-22.0059435,1.99 -47.8986765,-22.0059438,1.99 -47.8986753,-22.0059438,1.99 -47.898673,-22.0059437,1.99 -47.8986707,-22.0059437,1.99 -47.8986684,-22.0059437,1.99 -47.8986671,-22.0059436,1.99 -47.8986648,-22.0059434,1.99 -47.8986625,-22.0059432,1.99 -47.8986602,-22.005943,1.99 -47.898659,-22.0059428,1.99 -47.8986566,-22.0059424,1.99 -47.8986543,-22.0059419,1.99 -47.8986531,-22.0059416,1.99 -47.8986507,-22.0059411,1.99 -47.8986482,-22.0059407,1.99 -47.8986455,-22.0059403,1.99 -47.8986443,-22.0059401,1.99 -47.8986416,-22.0059397,1.99 -47.8986389,-22.0059395,1.99 -47.8986364,-22.0059392,1.99 -47.8986352,-22.0059391,1.99 -47.8986327,-22.005939,1.99 -47.8986301,-22.0059388,1.99 -47.8986289,-22.0059387,1.99 -47.8986264,-22.0059382,1.99 -47.898624,-22.0059377,1.99 -47.8986216,-22.005937,2.0 -47.8986192,-22.0059365,2.0 -47.898618,-22.0059361,2.0 -47.8986157,-22.0059351,2.0 -47.8986135,-22.005934,2.0 -47.8986124,-22.0059334,2.0 -47.8986103,-22.0059325,2.01 -47.898608,-22.0059316,2.01 -47.8986057,-22.0059312,2.01 -47.8986035,-22.0059305,2.01 -47.8986024,-22.00593,2.01 -47.8986002,-22.0059291,2.02 -47.8985978,-22.0059285,2.02 -47.8985953,-22.0059279,2.02 -47.8985929,-22.0059273,2.02 -47.8985907,-22.0059266,2.02 -47.8985895,-22.0059263,2.02 -47.8985872,-22.0059255,2.02 -47.898585,-22.0059245,2.02 -47.8985839,-22.005924,2.02 -47.8985817,-22.0059229,2.02 -47.8985794,-22.0059219,2.02 -47.8985783,-22.0059213,2.02 -47.8985761,-22.0059202,2.02 -47.8985738,-22.0059195,2.02 -47.8985715,-22.0059189,2.02 -47.8985703,-22.0059186,2.02 -47.8985684,-22.0059177,2.03 -47.8985709,-22.005918,2.02 -47.8985737,-22.0059182,1.99 -47.8985749,-22.0059181,1.97 -47.8985771,-22.0059177,1.94 -47.8985792,-22.0059172,1.9 -47.8985803,-22.005917,1.88 -47.8985825,-22.0059166,1.85 -47.8985846,-22.0059163,1.81 -47.8985857,-22.005916,1.79 -47.8985878,-22.0059156,1.75 -47.89859,-22.0059153,1.71 -47.8985912,-22.0059151,1.69 -47.8985935,-22.0059149,1.65 -47.8985958,-22.0059147,1.62 -47.898597,-22.0059146,1.6 -47.8985994,-22.0059143,1.56 -47.8986019,-22.0059141,1.52 -47.8986032,-22.0059139,1.5 -47.8986058,-22.0059137,1.46 -47.8986087,-22.0059136,1.42 -47.8986101,-22.0059136,1.4 -47.898613,-22.0059135,1.37 -47.898616,-22.0059132,1.33 -47.8986175,-22.0059131,1.31 -47.898619,-22.005913,1.29 -47.8986229,-22.0059129,1.23 -47.8986241,-22.0059129,1.21 -47.8986267,-22.0059132,1.17 -47.8986279,-22.0059134,1.15 -47.8986303,-22.0059138,1.12 -47.8986326,-22.0059142,1.08 -47.8986338,-22.0059145,1.06 -47.8986361,-22.0059151,1.02 -47.8986385,-22.0059154,0.97 -47.8986397,-22.0059154,0.94 -47.8986421,-22.0059156,0.89 -47.8986447,-22.0059157,0.84 -47.8986471,-22.0059159,0.79 -47.8986483,-22.005916,0.77 -47.8986506,-22.0059163,0.73 -47.8986531,-22.0059165,0.68 -47.8986544,-22.0059167,0.66 -47.8986568,-22.0059169,0.62 -47.8986593,-22.0059172,0.58 -47.8986606,-22.0059173,0.56 -47.8986633,-22.0059175,0.52 -47.8986654,-22.0059175,0.48 -47.8986662,-22.0059175,0.46 -47.8986673,-22.0059174,0.41 -47.8986678,-22.0059175,0.36 -47.8986677,-22.0059175,0.34 -47.898667,-22.0059176,0.3 -47.8986658,-22.0059177,0.26 -47.8986651,-22.0059177,0.24 -47.8986635,-22.0059179,0.22 -47.898662,-22.0059182,0.26 -47.8986613,-22.0059184,0.28 -47.8986601,-22.0059187,0.29 -47.8986593,-22.005919,0.28 -47.8986591,-22.0059191,0.28 -47.8986589,-22.0059195,0.28 -47.8986593,-22.0059199,0.28 -47.8986596,-22.00592,0.28 -47.8986607,-22.0059202,0.28 -47.8986623,-22.0059205,0.28 -47.8986633,-22.0059205,0.28 -47.8986654,-22.0059205,0.28 -47.8986666,-22.0059205,0.28 -47.8986692,-22.0059203,0.28 -47.8986719,-22.0059199,0.28 -47.8986749,-22.0059193,0.27 -47.8986765,-22.0059191,0.26 -47.8986799,-22.0059186,0.23 -47.8986834,-22.0059181,0.22 -47.8986853,-22.0059179,0.22 -47.8986884,-22.0059178,0.23 -47.8986912,-22.0059179,0.24 -47.8986925,-22.005918,0.24 -47.8986951,-22.0059181,0.25 -47.8986965,-22.0059182,0.11 -47.8986968,-22.0059182,-0.01 -47.8986969,-22.0059182,-0.28 -47.8986969,-22.0059183,-0.53 -47.8986971,-22.0059183,-0.64 -47.8986975,-22.0059184,-0.85 -47.8986979,-22.0059185,-1.04 -47.8986981,-22.0059185,-1.13 -47.8986986,-22.0059185,-1.31 -47.8986992,-22.0059186,-1.49 -47.8986995,-22.0059187,-1.57 -47.8987,-22.0059188,-1.72 -47.8987002,-22.0059188,-1.79 -47.8987002,-22.0059187,-1.89 -47.8987,-22.0059186,-1.96 -47.8987,-22.0059185,-2.01 -47.8987,-22.0059185,-2.03
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>route_planned_sitl_mpga</name>
<visibility>0</visibility>
<styleUrl>#failed141</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.89859845592055,-22.005923880586327,2.0 -47.89859565094241,-22.00591047861981,2.0 -47.89860986186275,-22.0059118481507,2.0 -47.89862358542419,-22.00591289644471,2.0 -47.89863651545296,-22.00591401852422,2.0 -47.89864876627977,-22.00591493904334,2.0 -47.898660397976684,-22.005915837066876,2.0 -47.89867150549634,-22.005916206894206,2.0 -47.89868211984367,-22.005916554225955,2.0 -47.898692210982645,-22.005917757289552,2.0
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl_mpga1</name>
<visibility>0</visibility>
<styleUrl>#failed141</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987091,-22.0059314,2.6 -47.8987058,-22.0059345,2.7 -47.8987056,-22.0059346,2.7 -47.8987045,-22.0059348,2.7 -47.8987045,-22.0059336,2.69 -47.8987044,-22.0059333,2.69 -47.898703,-22.0059345,2.69 -47.8987019,-22.0059355,2.69 -47.8986985,-22.005938,2.69 -47.8986939,-22.0059402,2.69 -47.8986908,-22.0059412,2.69 -47.898684,-22.0059432,2.68 -47.8986801,-22.0059441,2.68 -47.8986717,-22.0059455,2.68 -47.8986626,-22.005946,2.68 -47.8986578,-22.0059459,2.68 -47.898648,-22.0059453,2.68 -47.8986431,-22.0059447,2.68 -47.8986336,-22.0059427,2.68 -47.8986254,-22.0059396,2.68 -47.8986222,-22.0059383,2.68 -47.8986181,-22.0059367,2.68 -47.8986152,-22.0059357,2.69 -47.8986138,-22.0059351,2.69 -47.8986126,-22.0059344,2.69 -47.8986103,-22.0059333,2.69 -47.8986118,-22.0059339,2.69 -47.8986178,-22.0059363,2.69 -47.8986219,-22.0059378,2.69 -47.898631,-22.0059407,2.7 -47.8986404,-22.0059431,2.69 -47.8986453,-22.005944,2.7 -47.8986502,-22.005945,2.7 -47.8986592,-22.0059466,2.7 -47.8986638,-22.0059466,2.7 -47.8986731,-22.0059452,2.7 -47.8986824,-22.0059424,2.7 -47.8986875,-22.0059414,2.7 -47.8986978,-22.0059401,2.7 -47.8987041,-22.0059391,2.71 -47.8987052,-22.0059388,2.7 -47.8987042,-22.0059384,2.54 -47.8987033,-22.0059382,2.38 -47.8987026,-22.0059378,2.04 -47.8987028,-22.0059376,1.88 -47.8987035,-22.0059374,1.57 -47.8987043,-22.0059373,1.26 -47.8987047,-22.0059373,1.11 -47.8987054,-22.0059374,0.8 -47.8987061,-22.0059375,0.5 -47.8987063,-22.0059376,0.35 -47.8987069,-22.0059377,0.04 -47.8987073,-22.0059379,-0.26 -47.8987075,-22.005938,-0.41 -47.8987076,-22.005938,-0.69 -47.8987075,-22.005938,-0.82 -47.8987075,-22.005938,-1.07 -47.8987075,-22.005938,-1.29 -47.8987075,-22.005938,-1.39 -47.8987075,-22.0059379,-1.58 -47.8987075,-22.0059379,-1.67 -47.8987075,-22.0059378,-1.81
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl_mpga2</name>
<visibility>0</visibility>
<styleUrl>#failed141</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987149,-22.0059322,2.58 -47.8987111,-22.0059335,2.7 -47.8987108,-22.0059336,2.7 -47.8987093,-22.0059333,2.7 -47.8987079,-22.0059329,2.7 -47.8987051,-22.0059334,2.7 -47.8987019,-22.0059357,2.7 -47.8986998,-22.0059371,2.7 -47.8986944,-22.0059394,2.71 -47.8986909,-22.0059406,2.71 -47.8986834,-22.0059428,2.71 -47.8986791,-22.0059438,2.71 -47.8986701,-22.0059452,2.71 -47.8986604,-22.0059456,2.71 -47.8986553,-22.0059456,2.71 -47.8986455,-22.005945,2.71 -47.8986405,-22.0059443,2.71 -47.8986311,-22.0059422,2.71 -47.8986267,-22.0059406,2.71 -47.8986177,-22.0059369,2.71 -47.8986099,-22.0059345,2.72 -47.8986076,-22.0059338,2.71 -47.8986039,-22.0059322,2.71 -47.8986011,-22.0059308,2.71 -47.8985933,-22.0059272,2.71 -47.8985847,-22.0059232,2.71 -47.898581,-22.0059215,2.71 -47.898577,-22.0059193,2.71 -47.8985751,-22.0059178,2.71 -47.898574,-22.0059172,2.7 -47.8985719,-22.0059165,2.7 -47.8985709,-22.0059162,2.7 -47.8985705,-22.0059149,2.7 -47.8985753,-22.0059162,2.69 -47.8985789,-22.0059173,2.69 -47.898588,-22.0059192,2.69 -47.898598,-22.0059204,2.69 -47.898603,-22.0059204,2.69 -47.8986081,-22.0059199,2.69 -47.8986183,-22.0059179,2.69 -47.8986235,-22.0059166,2.69 -47.8986341,-22.0059139,2.69 -47.8986445,-22.0059117,2.69 -47.8986498,-22.005911,2.69 -47.8986607,-22.0059097,2.69 -47.8986655,-22.0059093,2.69 -47.8986739,-22.0059109,2.69 -47.8986783,-22.0059125,2.69 -47.8986879,-22.0059159,2.69 -47.8986959,-22.0059191,2.69 -47.8986983,-22.0059202,2.68 -47.8987006,-22.0059213,2.67 -47.8987001,-22.0059218,2.51 -47.8986995,-22.005922,2.34 -47.8986989,-22.0059227,1.98 -47.8986989,-22.005923,1.82 -47.8986993,-22.0059237,1.51 -47.8986997,-22.0059242,1.2 -47.8986998,-22.0059244,1.03 -47.8987,-22.0059249,0.71 -47.8987002,-22.0059251,0.55 -47.8987005,-22.0059255,0.23 -47.8987008,-22.0059259,-0.07 -47.8987009,-22.005926,-0.22 -47.8987009,-22.005926,-0.51 -47.898701,-22.0059259,-0.65 -47.8987009,-22.0059257,-0.9 -47.8987009,-22.0059256,-1.14 -47.8987009,-22.0059255,-1.25 -47.8987009,-22.0059254,-1.46 -47.8987008,-22.0059254,-1.56 -47.8987007,-22.0059252,-1.72 -47.8987001,-22.0059255,-0.07
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl_mpga3</name>
<visibility>0</visibility>
<styleUrl>#failed141</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987122,-22.005932,2.64 -47.8987096,-22.005933,2.69 -47.898709,-22.0059329,2.7 -47.8987082,-22.0059326,2.7 -47.8987059,-22.0059325,2.7 -47.898703,-22.0059345,2.7 -47.898701,-22.0059358,2.7 -47.898696,-22.0059385,2.71 -47.8986927,-22.0059398,2.71 -47.8986854,-22.0059421,2.71 -47.8986769,-22.0059441,2.71 -47.8986724,-22.0059449,2.71 -47.8986628,-22.0059456,2.71 -47.8986578,-22.0059457,2.71 -47.898648,-22.0059454,2.71 -47.8986431,-22.0059448,2.71 -47.8986335,-22.0059429,2.71 -47.8986292,-22.0059414,2.71 -47.8986202,-22.0059376,2.71 -47.8986116,-22.0059347,2.71 -47.8986086,-22.0059339,2.71 -47.8986053,-22.0059326,2.7 -47.8986012,-22.0059304,2.7 -47.8985978,-22.0059288,2.7 -47.8985896,-22.0059252,2.7 -47.8985854,-22.0059231,2.7 -47.8985768,-22.0059194,2.7 -47.8985722,-22.0059181,2.7 -47.8985624,-22.0059164,2.7 -47.8985521,-22.0059157,2.7 -47.8985469,-22.0059155,2.7 -47.8985363,-22.0059152,2.7 -47.8985261,-22.0059154,2.69 -47.8985209,-22.0059156,2.69 -47.8985125,-22.0059167,2.69 -47.8985093,-22.0059184,2.69 -47.8985049,-22.0059219,2.7 -47.8985024,-22.0059238,2.69 -47.8985015,-22.0059246,2.69 -47.8985002,-22.0059263,2.69 -47.8985002,-22.0059263,2.69 -47.8984979,-22.0059279,2.69 -47.898499,-22.0059263,2.69 -47.8985011,-22.0059257,2.69 -47.8985074,-22.0059248,2.68 -47.8985097,-22.005925,2.68 -47.8985105,-22.0059256,2.68 -47.8985094,-22.0059289,2.68 -47.8985075,-22.0059341,2.68 -47.8985069,-22.0059372,2.68 -47.8985055,-22.0059441,2.68 -47.8985046,-22.0059478,2.68 -47.8985035,-22.0059557,2.68 -47.898503,-22.0059596,2.68 -47.8985015,-22.0059678,2.68 -47.8985,-22.0059764,2.67 -47.8984995,-22.005981,2.67 -47.898499,-22.0059906,2.67 -47.8984988,-22.0059955,2.68 -47.8984982,-22.0060043,2.68 -47.898498,-22.0060074,2.68 -47.8984979,-22.0060111,2.67 -47.898498,-22.0060119,2.59 -47.8984982,-22.0060115,2.45 -47.8984985,-22.0060109,2.1 -47.8984986,-22.0060109,1.93 -47.8984988,-22.0060114,1.61 -47.8984989,-22.0060118,1.3 -47.8984988,-22.006012,1.14 -47.8984987,-22.0060123,0.82 -47.8984986,-22.0060126,0.5 -47.8984986,-22.0060127,0.34 -47.8984986,-22.0060129,0.02 -47.8984984,-22.006013,-0.27 -47.8984984,-22.0060131,-0.41 -47.8984984,-22.0060132,-0.69 -47.8984984,-22.0060132,-0.94 -47.8984984,-22.0060131,-1.06 -47.8984983,-22.0060131,-1.27 -47.8984984,-22.0060131,-1.36 -47.8984985,-22.0060131,-1.54 -47.8984985,-22.0060131,-1.61 -47.8984978,-22.0060112,-0.05
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl_mpga4</name>
<visibility>0</visibility>
<styleUrl>#failed141</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987135,-22.0059324,2.6 -47.8987103,-22.0059337,2.68 -47.8987095,-22.0059339,2.68 -47.8987076,-22.0059332,2.68 -47.8987063,-22.0059328,2.68 -47.8987037,-22.0059338,2.68 -47.8987024,-22.0059349,2.68 -47.8986986,-22.0059376,2.68 -47.8986962,-22.0059387,2.68 -47.8986898,-22.005941,2.68 -47.8986823,-22.0059433,2.69 -47.8986781,-22.0059442,2.69 -47.8986693,-22.0059456,2.69 -47.8986646,-22.005946,2.69 -47.8986598,-22.0059461,2.69 -47.8986501,-22.0059458,2.69 -47.8986402,-22.0059445,2.69 -47.8986355,-22.0059437,2.69 -47.8986285,-22.0059423,2.69 -47.8986263,-22.0059417,2.69 -47.8986225,-22.0059408,2.69 -47.8986252,-22.005942,2.69 -47.8986282,-22.0059428,2.69 -47.8986367,-22.0059441,2.69 -47.8986416,-22.0059445,2.69 -47.8986515,-22.0059449,2.69 -47.8986563,-22.0059445,2.68 -47.8986662,-22.0059425,2.68 -47.8986712,-22.0059411,2.68 -47.8986805,-22.0059383,2.68 -47.8986888,-22.0059343,2.68 -47.8986923,-22.0059331,2.68 -47.8986973,-22.0059345,2.68 -47.8987012,-22.0059388,2.68 -47.8987032,-22.0059412,2.68 -47.8987062,-22.0059431,2.68 -47.8987073,-22.0059423,2.68 -47.8987092,-22.0059386,2.67 -47.8987097,-22.0059352,2.52 -47.8987095,-22.0059344,2.35 -47.8987092,-22.0059337,2.0 -47.8987091,-22.0059337,1.84 -47.8987089,-22.0059337,1.52 -47.8987087,-22.0059341,1.21 -47.8987085,-22.0059344,1.05 -47.8987082,-22.0059352,0.73 -47.898708,-22.0059361,0.41 -47.8987079,-22.0059364,0.25 -47.8987077,-22.0059371,-0.06 -47.8987076,-22.0059377,-0.36 -47.8987076,-22.0059379,-0.5 -47.8987077,-22.005938,-0.77 -47.8987077,-22.005938,-0.89 -47.8987077,-22.0059379,-1.12 -47.8987078,-22.0059377,-1.32 -47.8987078,-22.0059376,-1.42 -47.8987079,-22.0059375,-1.58 -47.898708,-22.0059374,-1.66
</coordinates>
</LineString>
</Placemark>
<Placemark>
<name>mission_sitl_mpga5</name>
<visibility>0</visibility>
<styleUrl>#failed141</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-47.8987114,-22.0059314,2.61 -47.8987088,-22.0059331,2.69 -47.8987082,-22.0059333,2.69 -47.8987068,-22.0059327,2.69 -47.8987058,-22.0059328,2.69 -47.8987032,-22.0059346,2.69 -47.8986994,-22.0059374,2.69 -47.898697,-22.0059387,2.69 -47.8986906,-22.0059411,2.69 -47.898687,-22.0059422,2.69 -47.8986787,-22.0059443,2.69 -47.8986698,-22.0059456,2.69 -47.898665,-22.005946,2.69 -47.8986551,-22.0059459,2.68 -47.8986502,-22.0059456,2.68 -47.8986404,-22.0059442,2.68 -47.8986356,-22.0059432,2.68 -47.8986268,-22.0059401,2.68 -47.8986223,-22.0059381,2.68 -47.8986135,-22.0059347,2.69 -47.89861,-22.0059337,2.69 -47.8986058,-22.0059325,2.68 -47.8986036,-22.0059314,2.68 -47.8985972,-22.0059283,2.68 -47.8985886,-22.0059244,2.68 -47.8985843,-22.0059224,2.69 -47.8985755,-22.0059189,2.69 -47.8985663,-22.0059167,2.69 -47.8985627,-22.005916,2.69 -47.8985584,-22.0059148,2.69 -47.8985556,-22.0059137,2.69 -47.8985556,-22.0059137,2.69 -47.8985529,-22.0059118,2.68 -47.8985547,-22.0059117,2.68 -47.8985611,-22.0059121,2.68 -47.8985654,-22.0059124,2.68 -47.8985747,-22.0059134,2.68 -47.8985841,-22.0059149,2.68 -47.8985887,-22.0059157,2.68 -47.8985976,-22.0059168,2.67 -47.8986022,-22.005917,2.67 -47.8986118,-22.0059172,2.67 -47.8986168,-22.0059172,2.67 -47.8986269,-22.005917,2.67 -47.8986317,-22.0059165,2.67 -47.8986416,-22.005915,2.67 -47.8986518,-22.0059137,2.67 -47.8986569,-22.0059133,2.67 -47.8986671,-22.0059129,2.67 -47.8986773,-22.0059134,2.68 -47.8986824,-22.0059142,2.68 -47.8986918,-22.0059168,2.68 -47.8986979,-22.0059196,2.68 -47.8986993,-22.0059201,2.67 -47.8986989,-22.0059195,2.51 -47.8986977,-22.0059188,2.18 -47.8986976,-22.0059187,2.0 -47.8986979,-22.0059191,1.67 -47.8986983,-22.0059193,1.51 -47.8986989,-22.0059198,1.2 -47.8986992,-22.00592,1.04 -47.8986998,-22.0059205,0.72 -47.8987003,-22.005921,0.4 -47.8987006,-22.0059213,0.24 -47.8987011,-22.0059218,-0.06 -47.8987012,-22.0059221,-0.22 -47.8987014,-22.0059224,-0.51 -47.8987015,-22.0059225,-0.66 -47.8987015,-22.0059224,-0.92 -47.8987014,-22.0059223,-1.05 -47.8987014,-22.0059221,-1.29 -47.8987014,-22.005922,-1.39 -47.8987014,-22.0059218,-1.58 -47.8987015,-22.0059217,-1.75 -47.8987015,-22.0059216,-1.82 -47.8987015,-22.0059214,-1.93 -47.8987024,-22.0059207,0.07
</coordinates>
</LineString>
</Placemark>
</Folder>
</Document>
</kml>