提交 6fac07ec 编写于 作者: C Calvin Miao 提交者: Dong Li

Release: added release note

上级 148c79c4
# Release 2.0
This release supports that vehicles autonomously drive on simple urban roads. Vehicles are able to cruise and avoid collisions with obstacles, stop at traffic lights and change lanes if needed to reach the destination.
## Major Features And Improvements
* Add traffic light detection
* Add obstacle classification and support obstacle categories: _vehicle_, _pedestrian_, _cyclist_ and _unknown_
* Add point cloud based localization algorithm fusion with RTK
* Add MPC based control algorithm
* Add RNN model for traffic prediction
* Integrate HMI and DreamView
* Redesign DreamView and upgrade it with additional debugging visualization tools
* Add additional debugging tools in `modules/tools`
* Add release docker image upgrade through secure OTA
* Add USB camera and radar driver support
## Autonomous Driving Capabilities
Vehicles with this version can drive autonomously on simple urban roads with light to medium traffic at slow to medium speed.
# Release 1.5
This release supports that vehicles autonomously cruise on fixed lanes.
## Major Features And Improvements
* Add routing, perception, prediction, planning and end-to-end
* **_Perception_**: 3D point cloud based obstacle detection and tracking with GPU support
* **_Prediction_**: Deep neural network MLP prediction model and multiple predictors handling different categories of obstacles
* **_Planning_**: traffic law modules, multiple iterations of DP and QP optimizations for path and speed
* **_End-to-end_**: Mixed deep neural network models with convolutional LSTM in longitudinal and FCNN in lateral
* Add HD Map engine APIs
* Add Velodyne 64 LiDAR driver support
* Add debugging tools in `modules/tools/`
* Improve HMI and DreamView features to allow realtime traffic display and traffic scenario replay.
## Autonomous Driving Capabilities
Vehicles with this version do **NOT** detect traffic lights. Vehicles will **NOT** stop at red traffic lights. Neither will them change lanes on the road.
# Release 1.0
Initial release of Apollo implements autonomous GPS waypoint following.
## Major Features And Improvements
* Include localization, control
* **_Location_**: RTK
* **_Control_**: calibration table in longitudinal and LQR in lateral
* Add GPS/IMU gnss driver support
* Use HMI to record and replay a trajectory, and DreamView to visualize vehicle trajectory
* Include debugging tools in `modules/tools/`
## Autonomous Driving Capabilities
Vehicles with this version do **NOT** perceive obstacles in close promixity. Neither can them drive on public roads or areas without GPS signals.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册