Haste makes waste

Apollo-01-SDC Fundamentals-Featuring Apollo(Apollo基础)

Posted on By lijun

2. what will you learn?

The main sections of the Apollo open-source self-driving car platform:

  • high-definition map, High-definition maps underpin almost every other part of the software stack
  • localization, how the car determines its location in the world
  • perception, how a self-driving car sees the world, classification,detection, and segmentation
  • prediction, how other vehicles or pedestrians might move
  • planning, how to combine prediction and routing to generate a trajectory for our vehicle
  • control, how to use steering, throttle, and brake to execute our planned trajectory

3. What is self-driving?

  • Why do we need self-driving cars?

image

  • Levels of Driving Automation

image

5. How Self-Driving Cars Work?

image

Apollo’s system centers around HD Maps and Localization. The other components of the system revolve around Perception, Prediction, Planning and Control, as we’ll see throughout this course.

image

7. Reference Vehicle and Hardware Platforms

image

9. Cloud Service

  • HD Map
  • Simulation
  • Data Platform
  • Security
  • OTA(over-the-air software updates)
  • DuerOS