EN | JP | Last sync: 2026-01

Chapter 4: Simulation, HD Maps, and Regulations

Virtual Testing, Mapping Technologies, and Global Regulatory Frameworks

Reading Time: 80-90 minutes Difficulty: Intermediate

Section 9: Simulation Technologies

Testing autonomous vehicles exclusively on public roads is impractical and dangerous. Billions of miles of driving data are needed to statistically validate safety claims, but accumulating that mileage physically would take decades and cost lives. Simulation addresses this gap by providing safe, scalable, and repeatable virtual environments in which autonomous driving (AD) stacks can be developed, trained, and validated far more efficiently than on-road testing alone.

This section covers the leading simulation platforms, digital twin methodologies, and synthetic data generation techniques that form the backbone of modern AD development pipelines.

9.1 CARLA: Open-Source AD Simulator

CARLA (Car Learning to Act) is the most widely adopted open-source simulator purpose-built for autonomous driving research. Originally released by Intel Labs, Toyota Research Institute, and the Computer Vision Center (CVC) Barcelona, CARLA provides a flexible environment for development, training, and validation of AD systems.

CARLA v0.9.16 (2025) Key Features

The 2025 release of CARLA v0.9.16 introduced several transformative capabilities that bring the platform closer to production-grade simulation:

Feature Description Significance
NVIDIA NuRec Integration Neural rendering pipeline NuRec 25.07 experimental support. Renders CARLA scenes using learned light and geometry representations for photorealistic simulation. Closes the sim-to-real gap by producing sensor data that closely matches real-world camera outputs, reducing domain adaptation overhead for perception networks.
NVIDIA Cosmos Transfer Style transfer foundation model Transfer1 integration, bridging digital twins and procedural simulation. Enables seamless visual domain transfer between procedurally generated and real-world reconstructed environments, increasing scenario diversity without manual asset creation.
Native ROS2 Support ROS2 Foxy, Galactic, and Humble distributions. Sensor streams, ego vehicle control, and world state are integrated as native ROS2 nodes. Allows direct integration with production-grade AD software stacks (e.g., Autoware, Apollo) without custom bridge middleware, streamlining the simulation-to-deployment pipeline.
USD SimReady Exporter Package CARLA scenes and assets in SimReady format for reuse in Omniverse and Isaac Sim. Enables asset portability across NVIDIA's simulation ecosystem, reducing duplicated effort in scene creation and supporting cross-platform validation workflows.

CARLA's open-source nature and extensible Python/C++ API have made it the de facto standard for academic AD research, with over 3,000 published papers referencing the platform.

9.2 NVIDIA DRIVE Sim

While CARLA serves the open-source community, NVIDIA DRIVE Sim represents the industry-grade simulation platform built on the Omniverse Blueprint architecture. DRIVE Sim provides physically accurate sensor simulation spanning camera, radar, and LiDAR rendering with ray-traced fidelity.

Core Capabilities

Industry Adoption

Major automotive OEMs have integrated DRIVE Sim into their development workflows:

9.3 Digital Twins

A digital twin in the AD context is a faithful reproduction of a real-world road environment in virtual space. Unlike generic simulation environments that use procedurally generated or artist-created scenes, digital twins aim for precise geometric and visual correspondence with specific physical locations.

Key Characteristics

Digital twins enable safe and efficient testing by providing environments where rare and dangerous scenarios (e.g., pedestrian dashing onto a highway, multi-vehicle pile-ups, adverse weather on specific roads) can be tested repeatedly without physical risk.

9.4 Synthetic Data Generation

Synthetic data generation extends simulation beyond testing into the training data pipeline. Rather than relying exclusively on expensive, manually labeled real-world datasets, teams generate precisely labeled synthetic data at scale.

NVIDIA DRIVE Sim for Synthetic Data

NVIDIA DRIVE Sim generates synthetic datasets specifically designed to measure deep neural network (DNN) sensitivity to new sensor positions. When an OEM modifies sensor placement on a new vehicle model, DRIVE Sim can generate training data reflecting the new viewpoints without physical data collection campaigns.

Novel View Synthesis Research

Emerging research in novel view synthesis enables teams to emulate different camera configurations from existing driving data. By incorporating these synthetically generated viewpoints into training data, perception systems can be made more robust to sensor placement variations, improving generalization performance across vehicle platforms.

This approach represents a significant cost reduction over traditional data collection methods, where each new sensor configuration would require months of physical driving and annotation effort.

Simulation-to-Deployment Pipeline

The following diagram illustrates the end-to-end pipeline from simulation through validation to real-world deployment:

graph LR subgraph Data_Sources["Data Sources"] A1["Real-World Drives"] A2["HD Map Data"] A3["Procedural Generation"] end subgraph Simulation_Platform["Simulation Platform"] B1["Digital Twin\nReconstruction"] B2["Scenario\nGeneration"] B3["Sensor\nSimulation"] B4["Synthetic Data\nLabeling"] end subgraph AD_Stack["AD Software Stack"] C1["Perception\nTraining"] C2["Planning\nValidation"] C3["Control\nTuning"] end subgraph Validation["Validation & Deployment"] D1["SIL Testing\n(Software-in-the-Loop)"] D2["HIL Testing\n(Hardware-in-the-Loop)"] D3["Closed-Course\nTesting"] D4["Public Road\nDeployment"] end A1 --> B1 A2 --> B1 A3 --> B2 B1 --> B2 B2 --> B3 B3 --> B4 B4 --> C1 B2 --> C2 B3 --> C3 C1 --> D1 C2 --> D1 C3 --> D1 D1 --> D2 D2 --> D3 D3 --> D4 D4 -->|"Feedback Loop"| A1 style A1 fill:#e3f2fd,stroke:#1565c0 style A2 fill:#e3f2fd,stroke:#1565c0 style A3 fill:#e3f2fd,stroke:#1565c0 style B1 fill:#fff3e0,stroke:#e65100 style B2 fill:#fff3e0,stroke:#e65100 style B3 fill:#fff3e0,stroke:#e65100 style B4 fill:#fff3e0,stroke:#e65100 style C1 fill:#f3e5f5,stroke:#6a1b9a style C2 fill:#f3e5f5,stroke:#6a1b9a style C3 fill:#f3e5f5,stroke:#6a1b9a style D1 fill:#e8f5e9,stroke:#2e7d32 style D2 fill:#e8f5e9,stroke:#2e7d32 style D3 fill:#e8f5e9,stroke:#2e7d32 style D4 fill:#e8f5e9,stroke:#2e7d32

This pipeline reflects how modern AD development has shifted from a predominantly physical testing paradigm to a simulation-first approach, where the vast majority of scenario coverage is achieved virtually before any on-road validation occurs.

Section 10: HD Maps / High-Definition Maps

High-definition maps have been a cornerstone of traditional autonomous driving systems, providing centimeter-accurate road geometry, lane boundaries, traffic sign positions, and semantic information that supplements real-time sensor perception. However, the economics and limitations of HD maps have driven a fundamental rethinking of how AD systems relate to map data.

Challenges of Traditional HD Maps

Despite their precision, HD maps present several critical challenges that limit their scalability:

Challenge Description Impact
Creation and Update Cost Approximately $1,000 per kilometer for survey-grade HD map creation, including specialized mapping vehicles, LiDAR processing, and manual annotation. Limits geographic coverage to major highways and urban centers in economically viable markets. Rural and developing regions remain unmapped.
Lack of Real-Time Information HD maps are static snapshots that cannot reflect dynamic conditions: detours, road closures, construction zones, or accident scenes. AD systems relying heavily on HD map priors may fail in scenarios where the real world diverges from the stored map, creating safety-critical mismatches.
Maintenance Burden Road infrastructure changes continuously. Keeping maps current requires ongoing data collection campaigns at prohibitive cost. Maps become stale within weeks to months, degrading system performance over time unless continuously updated.

Prior to 2022, the AD industry focused primarily on HD map geometric accuracy, with traditional Advanced Driver-Assistance Systems (ADAS) relying on preset rules tied to map features. This approach, while effective in well-mapped corridors, could not scale globally.

Mapless Approach

The mapless approach to autonomous driving represents one of the most significant architectural shifts in the industry. Rather than depending on pre-built map databases, mapless systems construct their understanding of the driving environment in real time from onboard sensors alone.

Pioneers and Adopters

Tesla's Full Self-Driving (FSD) system pioneered the mapless approach, demonstrating that an end-to-end neural network could navigate complex urban environments without relying on HD map priors. This approach has since been adopted by multiple major Chinese manufacturers:

Evolution Trajectory

The industry transition follows a clear progression:

  1. Map Prior Knowledge (pre-2022): AD systems heavily dependent on pre-built HD maps for localization, planning, and semantic understanding.
  2. Real-Time Map Construction (2022-2024): Systems began constructing local maps on-the-fly from sensor data, reducing (but not eliminating) dependence on stored maps.
  3. World Models (2024-present): The latest paradigm where neural networks build internal world representations that go beyond geometric mapping to include predictive understanding of scene dynamics, physics, and agent behavior.

This evolution mirrors a broader shift in ADAS algorithm design from rule-driven approaches (if lane boundary detected, then steer) to data-driven approaches (learn optimal behavior from millions of driving examples).

Enabling Technologies

Advanced rendering and reconstruction techniques are transforming what maps can represent:

Hybrid Mapping

Rather than choosing exclusively between HD maps and mapless approaches, many companies are pursuing hybrid strategies that combine the strengths of both paradigms.

Hybrid Strategy Components

Industry Perspective

NavInfo, one of China's largest mapping companies, has proposed "inheriting map spatiotemporal cognition into World Models." This vision represents the convergence of traditional mapping expertise with neural world modeling: rather than discarding decades of cartographic knowledge, the industry is encoding that understanding into the training data and architectures of next-generation AD systems.

Section 11: Regulations and Safety Standards

The deployment of autonomous vehicles on public roads requires not only technological maturity but also comprehensive regulatory frameworks that define responsibilities, safety requirements, and operational boundaries. As of 2025, regulatory approaches vary significantly across major markets, reflecting different legal traditions, risk tolerances, and industrial policy priorities.

11.1 Japan

Japan has positioned itself as a global leader in autonomous driving regulation through proactive legislative reform and government-backed demonstration programs.

Legislative Framework

In April 2023, Japan enacted an amended Road Traffic Act that legalized Level 4 "Specified Automated Driving." This made Japan one of the first countries to establish a comprehensive legal framework for vehicles operating without any human driver in designated areas and conditions.

Government Deployment Targets

Timeline Target
FY2025 50 locations with L4 autonomous driving services
FY2027 100+ locations nationwide
2030 10,000 L4 vehicles in operation

RoAD to the L4 Project

The "RoAD to the L4" project, associated with Japan's Strategic Innovation Promotion Program (SIP), began in September 2021. The project coordinates model region demonstrations to build technical capability and social acceptance for autonomous driving services.

Key achievements to date include:

11.2 United States

The United States takes a decentralized, state-led approach to autonomous driving regulation, resulting in a patchwork of rules that varies significantly by jurisdiction.

State-Level Regulation

As of 2025, 38+ states have enacted some form of AV legislation. The regulatory landscape varies widely:

Federal Regulation (NHTSA)

The National Highway Traffic Safety Administration (NHTSA) has gradually adapted federal safety standards to accommodate autonomous vehicles:

11.3 European Union

The European Union has pursued a harmonized regulatory approach through the United Nations Economic Commission for Europe (UNECE) framework, supplemented by member-state initiatives.

UN Regulation No. 157 (UN-R157)

Effective from January 2023, UN-R157 is the first internationally binding regulation for automated driving. Applied in both Japan and the EU, it permits:

UN-R157 establishes requirements for system activation/deactivation, transition demands to the driver, minimum risk maneuvers, and data recording obligations.

Member State Initiatives

Rules for L4/L5 unmanned vehicles are currently in active development at the UNECE level, with a focus on defining safety validation methodologies and operational design domain requirements.

11.4 China

China has adopted an aggressive, centrally coordinated approach to autonomous driving deployment, combining national policy targets with city-level pilot programs.

National Targets

China's target is for 30%+ of new car sales to feature L3+ autonomous driving capabilities by 2025, reflecting the scale of ambition in the Chinese market.

Regulatory Framework

In November 2023, China launched a national pilot program that clarified commercialization pathways for L2 through L4 autonomous driving. A distinctive feature of the Chinese approach is the emphasis on vehicle-infrastructure-cloud seamless integration, leveraging China's 5G infrastructure and smart city investments to support cooperative autonomous driving.

Pilot Zone Cities

20+ cities have been designated as pilot zones for autonomous driving testing and deployment, including Beijing, Shanghai, and Shenzhen. These zones feature dedicated testing roads, regulatory sandboxes, and streamlined permitting processes.

Industry Progress

BYD obtained the first conditional L3 test license in China in July 2023. By June 2025, nine companies including NIO, Changan, and GAC had prepared for L3 road testing, reflecting rapid industry mobilization in response to regulatory clarity.

11.5 Safety Standards

Beyond national regulations, international safety standards provide the technical framework for ensuring autonomous vehicles operate safely. Three standards form the core of AD safety assurance:

Standard Focus Description
ISO 26262 (Functional Safety) E/E system failure hazard prevention Addresses risks arising from malfunctions or failures of electrical and electronic (E/E) systems. The 2018 version expanded scope from passenger cars to all road vehicles, establishing Automotive Safety Integrity Levels (ASIL A-D) for systematic hazard classification and risk mitigation.
ISO 21448 SOTIF (Safety of the Intended Functionality) Hazards from system limitations (not failures) Addresses safety risks that arise even when systems are functioning as designed but encounter situations beyond their performance limits: sensor misinterpretation, environmental edge cases, and unexpected driver behavior. Originally planned as ISO 26262 Part 14, SOTIF was elevated to an independent standard due to its distinct scope and growing importance for AD systems.
RSS (Responsibility-Sensitive Safety) Formal model for safe driving behavior Proposed by Mobileye (Shalev-Shwartz et al., 2017), RSS provides a mathematical formal model defining what constitutes safe autonomous driving behavior. It specifies proper responses to dangerous situations using verifiable mathematical guarantees. Integration with ISO 21448 is an active area of research.

Complementary Safety Framework

ISO 26262 and SOTIF together form a comprehensive safety assurance framework:

Together, these standards address the full spectrum of safety concerns: what happens when the system breaks, and what happens when the system works as designed but the world presents scenarios beyond its validated capability envelope.

RSS complements both by providing a formal, mathematically verifiable definition of safe behavior that can be used as both a planning constraint and a post-hoc evaluation metric.

Chapter Summary

This chapter covered three interconnected pillars of the autonomous driving ecosystem that extend beyond the core perception-planning-control software stack:

Key Takeaways

Looking Ahead

In Chapter 5, we will examine the remaining challenges facing the autonomous driving industry, the market outlook, and the broader societal implications of this transformative technology.

Disclaimer