ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

Apollo - Self-driving Overview 学习记录

2021-10-04 23:30:43  阅读:188  来源: 互联网

标签:driving Level Overview Self level driver controls automation vehicle


Six Levels Of Autonomous Vehicles

Level 0

Level 0 is the base level. At this level, the driver is the sole decision maker for the system. The driver controls the steering wheel, throttle, brakes and all other vehicle controls.

Level 1

Level 1 is driver assistance. At this level, the vehicle supports the driver with either steering or acceleration cruise control. Drivers must stay fully engaged but they can give up some control to the autonomous system.

Level 2

Level 2 is partial automation. At this stage, the vehicle controls several functions automatically such as automatic cruise control and lane keeping. However, the driver must still perform any functions that the autonomous system does not handle.

Level 3

Level 3 is conditional automation. The vehicle drives autonomously but the driver must be ready to takeover whenever necessary.

Level 4

Level 4 is high automation. At this level, the vehicle controls all aspects of the driving experience and there is no expectation that the human driver will ever intervene. In fact, at this level, it’s possible that the vehicle might not even have a steering wheel or driver controls at all. However, at this level, the vehicle maybe restricted to certain areas fften. This is called a geofence. The vehicle can operate completely autonomously within a certain geofence, but outside of that geofence, the vehicle is either unable to operate autonomously or maybe unable to operate at all.

Level 5

Level 5, the highest level, is full automation. At this level, the vehicle operates completely
autonomously anywhere in everywhere that a human can drive. Level 5 should be automation as good or better than a human driver in all scenarios.
请添加图片描述

How a Self-Driving Car Works

Self-driving cars have five core components

  • Computer Vision
  • Sensor Fusion
  • Localization
  • Path Planning
  • Control

We use computer vision and sensor fusion to get this rich picture of where we are in the world. We use localization to nail down precisely our location in that rich world. We use path planning to chart the course through the world to get us where we’d like to go and we use control to turn the steering wheel and hit the throttle and hit the brake to execute that trajectory and ultimately move the vehicle.
在这里插入图片描述

Hardware That You Need To Run Apollo

The major hardware components include

  • Camera
  • Radar
  • LiDAR
  • GPS-IMU
  • IPC
    在这里插入图片描述

标签:driving,Level,Overview,Self,level,driver,controls,automation,vehicle
来源: https://blog.csdn.net/m0_50645138/article/details/120609595

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有