-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdigital.html
702 lines (662 loc) · 60.6 KB
/
digital.html
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
<!DOCTYPE html>
<html lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>5 Digital road infrastructure and connectivity | Knowledge Pool</title>
<meta name="description" content="This is a work-in-progress knowledge pool of the systemic impact of transport digitalisation and automation." />
<meta name="generator" content="bookdown 0.29 and GitBook 2.6.7" />
<meta property="og:title" content="5 Digital road infrastructure and connectivity | Knowledge Pool" />
<meta property="og:type" content="book" />
<meta property="og:description" content="This is a work-in-progress knowledge pool of the systemic impact of transport digitalisation and automation." />
<meta name="github-repo" content="rstudio/bookdown-demo" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="5 Digital road infrastructure and connectivity | Knowledge Pool" />
<meta name="twitter:description" content="This is a work-in-progress knowledge pool of the systemic impact of transport digitalisation and automation." />
<meta name="author" content="DAVeMoS team, Institute for Transport Studies (IVe), University of Natural Resources and Life Sciences in Vienna" />
<meta name="date" content="2023-04-19" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="prev" href="traffic.html"/>
<link rel="next" href="passenger.html"/>
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" />
<link href="libs/anchor-sections-1.1.0/anchor-sections.css" rel="stylesheet" />
<link href="libs/anchor-sections-1.1.0/anchor-sections-hash.css" rel="stylesheet" />
<script src="libs/anchor-sections-1.1.0/anchor-sections.js"></script>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="book without-animation with-summary font-size-2 font-family-1" data-basepath=".">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li><a href="./">Knowledge Pool</a></li>
<li class="divider"></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Welcome</a></li>
<li class="chapter" data-level="" data-path="table-of-content.html"><a href="table-of-content.html"><i class="fa fa-check"></i>Table of content</a></li>
<li class="chapter" data-level="1" data-path="intro.html"><a href="intro.html"><i class="fa fa-check"></i><b>1</b> Introduction</a></li>
<li class="chapter" data-level="2" data-path="infrastructure.html"><a href="infrastructure.html"><i class="fa fa-check"></i><b>2</b> Physical road infrastructure</a>
<ul>
<li class="chapter" data-level="2.1" data-path="infrastructure.html"><a href="infrastructure.html#dedicated_lanes"><i class="fa fa-check"></i><b>2.1</b> Dedicated lanes for connected and automated vehicles (CAV)</a></li>
<li class="chapter" data-level="2.2" data-path="infrastructure.html"><a href="infrastructure.html#ODD"><i class="fa fa-check"></i><b>2.2</b> Operational design domains</a></li>
<li class="chapter" data-level="2.3" data-path="infrastructure.html"><a href="infrastructure.html#rail_crossing_info_system"><i class="fa fa-check"></i><b>2.3</b> Rail crossing information system</a></li>
<li class="chapter" data-level="2.4" data-path="infrastructure.html"><a href="infrastructure.html#ers"><i class="fa fa-check"></i><b>2.4</b> Electric road system</a></li>
<li class="chapter" data-level="2.5" data-path="infrastructure.html"><a href="infrastructure.html#high_occupancy"><i class="fa fa-check"></i><b>2.5</b> High occupancy vehicle and toll lanes</a></li>
<li class="chapter" data-level="2.6" data-path="infrastructure.html"><a href="infrastructure.html#public_trans_priority"><i class="fa fa-check"></i><b>2.6</b> Public transport priority systems</a></li>
<li class="chapter" data-level="2.7" data-path="infrastructure.html"><a href="infrastructure.html#transformation_public_space"><i class="fa fa-check"></i><b>2.7</b> Transformation of public space and digital solutions</a></li>
</ul></li>
<li class="chapter" data-level="3" data-path="highway.html"><a href="highway.html"><i class="fa fa-check"></i><b>3</b> Highway infrastructure management</a>
<ul>
<li class="chapter" data-level="3.1" data-path="highway.html"><a href="highway.html#uav"><i class="fa fa-check"></i><b>3.1</b> Unmanned aerial vehicles for infrastructure maintenance</a></li>
<li class="chapter" data-level="3.2" data-path="highway.html"><a href="highway.html#charging_station"><i class="fa fa-check"></i><b>3.2</b> Electric charging stations</a></li>
</ul></li>
<li class="chapter" data-level="4" data-path="traffic.html"><a href="traffic.html"><i class="fa fa-check"></i><b>4</b> Traffic management</a>
<ul>
<li class="chapter" data-level="4.1" data-path="traffic.html"><a href="traffic.html#congestion_charging"><i class="fa fa-check"></i><b>4.1</b> Congestion charging</a></li>
<li class="chapter" data-level="4.2" data-path="traffic.html"><a href="traffic.html#platooning"><i class="fa fa-check"></i><b>4.2</b> Platooning</a></li>
<li class="chapter" data-level="4.3" data-path="traffic.html"><a href="traffic.html#traffic_info_monitoring"><i class="fa fa-check"></i><b>4.3</b> Real-time traffic information and monitoring</a></li>
<li class="chapter" data-level="4.4" data-path="traffic.html"><a href="traffic.html#cits"><i class="fa fa-check"></i><b>4.4</b> Cooperative - intelligent transport system</a></li>
<li class="chapter" data-level="4.5" data-path="traffic.html"><a href="traffic.html#dynamic_route"><i class="fa fa-check"></i><b>4.5</b> Dynamic route guidance</a></li>
<li class="chapter" data-level="4.6" data-path="traffic.html"><a href="traffic.html#variable_speed"><i class="fa fa-check"></i><b>4.6</b> Variable speed limits and dynamic signage system</a></li>
<li class="chapter" data-level="4.7" data-path="traffic.html"><a href="traffic.html#adaptive_traffic_control"><i class="fa fa-check"></i><b>4.7</b> Smart traffic signal control</a></li>
<li class="chapter" data-level="4.8" data-path="traffic.html"><a href="traffic.html#p_g_fleet_management"><i class="fa fa-check"></i><b>4.8</b> Passengers and goods fleet management</a></li>
<li class="chapter" data-level="4.9" data-path="traffic.html"><a href="traffic.html#urban_access"><i class="fa fa-check"></i><b>4.9</b> Urban access management</a></li>
</ul></li>
<li class="chapter" data-level="5" data-path="digital.html"><a href="digital.html"><i class="fa fa-check"></i><b>5</b> Digital road infrastructure and connectivity</a>
<ul>
<li class="chapter" data-level="5.1" data-path="digital.html"><a href="digital.html#v2x"><i class="fa fa-check"></i><b>5.1</b> Vehicle to everything communication</a></li>
<li class="chapter" data-level="5.2" data-path="digital.html"><a href="digital.html#infrast_support_level"><i class="fa fa-check"></i><b>5.2</b> Infrastructure support levels for automated driving</a></li>
</ul></li>
<li class="chapter" data-level="6" data-path="passenger.html"><a href="passenger.html"><i class="fa fa-check"></i><b>6</b> Passenger information system</a>
<ul>
<li class="chapter" data-level="6.1" data-path="passenger.html"><a href="passenger.html#djp"><i class="fa fa-check"></i><b>6.1</b> Digital journey planner</a></li>
<li class="chapter" data-level="6.2" data-path="passenger.html"><a href="passenger.html#info_and_route_planning"><i class="fa fa-check"></i><b>6.2</b> Multimodal information and route planning</a></li>
</ul></li>
<li class="chapter" data-level="7" data-path="multimodal.html"><a href="multimodal.html"><i class="fa fa-check"></i><b>7</b> Multimodal integrated system</a>
<ul>
<li class="chapter" data-level="7.1" data-path="multimodal.html"><a href="multimodal.html#flms"><i class="fa fa-check"></i><b>7.1</b> First-last mile solutions</a></li>
<li class="chapter" data-level="7.2" data-path="multimodal.html"><a href="multimodal.html#dist_time_fares"><i class="fa fa-check"></i><b>7.2</b> Transit fares</a></li>
<li class="chapter" data-level="7.3" data-path="multimodal.html"><a href="multimodal.html#maas"><i class="fa fa-check"></i><b>7.3</b> Mobility as a service (Maas)</a></li>
<li class="chapter" data-level="7.4" data-path="multimodal.html"><a href="multimodal.html#p_r"><i class="fa fa-check"></i><b>7.4</b> Park and ride</a></li>
<li class="chapter" data-level="7.5" data-path="multimodal.html"><a href="multimodal.html#contactless_cards"><i class="fa fa-check"></i><b>7.5</b> Contactless public transport cards</a></li>
<li class="chapter" data-level="7.6" data-path="multimodal.html"><a href="multimodal.html#special_needs"><i class="fa fa-check"></i><b>7.6</b> Information and assistance for people with special needs</a></li>
<li class="chapter" data-level="7.7" data-path="multimodal.html"><a href="multimodal.html#mobility_hubs"><i class="fa fa-check"></i><b>7.7</b> Mobility hubs</a></li>
<li class="chapter" data-level="7.8" data-path="multimodal.html"><a href="multimodal.html#rail_telematics"><i class="fa fa-check"></i><b>7.8</b> Rail telematics for passengers and freight</a></li>
</ul></li>
<li class="chapter" data-level="8" data-path="connected.html"><a href="connected.html"><i class="fa fa-check"></i><b>8</b> Automated driving</a>
<ul>
<li class="chapter" data-level="8.1" data-path="connected.html"><a href="connected.html#av"><i class="fa fa-check"></i><b>8.1</b> Automated passenger cars</a></li>
<li class="chapter" data-level="8.2" data-path="connected.html"><a href="connected.html#parking_av"><i class="fa fa-check"></i><b>8.2</b> Parking infrastructure for automated vehicles</a></li>
<li class="chapter" data-level="8.3" data-path="connected.html"><a href="connected.html#automated_road_freight"><i class="fa fa-check"></i><b>8.3</b> Automated road freight</a></li>
<li class="chapter" data-level="8.4" data-path="connected.html"><a href="connected.html#automatic_train"><i class="fa fa-check"></i><b>8.4</b> Automatic train operations</a></li>
</ul></li>
<li class="chapter" data-level="9" data-path="onboard.html"><a href="onboard.html"><i class="fa fa-check"></i><b>9</b> On-board technology for connected and automated vehicles</a>
<ul>
<li class="chapter" data-level="9.1" data-path="onboard.html"><a href="onboard.html#adas"><i class="fa fa-check"></i><b>9.1</b> Advanced driver assistance system (ADAS)</a></li>
<li class="chapter" data-level="9.2" data-path="onboard.html"><a href="onboard.html#parking_assistance"><i class="fa fa-check"></i><b>9.2</b> Parking assistance system</a></li>
<li class="chapter" data-level="9.3" data-path="onboard.html"><a href="onboard.html#lane_keeping"><i class="fa fa-check"></i><b>9.3</b> Lane keeping assist system</a></li>
<li class="chapter" data-level="9.4" data-path="onboard.html"><a href="onboard.html#digital_maps"><i class="fa fa-check"></i><b>9.4</b> Digital maps</a></li>
<li class="chapter" data-level="9.5" data-path="onboard.html"><a href="onboard.html#ehorizon"><i class="fa fa-check"></i><b>9.5</b> Electronic horizon</a></li>
<li class="chapter" data-level="9.6" data-path="onboard.html"><a href="onboard.html#ecall"><i class="fa fa-check"></i><b>9.6</b> Emergency call</a></li>
</ul></li>
<li class="chapter" data-level="10" data-path="freight.html"><a href="freight.html"><i class="fa fa-check"></i><b>10</b> Freight and commercial transport</a>
<ul>
<li class="chapter" data-level="10.1" data-path="freight.html"><a href="freight.html#dangerous_goods"><i class="fa fa-check"></i><b>10.1</b> Tracking and tracing of goods</a></li>
<li class="chapter" data-level="10.2" data-path="freight.html"><a href="freight.html#intermodal_freight"><i class="fa fa-check"></i><b>10.2</b> Intermodal Freight</a></li>
<li class="chapter" data-level="10.3" data-path="freight.html"><a href="freight.html#urban_delivery"><i class="fa fa-check"></i><b>10.3</b> Urban Deliveries</a></li>
<li class="chapter" data-level="10.4" data-path="freight.html"><a href="freight.html#intelligent_truck_park"><i class="fa fa-check"></i><b>10.4</b> Intelligent truck parking</a></li>
<li class="chapter" data-level="10.5" data-path="freight.html"><a href="freight.html#space_book"><i class="fa fa-check"></i><b>10.5</b> Smart delivery space booking</a></li>
<li class="chapter" data-level="10.6" data-path="freight.html"><a href="freight.html#delivery_drone"><i class="fa fa-check"></i><b>10.6</b> Delivery drones</a></li>
<li class="chapter" data-level="10.7" data-path="freight.html"><a href="freight.html#electric_delivery_fleets"><i class="fa fa-check"></i><b>10.7</b> Electric vehicle delivery fleets</a></li>
<li class="chapter" data-level="10.8" data-path="freight.html"><a href="freight.html#mtms"><i class="fa fa-check"></i><b>10.8</b> Multimodal transport management systems</a></li>
<li class="chapter" data-level="10.9" data-path="freight.html"><a href="freight.html#freight_hubs"><i class="fa fa-check"></i><b>10.9</b> Freight hubs</a></li>
</ul></li>
<li class="chapter" data-level="11" data-path="collective.html"><a href="collective.html"><i class="fa fa-check"></i><b>11</b> Collective mobility vehicles</a>
<ul>
<li class="chapter" data-level="11.1" data-path="collective.html"><a href="collective.html#drt"><i class="fa fa-check"></i><b>11.1</b> Demand responsive transit</a></li>
<li class="chapter" data-level="11.2" data-path="collective.html"><a href="collective.html#prt"><i class="fa fa-check"></i><b>11.2</b> Personal rapid transit</a></li>
<li class="chapter" data-level="11.3" data-path="collective.html"><a href="collective.html#brt"><i class="fa fa-check"></i><b>11.3</b> Bus rapid transit</a></li>
<li class="chapter" data-level="11.4" data-path="collective.html"><a href="collective.html#lrt"><i class="fa fa-check"></i><b>11.4</b> Light rail transit</a></li>
</ul></li>
<li class="chapter" data-level="12" data-path="big.html"><a href="big.html"><i class="fa fa-check"></i><b>12</b> Big data</a>
<ul>
<li class="chapter" data-level="12.1" data-path="big.html"><a href="big.html#wireless_com"><i class="fa fa-check"></i><b>12.1</b> Wireless communication systems in transport</a></li>
<li class="chapter" data-level="12.2" data-path="big.html"><a href="big.html#bd_life"><i class="fa fa-check"></i><b>12.2</b> Big data lifecycle</a></li>
<li class="chapter" data-level="12.3" data-path="big.html"><a href="big.html#bd_tool_maping"><i class="fa fa-check"></i><b>12.3</b> Big data tools for mapping and forecasting travel behaviour</a></li>
</ul></li>
<li class="chapter" data-level="13" data-path="shared.html"><a href="shared.html"><i class="fa fa-check"></i><b>13</b> Shared mobility</a>
<ul>
<li class="chapter" data-level="13.1" data-path="shared.html"><a href="shared.html#car_sharing"><i class="fa fa-check"></i><b>13.1</b> Car sharing</a></li>
<li class="chapter" data-level="13.2" data-path="shared.html"><a href="shared.html#bike_sharing"><i class="fa fa-check"></i><b>13.2</b> Bicycle and e-bicycle sharing</a></li>
<li class="chapter" data-level="13.3" data-path="shared.html"><a href="shared.html#scooters"><i class="fa fa-check"></i><b>13.3</b> E-scooters sharing</a></li>
<li class="chapter" data-level="13.4" data-path="shared.html"><a href="shared.html#ride_hailing"><i class="fa fa-check"></i><b>13.4</b> Ride hailing and ride sharing</a></li>
<li class="chapter" data-level="13.5" data-path="shared.html"><a href="shared.html#passenger_drones"><i class="fa fa-check"></i><b>13.5</b> Passenger drones</a></li>
</ul></li>
<li class="chapter" data-level="14" data-path="alternative.html"><a href="alternative.html"><i class="fa fa-check"></i><b>14</b> Alternative power sources</a>
<ul>
<li class="chapter" data-level="14.1" data-path="alternative.html"><a href="alternative.html#FCEV"><i class="fa fa-check"></i><b>14.1</b> Hydrogen fuel cell</a></li>
<li class="chapter" data-level="14.2" data-path="alternative.html"><a href="alternative.html#bev"><i class="fa fa-check"></i><b>14.2</b> Battery electric</a></li>
<li class="chapter" data-level="14.3" data-path="alternative.html"><a href="alternative.html#plugin_hybrid"><i class="fa fa-check"></i><b>14.3</b> Plugin hybrid vehicles</a></li>
</ul></li>
<li class="chapter" data-level="15" data-path="reference.html"><a href="reference.html"><i class="fa fa-check"></i><b>15</b> References</a></li>
<li class="divider"></li>
<li><a href="https://davemosproject.github.io/knowledge-pool/" target="blank">Published with bookdown</a></li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Knowledge Pool</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<section class="normal" id="section-">
<div id="digital" class="section level1 hasAnchor" number="5">
<h1><span class="header-section-number">5</span> Digital road infrastructure and connectivity<a href="digital.html#digital" class="anchor-section" aria-label="Anchor link to header"></a></h1>
<div id="v2x" class="section level2 hasAnchor" number="5.1">
<h2><span class="header-section-number">5.1</span> Vehicle to everything communication<a href="digital.html#v2x" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p><strong>Updated: 24th March 2023</strong></p>
<div id="synonyms-16" class="section level3 unnumbered hasAnchor">
<h3>Synonyms<a href="digital.html#synonyms-16" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p><em>Connected Vehicle (CV), Connected Vehicle technologies (CVT), Vehicle-to-x (car and infrastructure) (C2x/V2x), Cooperative Intelligent Transport Systems (C-ITS), Cellular-V2X technology (C-V2X)</em></p>
</div>
<div id="definition-18" class="section level3 unnumbered hasAnchor">
<h3>Definition<a href="digital.html#definition-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>Through Intelligent Transportation Systems (ITS), various Connected Vehicle (CV) technologies have been developed in recent years to contribute to safer roads through cooperative situational awareness and hazard avoidance. Two main types of communication have been proposed: vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication (Outay et al., 2019).
C2X (car to everything) or more broadly V2X (vehicle to everything) is the new technology that enables both communication between vehicles (car-to-car) and information exchange with infrastructure (car-to-infrastructure) (ADAC, 2021). <br/><br/>
V2V offers benefits in terms of increased safety, as it can prevent accidents by allowing a vehicle to exchange real-time information about speed, location and direction with other vehicles in the surrounding area. In addition to their safety applications, V2V and V2I communications can potentially help reduce fuel consumption and emissions due to the fact that excessive pollutant emissions are often associated with heavy braking, changing traveling speeds and acceleration/deceleration, especially at signalised intersections. In the context of smart cities, many researchers are exploring the potential use of connected vehicles to support eco-friendly driving by reducing CO<sub>2</sub> emissions. This is often achieved through vehicle-to-vehicle (V2V) and vehicle-to-roadside unit RSU (V2I) inter-connectivity to harmonise vehicle speeds by maintaining traffic flow and reducing unnecessary stops and starts (Outay et al., 2019).<br/><br/>
In terms of the communication technology used for V2X, according to Dey et al. (2016) Dedicated Short Range Communication (DSRC) was considered the primary option for CVT security applications in 2016. However, the use of other radio technologies such as Wi-Fi, LTE or WiMAX enables communication with greater range and provides higher throughput requirements that could not be supported by DSRC alone. In addition, the use of other radio technologies potentially reduces the need for costly DSRC infrastructure.</p>
</div>
<div id="key-stakeholders-18" class="section level3 unnumbered hasAnchor">
<h3>Key stakeholders<a href="digital.html#key-stakeholders-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ul>
<li><strong>Affected</strong>: Car drivers, Insurers</li>
<li><strong>Responsible</strong>: National Governments, Private Companies, Car Manufacturers, Infrastructure operators</li>
</ul>
</div>
<div id="current-state-of-art-in-research-18" class="section level3 unnumbered hasAnchor">
<h3>Current state of art in research<a href="digital.html#current-state-of-art-in-research-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>Many research papers focus on the technical performance of this technology, the comparison of V2V with V2I and the mixing of V2V vehicles with non-V2V equipped vehicles. As in 2019, the idea of combining V2V and V2I communications into a hybrid V2X alert system has already became reality (Outay et al., 2019).<br/><br/>
Moreover, research is conducted on the comparison of available communication technology to ensure the fastest, most efficient and error-free solution. Currently, there are two possibilities under discussion for Car2X communication. Firstly, the IEEE 802.11p Dedicated Short Range Communication (DSRC) and secondly, the Cellular-V2X technology (C-V2X). The former is based on the IEEE 802.11 WiFi standard, while C-V2X is based on 4G LTE, with a roadmap towards 5G C-V-to-X. While China and USA primarily rely on C-V2X, Europe is still undecided as to whether car networking should take place via pWLAN or via C-V2X. This creates an international confusion of languages. As a result, vehicles may not be able to communicate without errors because they use different languages (Köllner, 2020).<br/></p>
<p>IEEE 802.11p is technically very advanced and operates with minimal latencies. But the advantage of 5GAA technology is that 5G is to be introduced globally on a massive scale in the near future and the fast-mobile radio standard will be in the car anyway, if only to transmit the huge amounts of data generated by autonomous driving. Moreover, in a dense 5G network, far fewer of the 5.9 GHz units needed for direct communication have to be integrated into the infrastructure than with the 802.11p solution. Some of the tasks of these units will then be taken over by the 5G network (Knecht, 2018).<br/></p>
<p>An often cited paper since the release of the Third Generation Partnership Project (3GPP Release 16), which includes the first V2X standard based on 5G New Radio (NR), introduces an in-depth treatment of the key aspects of 5G NR V2X. These include the physical layer, the resource allocation, the quality of service management, the enhancements introduced to the user interface and the mobility management for V2N (Vehicle to Network) communications, as well as the co-existence mechanisms between 5G NR V2X and LTE V2X (Casteneda Garcia et al., 2021). While 5G is still in its early adaption, 6G for V2X is already in its starting pit in which machine learning (ML) and artificial intelligence (AI) play an important role in advanced vehicular communication and networking (Noor-A-Rahim et al., 2022; Namatherdhala et al., 2022). Non-orthogonal multiple access (NOMA) and backscatter communications are considered to be promising technologies for beyond the fifth-generation (5G) due to their applications in large-scale IoT networks (Ullah Kahn, 2022).</p>
</div>
<div id="current-state-of-art-in-practice-18" class="section level3 unnumbered hasAnchor">
<h3>Current state of art in practice<a href="digital.html#current-state-of-art-in-practice-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>So far, C2X is only available from some manufacturers: all Audi models (except R8, Q2, TT), BMW (all vehicles since 2018), Ford models since September 2019, Volkswagen Golf 8, all Volvo models and and Porsche (except 718) always have C2X on board as a standard. This is desirable from the point of view of consumer protection, because the more cars are equipped with C2X, the more accurate this system is in preventing accidents. Only Golf and Volvo models have C2X free of charge after purchase. All other manufacturers charge money for C2X after one to three years. Moreover, C2X is never available on its own, but only in a package with other Connect services that do not necessarily have anything to do with road safety (ADAC, 2021).<br/><br/>
Several important technical specificities should be considered for V2V communication:</p>
<ul>
<li>The time it takes for a warning to reach another car. This varies greatly between manufacturers, ranging from 0.1 seconds to 2 minutes - with the latter value being far too slow for many situations (e.g. the end of a traffic jam behind a bend).</li>
<li>Various transmission techniques currently prevent cars from all manufacturers from warning each other.</li>
<li>With many manufacturers, warnings cannot be passed on if the car is in a cellular network dead zone.</li>
<li>The number of dangerous situations that are warned about varies from manufacturer to manufacturer.</li>
</ul>
<p>In the table below, we compare how the warnings specification differ between three car manufactures:</p>
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th align="center">Audi</th>
<th align="center">Ford</th>
<th align="center">Mercedes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">broken-down vehicles</td>
<td align="center">broken-down vehicles</td>
<td align="center">breakdown</td>
</tr>
<tr class="even">
<td align="center">accidents</td>
<td align="center">general traffic warning</td>
<td align="center">accident</td>
</tr>
<tr class="odd">
<td align="center">end of traffic jam</td>
<td align="center">end of traffic jam</td>
<td align="center">-</td>
</tr>
<tr class="even">
<td align="center">fog, black ice</td>
<td align="center">dangerous road conditions (icy, heavy rain, oil, etc.)</td>
<td align="center">heavy rain, fog, crosswind and icy roads</td>
</tr>
<tr class="odd">
<td align="center">online traffic sign information</td>
<td align="center">-</td>
<td align="center">hazard warning lights switched on</td>
</tr>
<tr class="even">
<td align="center">-</td>
<td align="center">-</td>
<td align="center">additional hazard manually reported by the driver through the navigation menu</td>
</tr>
<tr class="odd">
<td align="center">display of the probability of free parking spaces along roads incl. additional information such as prices</td>
<td align="center">-</td>
<td align="center">-</td>
</tr>
<tr class="even">
<td align="center">speed recommendation to reach the next traffic light in a green phase</td>
<td align="center">-</td>
<td align="center">-</td>
</tr>
<tr class="odd">
<td align="center">-</td>
<td align="center">road works</td>
<td align="center">-</td>
</tr>
<tr class="even">
<td align="center">-</td>
<td align="center">objects, animas, people on the road</td>
<td align="center">-</td>
</tr>
<tr class="odd">
<td align="center">-</td>
<td align="center">wrong-way drivers</td>
<td align="center">-</td>
</tr>
</tbody>
</table>
<p>Moreover, the ADAC’s recommendations to the manufacturers are the following (ADAC, 2021):</p>
<ul>
<li>The manufacturers should quickly agree on a transmission technology</li>
<li>C2X should quickly become standard equipment</li>
<li>Safety-relevant C2X functions should not cause any follow-up costs</li>
</ul>
<p>A basis for cooperative systems is currently being established in Europe. The procedures for testing under real traffic conditions are being defined and coordinated among the partners involved. A large part of the technical solutions for data communication is standardised. The non-technical aspects (e.g. organisational structures, safety concept) are currently being worked out in preparation for the market launch in a public-private partnership.<br/><br/>
On this basis, German, Dutch and Austrian road operators, together with partners from industry, are starting the step-by-step introduction of cooperative systems in Europe within the framework of the C-ITS corridor from Rotterdam to Frankfurt am Main and Vienna
(Cooperative ITS Corridor, n.d.). <br/><br/>
In Austria, with the award of a comprehensive framework contract, ASFINAG has now become the first infrastructure provider in Europe to reach a further milestone in networking vehicles and roads. The total volume of the framework contract is 14.5 million euros. This will make it possible to equip the entire motorway network in Austria with C-ITS in the coming years. The equipment, which will be installed step by step along the motorways starting in November 2020, includes up to 525 so-called road units (“WLAN-Boxen) as well as a control centre and is expected to be ready in 2023 (ORF, 2021). The C-ITS service is supposed to improve hazard warning and support automated driving and network traffic management. The C-ITS equipment is part of the digitalisation of the road infrastructure and is funded by the Climate and Energy Fund and the EU (Močnik, 2020). Additionally, a C-Roads platform has been established in Europe (including 18 European states), coordinated by Austria, to strategically coordinate the implementation of C-ITS in Europe (AustriaTech, 2023).<br/></p>
<p>Initiatives that promote the implementation of V2X for active and eco-mobility is a project in Salzburg on Bike2CAV. It focuses on the implementation of technologies and V2X communication to avoid collisions of cyclists (Salzburg, 2023). Also, the report of the “Bundesanstalt für Straßenwesen” in Germany (Federal Highway Research Insitute) recommends V2X communication standards IEEE 802.11p for public transport by providing a roadmap and ways for gradual upgrade to V2X-based PT prioritisation (Gay et al., 2022).</p>
</div>
<div id="relevant-initiatives-in-austria-18" class="section level3 unnumbered hasAnchor">
<h3>Relevant initiatives in Austria<a href="digital.html#relevant-initiatives-in-austria-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ul>
<li><a href="https://infothek.bmk.gv.at/fahrer-assistenzsysteme-verkehrssicherheit-vernetzung/">infothek.bmk.gv.at</a></li>
<li><a href="https://c-its-korridor.de/?menuId=1&sp=en">c-its-korridor.de</a></li>
<li><a href="https://www.asfinag.at/ueber-uns/newsroom/pressemeldungen/2020/wlan-ausbau-cooperative-intelligent-transport-systems/">asfinag.at</a></li>
<li><a href="https://www.kununu.com/de/automotive-safety-technologies/news/car2x-projekt-in-oesterreich-praesentiert">kununu.com</a></li>
<li><a href="https://www.hitech.at/mobilitaet/wohin-geht-die-fahrt">hitech.at</a></li>
<li><a href="https://www.bike2cav.at/">Bike2CAV</a></li>
</ul>
</div>
<div id="impacts-with-respect-to-sustainable-development-goals-sdgs-18" class="section level3 unnumbered hasAnchor">
<h3>Impacts with respect to Sustainable Development Goals (SDGs)<a href="digital.html#impacts-with-respect-to-sustainable-development-goals-sdgs-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<table>
<colgroup>
<col width="20%" />
<col width="18%" />
<col width="20%" />
<col width="20%" />
<col width="20%" />
</colgroup>
<thead>
<tr class="header">
<th align="center">Impact level</th>
<th align="center">Indicator</th>
<th align="center">Impact direction</th>
<th align="center">Goal description and number</th>
<th align="center">Source</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">Individual</td>
<td align="center">Improvement of road safety</td>
<td align="center"><strong>+</strong></td>
<td align="center">Health & Wellbeing (<em>3</em>)</td>
<td align="center">Filippi et al., 2016</td>
</tr>
<tr class="even">
<td align="center">Individual</td>
<td align="center">V2X communications will come at no cost to the end user</td>
<td align="center"><strong>+</strong></td>
<td align="center">Sustainable economic development (<em>8,11</em>)</td>
<td align="center">Hainen et al., 2019</td>
</tr>
<tr class="odd">
<td align="center">Systemic</td>
<td align="center">Emissions reduced</td>
<td align="center"><strong>+</strong></td>
<td align="center">Environmental sustainability (<em>7,12,13,15</em>)</td>
<td align="center">Outay et al., 2019</td>
</tr>
<tr class="even">
<td align="center">Systemic</td>
<td align="center">Increased efficiency of transport systems</td>
<td align="center"><strong>+</strong></td>
<td align="center">Sustainable economic development (<em>8,11</em>)</td>
<td align="center">Filippi et al., 2016</td>
</tr>
</tbody>
</table>
</div>
<div id="technology-and-societal-readiness-level-18" class="section level3 unnumbered hasAnchor">
<h3>Technology and societal readiness level<a href="digital.html#technology-and-societal-readiness-level-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<table>
<thead>
<tr class="header">
<th align="center">TRL</th>
<th align="center">SRL</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">6-8</td>
<td align="center">5-7</td>
</tr>
</tbody>
</table>
</div>
<div id="open-questions-18" class="section level3 unnumbered hasAnchor">
<h3>Open questions<a href="digital.html#open-questions-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ol style="list-style-type: decimal">
<li>Which combination of the different communication options is the best?</li>
<li>Which communication technology is the most suitable for Europe?</li>
<li>Are infrastructure operators already taking care of making data internationally compatible so that cars can communicate with it?</li>
</ol>
</div>
<div id="further-links-15" class="section level3 unnumbered hasAnchor">
<h3>Further links<a href="digital.html#further-links-15" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ul>
<li><a href="https://c-its-korridor.de/?menuId=1&sp=en">c-its-korridor.de</a></li>
<li><a href="https://www.nhtsa.gov/technology-innovation/vehicle-vehicle-communication">nhtsa.gov</a></li>
</ul>
</div>
<div id="references-18" class="section level3 unnumbered hasAnchor">
<h3>References<a href="digital.html#references-18" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ul>
<li>ADAC. (2021). Welche Hersteller bieten bereits C2X an? Datenquelle Original-Rückmeldungen.Available at: <a href="https://assets.adac.de/image/upload/v1595919606/ADAC-eV/KOR/Text/PDF/Umfrage_Hersteller_Car2X_dl45xm.pdf" class="uri">https://assets.adac.de/image/upload/v1595919606/ADAC-eV/KOR/Text/PDF/Umfrage_Hersteller_Car2X_dl45xm.pdf</a> [Accessed: 15. March 2023]</li>
<li>AustriaTech (2023). C-Roads Austria 2. Coninutation of the roll-out of C-ITS in urban areas and coordination of international cooperation. Available at: <a href="https://www.austriatech.at/en/projects//showprojekt/37/C-Roads%20Austria%202" class="uri">https://www.austriatech.at/en/projects//showprojekt/37/C-Roads%20Austria%202</a> [Accessed: 17. March 2023]</li>
<li>Casteneda Garcia, M. H., Molina-Galan, A. Boban, M., Gozalvez, J., Coll-Perales, B., Sahin, T., Kousardas, A. (2021). A Tutorial on 5G NR V2X Communications. IEEE Communications Surveys & Tutorials, 23, 3, 1972-2026. 10.1109/COMST.2021.3057017.</li>
<li>Cooperative ITS Corridor. (n.d.). Cooperative ITS Corridor. Available at: <a href="https://c-its-korridor.de/?menuId=1&sp=de" class="uri">https://c-its-korridor.de/?menuId=1&sp=de</a> [Accessed: 18 February 2021]</li>
<li>Dey, K. C., Rayamajhi, A., Chowdhury, M., Bhavsar, P., & Martin, J. (2016). Vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication in a heterogeneous wireless network - Performance evaluation. Transportation Research Part C: Emerging Technologies, 68, 168–184. <a href="https://doi.org/10.1016/j.trc.2016.03.008" class="uri">https://doi.org/10.1016/j.trc.2016.03.008</a></li>
<li>Filippi, A., Moerman, K., Daalderop, G., Alexander, P. D., Schober, F., & Pfliegl, W. (2016). Ready to roll: Why 802.11p beats LTE and 5G for V2x. 1–14.Available at: <a href="https://www.siemens.com/content/dam/webassetpool/mam/tag-siemens-com/smdb/mobility/road/connected-mobility-solutions/documents/its-g5-ready-to-roll-en.pdf" class="uri">https://www.siemens.com/content/dam/webassetpool/mam/tag-siemens-com/smdb/mobility/road/connected-mobility-solutions/documents/its-g5-ready-to-roll-en.pdf</a> [Accessed: 30 September 2021]</li>
<li>Gay, M., Grimm, J., Otto, T., Partzsch, I., Gersdorf, D., Gierisch, F., Löwe, S., Schütze, M. (2022). Nutzung der C2X-basierten ÖV-Priorisierung an signalisierten Knotenpunkten (Applicability of V2X for transit signal priority). BAST: Bundesanstalt für Straßenwesen. Available at: <a href="https://bast.opus.hbz-nrw.de/opus45-bast/frontdoor/deliver/index/docId/2595/file/V353+BF+Gesamtversion.pdf" class="uri">https://bast.opus.hbz-nrw.de/opus45-bast/frontdoor/deliver/index/docId/2595/file/V353+BF+Gesamtversion.pdf</a> [Accessed: 17. March 2023]</li>
<li>Hainen, A., Mulligan, B., Deetlefs, J., Mulligan, I., & Ashley, P. (2019). Co-Deployment of DSRC Radio and Cellular Connected Vehicle Technology in Tuscaloosa, AL and Northport, AL. 1–9.</li>
<li>Knecht, J. (2018). C-V2X Europapremiere: Wie Autos sprechen – mit wem auch immer | AUTO MOTOR UND SPORT. <a href="https://www.auto-motor-und-sport.de/technik/vernetzung-cv2x-car-to-car-europapremiere/" class="uri">https://www.auto-motor-und-sport.de/technik/vernetzung-cv2x-car-to-car-europapremiere/</a></li>
<li>Köllner, C. (2020, March 24). Car-to-X | Fahrzeugvernetzung per C-V2X oder pWLAN? | springerprofessional.de. <a href="https://www.springerprofessional.de/car-to-x/automatisiertes-fahren/fahrzeugvernetzung-per-c-v2x-oder-pwlan-/17822610" class="uri">https://www.springerprofessional.de/car-to-x/automatisiertes-fahren/fahrzeugvernetzung-per-c-v2x-oder-pwlan-/17822610</a></li>
<li>Močnik, W. (2020, October 20). ASFINAG startet als erster Autobahnbetreiber Europas Vernetzung von Straße und Fahrzeug.Available at: <a href="https://www.asfinag.at/ueber-uns/newsroom/pressemeldungen/2020/wlan-ausbau-cooperative-intelligent-transport-systems/" class="uri">https://www.asfinag.at/ueber-uns/newsroom/pressemeldungen/2020/wlan-ausbau-cooperative-intelligent-transport-systems/</a> [Accessed: 20 Nov 2020].</li>
<li>Namatherdhala, B., Mazher, N., Krishna Sriram, G. (2022). Uses of Artificial Intelligence in Autonomous Driving and V2X Communication. IRJ ETS: International Research Journal of Modernization in Engineering Technology and Science, 4, 7. Available at: <a href="https://www.researchgate.net/profile/Gopala-Sriram/publication/362053482_USES_OF_ARTIFICIAL_INTELLIGENCE_IN_AUTONOMOUS_DRIVING_AND_V2X_COMMUNICATION/links/62d3437dfd347a451bc46ff6/USES-OF-ARTIFICIAL-INTELLIGENCE-IN-AUTONOMOUS-DRIVING-AND-V2X-COMMUNICATION.pdf" class="uri">https://www.researchgate.net/profile/Gopala-Sriram/publication/362053482_USES_OF_ARTIFICIAL_INTELLIGENCE_IN_AUTONOMOUS_DRIVING_AND_V2X_COMMUNICATION/links/62d3437dfd347a451bc46ff6/USES-OF-ARTIFICIAL-INTELLIGENCE-IN-AUTONOMOUS-DRIVING-AND-V2X-COMMUNICATION.pdf</a> [Accessed: 17 March 2023]</li>
<li>Noor-A-Rahim, Md., Liu, Z., Lee, H., Omar, M. (2022). 6G for Vehicle-to-Everything (V2X) Communications: Enabling Technologies, Challenges, and Opportunities. Proceedings of the IEEE, 110, 6, 712-734. 10.1109/JPROC.2022.3173031</li>
<li>ORF. (2021). ASFINAG-Projekt: WLAN auf Autobahnen. Available at: <a href="https://salzburg.orf.at/stories/3084849/" class="uri">https://salzburg.orf.at/stories/3084849/</a> [Accessed: 17. March 2023]</li>
<li>Outay, F., Kamoun, F., Kaisser, F., Alterri, D., & Yasar, A. (2019). V2V and V2I communications for traffic safety and CO<sub>2</sub> emission reduction: A performance evaluation. Procedia Computer Science, 151(2018), 353–360. <a href="https://doi.org/10.1016/j.procs.2019.04.049" class="uri">https://doi.org/10.1016/j.procs.2019.04.049</a></li>
<li>Salzburg. (20232). Bike2CAV – Vermeidung von Kollisionen mit Radfahrer/-innen durch Fahrzueg-zu-X-Kommunikation. Salzburg Research. Available at: <a href="https://www.bike2cav.at/wp-content/uploads/2021/06/Factsheet_Bike2CAV_6_21_final.pdf" class="uri">https://www.bike2cav.at/wp-content/uploads/2021/06/Factsheet_Bike2CAV_6_21_final.pdf</a> [Accessed: 27. January 2023]</li>
<li>Ullah Kahn, W., Jameel, F., Kumar, N., Jäntti, R., Guizani, M. (2022). Backscatter-Enabled Efficient V2X Communication With Non-Orthogonal Multiple Access. IEEE Transactions on Vehicular Technology, 70, 2, 1724-1735. 10.1109/TVT.2021.3056220.</li>
</ul>
</div>
</div>
<div id="infrast_support_level" class="section level2 hasAnchor" number="5.2">
<h2><span class="header-section-number">5.2</span> Infrastructure support levels for automated driving<a href="digital.html#infrast_support_level" class="anchor-section" aria-label="Anchor link to header"></a></h2>
<p><strong>Updated: 24th March 2023</strong></p>
<div id="synonyms-17" class="section level3 unnumbered hasAnchor">
<h3>Synonyms<a href="digital.html#synonyms-17" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p><em>Connected Vehicle (CV), Connected Vehicle technologies (CVT), Vehicle-to-x (car and infrastructure) (C2x/V2x), Cooperative Intelligent Transport Systems (C-ITS), Cellular-V2X technology (C-V2X), ISAD</em></p>
</div>
<div id="definition-19" class="section level3 unnumbered hasAnchor">
<h3>Definition<a href="digital.html#definition-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>Automated driving means that the control of a vehicle gradually transitions from human to computer systems, including perception of the environment. Automated driving requires certain prerequisites, which can be grouped into the following domains (Erhart et al., 2020):</p>
<ul>
<li>the domain of driver-machine interaction,</li>
<li>the domain of vehicle capability,</li>
<li>the domain of the road operator,</li>
<li>the domain of laws and regulations.</li>
</ul>
<p>These domains have been described in more detail in recent years (Erhart et al., 2020):</p>
<ul>
<li>the <a href="https://www.sae.org/">SAE</a> levels [SAE J3016_201806], describe the degree of automation and the associated division of decision-making and control responsibility between human and machine.</li>
<li>the Operational Design Domains (ODDs), deal with the environmental conditions under which the machine functions operate</li>
<li>the ISAD classification describes the ability of the road infrastructure to provide additional sensor information to vehicles (Carreras et al., 2018).<br/></li>
</ul>
<p>The following two figures give an overview of the definition of the classifications of the ISAD levels and the SEA automations levels.</p>
<div class="figure"><span style="display:block;" id="fig:unnamed-chunk-22"></span>
<img src="image/ISAD_2021.png" alt="Levels of the Infrastructure Support for Automated Driving (ISAD) (Inframix, n.d.)" width="70%" />
<p class="caption">
Figure 5.1: Levels of the Infrastructure Support for Automated Driving (ISAD) (Inframix, n.d.)
</p>
</div>
<div class="figure"><span style="display:block;" id="fig:unnamed-chunk-23"></span>
<img src="image/SAE_2021.png" alt="SAE Levels of Driving Automation (SAE International, 2021)" width="70%" />
<p class="caption">
Figure 5.2: SAE Levels of Driving Automation (SAE International, 2021)
</p>
</div>
<p>Depending on the degree of automated driving, it will be possible to further reduce the number of accidents, because human error is the cause of as many as 90 percent of all road accidents. However, this process will be lengthy because conventional and automated vehicles will continue to drive in mixed traffic for many years to come. It must be prevented that the technical systems fail or simply misjudge traffic situations (Rudschies & Kroher, 2021).</p>
</div>
<div id="key-stakeholders-19" class="section level3 unnumbered hasAnchor">
<h3>Key stakeholders<a href="digital.html#key-stakeholders-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ul>
<li><strong>Affected</strong>: “Drivers” of Automated Vehicle</li>
<li><strong>Responsible</strong>: National Governments, Private Companies, Car Manufacturers, Infrastructure operators</li>
</ul>
</div>
<div id="current-state-of-art-in-research-19" class="section level3 unnumbered hasAnchor">
<h3>Current state of art in research<a href="digital.html#current-state-of-art-in-research-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p><em>Signs readability</em><br/>
There is a need for research on the machine readability of traffic signs and road markings. It is not yet clear how such signs should be designed, where they can be placed and under which boundary conditions (weather, speed) they can be recognised. Furthermore, there is a need for additional research on delineators with regard to the problem of locating the automated vehicle through modified delineators, e.g. in the case of invisible lane markings. <br/></p>
<p><em>Digital maps</em><br/>
Further research is needed on the implementation of a digital map with consistent, correct and reliable map data. A uniform process must be developed to ensure the quality of the content of a digital map for use in automated driving. In particular, the necessary interfaces and standards of a digital map, its costs, operator models, etc. are currently completely open. When implementing a highly accurate, layered digital reference map, special attention should be paid to its functional reliability, as it is used in the safety-relevant area of automated vehicle control and is thus an integral part of the functional reliability of the automated driving vehicle. <br/></p>
<p>Furthermore, it should be investigated to what extent, if any, the information from the sensors of automated vehicles can be used for this purpose and whether it can be made usable for the road authorities. There is also a need for research into the implementation of regular roadside inspections. Because how these roadside checks can be carried out and which data can be reliably collected and automatically evaluated has not yet been researched (Heinrich, 2019).<br/></p>
<p>There are several research projects on specific use cases with some assumptions on infrastructure. They aim to define infrastructure requirements and impacts for different types of CAVs (Ulrich et al., 2020). <br/></p>
<p>For example, the Austrian research project <em>“via-AUTONOM”</em> aims to create a road infrastructure that meets the requirements of autonomous vehicles and all other road users in terms of safety, efficiency and comfort. In other words, the transition period where both, automated vehicles and non-automated road users are present on the roads, will be investigated. Furthermore, it will be determined where these measures need to be implemented. To this end, via-AUTONOM is developing a risk model that identifies critical locations and road sections (e.g. intersections, construction zones, curves with limited visibility) for future penetration of automated vehicles. Based on this, the effectiveness of a predefined set of infrastructure measures and the effects of varying availability and quality of different data sources are investigated using simulation methods. In this way, traffic safety and traffic flow can be evaluated. The project focuses primarily on non-urban roads, i.e. motorways, main roads and rural roads. The results of via-AUTONOM include a set of recommendations for infrastructure measures to support automated driving, a procedure to identify critical road sections in the Austrian road network and a conceptual architecture for the efficient use of data from vehicles, infrastructure and digital maps (Saleh, n.d.).<br/></p>
<p>The infrastructure has the potential to support automated driving at selected points or in special situations, but the implementation of some measures is very complex. At the level of technical design-related infrastructure measures, one fundamental measure is the early announcement of special traffic situations, which gives the automated driving vehicle a greater reaction time. For scenarios that occur at short notice (e.g. sudden obstacle on the road), however, design-related measures cannot provide any support. <br/></p>
<p>Traffic and information technology measures can be attributed a certain degree of flexibility in relation to dynamic initial situations. For the commuter driver, only information technology measures such as <a href="digital.html#v2x">V2V</a> or V2I communication are suitable. On the one hand, this would allow short- to medium-term changes in the traffic situation to be transmitted to the vehicle, and on the other hand, it could create redundancy in the transmission of information. For the motorway driver, additional measures at the level of the traffic infrastructure are possible using existing technology (e.g. route control systems, camera detection).</p>
</div>
<div id="current-state-of-art-in-practice-19" class="section level3 unnumbered hasAnchor">
<h3>Current state of art in practice<a href="digital.html#current-state-of-art-in-practice-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>All current traffic regulations have been designed according to the requirements of human road users and are therefore oriented towards the possibilities of a human-controlled vehicle. Deviating infrastructure requirements due to automated driving have hardly been considered so far. Adapting the infrastructure to automated driving can bring some advantages. The integration of automated driving into the existing mobility system can only be successful if the existing road infrastructure is further developed and does not take too long or cost too much. Furthermore, it is important to introduce a European or global standard so that the compatibility of the C-ITS also functions across countries. This is already being strived for, at least in Europe (Heinrich, 2019). Fundamentally possible or conceivable measures can be differentiated with the following classification (Heinrich, 2019):</p>
<ul>
<li>Technical design infrastructure
<ul>
<li>line management</li>
<li>structural elements</li>
</ul></li>
<li>Traffic management infrastructure
<ul>
<li>ground markings</li>
<li>signage</li>
<li>traffic control systems</li>
<li>traffic signal systems</li>
</ul></li>
<li>Information technology infrastructure
<ul>
<li>digital maps</li>
<li>vehicle-to-X communication</li>
</ul></li>
</ul>
<p>(Heinrich, 2019) has compiled a list of scenarios and their infrastructure-related measures. The scenarios mentioned are:</p>
<ul>
<li>Infrastructure measures for the Highway
<ul>
<li>Obstacle in own lane</li>
<li>Missing hard shoulder</li>
<li>Temporary hard shoulder clearance</li>
<li>Work site on directional lane</li>
</ul></li>
<li>Infrastructure measures for the commuter driver
<ul>
<li>Driving on a one-lane rural road with missing or obscured lane markings</li>
<li>Mixed traffic with high speed differences</li>
<li>Overtaking on a one-lane road</li>
<li>Workplace on one-lane road</li>
</ul></li>
</ul>
<p>Moreover, a highly accurate, layered digital reference map has emerged as a central and promising measure that can support automated driving in most scenarios. <a href="onboard.html#digital_maps">Digital maps</a> are the foundation of all navigation and the location of all conceivable traffic-related facilities. Although a geodetic reference system, the World Geodetic System 1984 (WGS 84), has been available for some time as a uniform basis for position information on the earth, a uniform map standard based on it is not yet available. This is mainly the result of the various requirements and applications on the part of road construction authorities or the automotive industry. The NDS standard should provide a solution here in the future.
By means of an accurate map, both long-term situations and medium- and short-term changes in the traffic situation can be mapped. The basic prerequisite for such a reference map is the availability, topicality and quality of the temporary information. This means, on the one hand, that the events can be localised on the map immediately after they occur and, on the other hand, that an automated vehicle can receive and process this information without delay (Heinrich, 2019).</p>
</div>
<div id="relevant-initiatives-in-austria-19" class="section level3 unnumbered hasAnchor">
<h3>Relevant initiatives in Austria<a href="digital.html#relevant-initiatives-in-austria-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<p>The government programme 2017-2022 in Austria has set the goal of becoming a pioneering country and thus also a research, development and production location for automated driving in close cooperation with the automotive industry and research. In particular, the ministry will continue to promote test tracks and related research projects which will also be ongoing in 2023.</p>
<ul>
<li><a href="https://www.bmk.gv.at/themen/mobilitaet/alternative_verkehrskonzepte/automatisiertesFahren/aktionsplan.html">Bmk.at</a></li>
</ul>
<p>Since the beginning of 2018, ASFINAG has been able to transmit standardised, harmonised C-ITS Day 1 messages on the test route. In May 2019, selected Day 2 messages for automated driving were sent for the first time. These messages aimed to assist vehicles in specific traffic situations by providing speed, lane and vehicle gap recommendations as well as cooperative perception.</p>
<ul>
<li><a href="https://www.researchgate.net/publication/339339109_Infrastructure_support_for_automated_driving_Further_enhancements_on_the_ISAD_classes_in_Austria">ISAD</a></li>
</ul>
<p>Austrian road operator ASFINAG is testing mixed traffic scenarios to cope with the development of automated driving. On the A2 motorway near the city of Graz a twenty-kilometre test site called “ALP.Lab” was set up. The aim of this test site is to provide a complete package of physical and digital infrastructure for the validation of automated driving functions and to test new traffic management strategies for cooperative and networked automated vehicles.</p>
<ul>
<li><a href="https://www.researchgate.net/publication/339353309_Road_infrastructure_support_levels_for_automated_driving">C-ITS</a></li>
</ul>
<p>ASFINAG was the first motorway operator in Europe to launch the networking of road and vehicle. This includes the installation of 525 WLAN road units (RSU) and a control centre.</p>
<ul>
<li><a href="https://www.asfinag.at/ueber-uns/newsroom/pressemeldungen/2020/wlan-ausbau-cooperative-intelligent-transport-systems/">Asfinag.at</a></li>
</ul>
</div>
<div id="impacts-with-respect-to-sustainable-development-goals-sdgs-19" class="section level3 unnumbered hasAnchor">
<h3>Impacts with respect to Sustainable Development Goals (SDGs)<a href="digital.html#impacts-with-respect-to-sustainable-development-goals-sdgs-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<table>
<colgroup>
<col width="20%" />
<col width="18%" />
<col width="20%" />
<col width="20%" />
<col width="20%" />
</colgroup>
<thead>
<tr class="header">
<th align="center">Impact level</th>
<th align="center">Indicator</th>
<th align="center">Impact direction</th>
<th align="center">Goal description and number</th>
<th align="center">Source</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">Systemic</td>
<td align="center">Potential to increase road safety</td>
<td align="center"><strong>+</strong></td>
<td align="center">Health & Wellbeing (<em>3</em>)</td>
<td align="center">Rudschies & Kroher, 2021</td>
</tr>
<tr class="even">
<td align="center">Systemic</td>
<td align="center">Continuous technological development</td>
<td align="center"><strong>+</strong></td>
<td align="center">Innovation & Infrastructure (<em>9</em>)</td>
<td align="center">Saleh, P. (n.d.)</td>
</tr>
<tr class="odd">
<td align="center">Systemic</td>
<td align="center">Goals to standardise compatibility of systems on international level</td>
<td align="center"><strong>+</strong></td>
<td align="center">Partnership & collaborations (<em>17</em>)</td>
<td align="center">Heinrich, 2019</td>
</tr>
</tbody>
</table>
</div>
<div id="technology-and-societal-readiness-level-19" class="section level3 unnumbered hasAnchor">
<h3>Technology and societal readiness level<a href="digital.html#technology-and-societal-readiness-level-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<table>
<thead>
<tr class="header">
<th align="center">TRL</th>
<th align="center">SRL</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">6-7</td>
<td align="center">4-6</td>
</tr>
</tbody>
</table>
</div>
<div id="open-questions-19" class="section level3 unnumbered hasAnchor">
<h3>Open questions<a href="digital.html#open-questions-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ol style="list-style-type: decimal">
<li>How should traffic signs and road markings be designed to be recognised as well as possible by an automated car?</li>
<li>How to tackle the recognition of certain lane markings or traffic signs that are worn out or have been covered with graffiti or dirt and are therefore no longer readable by an automated car?</li>
</ol>
</div>
<div id="references-19" class="section level3 unnumbered hasAnchor">
<h3>References<a href="digital.html#references-19" class="anchor-section" aria-label="Anchor link to header"></a></h3>
<ul>
<li>Carreras, A., Daura, X., Erhart, J., & Ruehrup, S. (2018). Road infrastructure support levels for automated driving.</li>
<li>Erhart, J., Harrer, M., Rührup, S., Seebacher, S., & Wimmer, Y. (2020). Infrastructure support for automated driving: Further enhancements on the ISAD classes in Austria. Proceedings of 8th Transport Research Arena TRA 2020, 43(0). <a href="https://www.researchgate.net/publication/339339109" class="uri">https://www.researchgate.net/publication/339339109</a></li>
<li>Heinrich, T. (2019). Infrastrukturbedarf automatisierten Fahrens – Grundlagenprojekt.</li>
<li>Inframix. (n.d.). Infrastructure Categorization – Inframix EU Project. Available at: <a href="https://www.inframix.eu/infrastructure-categorization/" class="uri">https://www.inframix.eu/infrastructure-categorization/</a> [Accessed: 21 June 2021]</li>
<li>Rudschies, W., & Kroher, T. (2021, May 21). Autonomes Fahren: Der aktuelle Stand der Technik | ADAC. <a href="https://www.adac.de/rund-ums-fahrzeug/ausstattung-technik-zubehoer/autonomes-fahren/technik-vernetzung/aktuelle-technik/" class="uri">https://www.adac.de/rund-ums-fahrzeug/ausstattung-technik-zubehoer/autonomes-fahren/technik-vernetzung/aktuelle-technik/</a></li>
<li>Saleh, P. (n.d.). via-AUTONOM Verkehrsinfrastruktur und Anforderungen für autonome Fahrzeuge - AIT Austrian Institute Of Technology. Available at: <a href="https://www.ait.ac.at/themen/verkehrssicherheit-und-unfallforschung/projects/via-autonom" class="uri">https://www.ait.ac.at/themen/verkehrssicherheit-und-unfallforschung/projects/via-autonom</a> [Accessed: 21 June 2021]</li>
<li>SAE International. (2021). SAE Levels of Driving Automation Refined for Clarity and International Audience. SAE Blog. Available at: <a href="https://www.sae.org/blog/sae-j3016-update" class="uri">https://www.sae.org/blog/sae-j3016-update</a> [Accessed: 20 March 2023]</li>
<li>Ulrich, S., Kulmala, R., Appel, K., Aiger, W., Tenttinen, M., Laitinen, J., & Deliverable, D. (2020). MANTRA: Making full use of Automation for National Transport and Road Authorities - NRA Core Business. D4.2 Consequences of automation functions to infrastructure.</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<a href="traffic.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a>
<a href="passenger.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a>
</div>
</div>
<script src="libs/gitbook-2.6.7/js/app.min.js"></script>
<script src="libs/gitbook-2.6.7/js/clipboard.min.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-search.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script>
<script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-clipboard.js"></script>
<script>
gitbook.require(["gitbook"], function(gitbook) {
gitbook.start({
"sharing": {
"github": false,
"facebook": false,
"twitter": false,
"linkedin": false,
"weibo": false,
"instapaper": false,
"vk": false,
"whatsapp": false,
"all": false
},
"fontsettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"edit": null,
"history": {
"link": null,
"text": null
},
"view": {
"link": null,
"text": null
},
"download": null,
"search": false,
"toc": {
"collapse": "section"
},
"toolbar": null,
"position": "fixed",
"info": false
});
});
</script>
</body>
</html>