You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@ For business and partnership, please visit [our website](http://apollo.auto).
29
29
4.[Installation](#installation)
30
30
5.[Documents](#documents)
31
31
32
-
33
-
34
32
## Getting Started
35
33
36
34
Apollo 5.0 is loaded with new modules and features, but needs to be calibrated and configured perfectly before you take it for a spin. Please review the prerequisites and installation steps in detail to ensure that you are well equipped to build and launch Apollo. You could also check out Apollo's architecture overview for a greater understanding on Apollo's core technology and platform.
@@ -220,6 +218,7 @@ The car now has 360-degree visibility, along with upgraded perception deep learn
Copy file name to clipboardExpand all lines: RELEASE.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
# Release 5.0
2
+
3
+
Apollo 5.0 is an effort to support volume production for Geo-Fenced Autonomous Driving. The car now has 360-degree visibility, along with upgraded perception deep learning model to handle the changing conditions of complex road scenarios, making the car more secure and aware. Scenario-based planning has been enhanced to support additional scenarios like pull over and crossing bare intersections.
4
+
5
+
## Major Features And Improvements
6
+
* Brand new Data Pipeline Service
7
+
* Vehicle Calibration
8
+
* New Perception algorithms
9
+
* Sensor Calibration Service
10
+
* Scenario - Based Planning with a new planning algorithm, Open Space Planner and new scenarios supported
11
+
* Intersection - STOP Sign, Traffic Light, Bare Intersection
12
+
* Park - Valet, Pull Over
13
+
* Map Data Verification tool
14
+
* Prediction Evaluators
15
+
* Simulation web platform - Dreamland
16
+
* Scenario Editor
17
+
18
+
## Autonomous Drive Capabilities
19
+
Vehicles with this version can drive autonomously in complex urban road conditions including both residential and downtown areas. **BE CAUTIOUS WHEN DRIVING AUTONOMOUSLY, ESPECIALLY AT NIGHT OR IN POOR VISION ENVIRONMENT. URBAN DRIVING INVOLVES NAVIGATING HIGH RISK ZONES LIKE SCHOOLS, PLEASE TEST APOLLO 5.0 WITH THE SUPPORT FROM APOLLO ENGINEERING TEAM, PLEASE AVOID DRIVING THE VEHICLE ON THE HIGHWAY OR AT SPEEDS THAT ARE ABOVE OUR SUPPORTED THRESHOLD**.
20
+
1
21
# Release 3.5
2
22
3
23
Apollo 3.5 is capable of navigating through complex driving scenarios such as residential and downtown areas. With 360-degree visibility and upgraded perception algorithms to handle the changing conditions of urban roads, the car is more secure and aware.
9. If you want to visualize camera-based results overlaid on the captured image and in bird view, mark `enable_visualization: true`in`modules/perception/production/conf/perception/camera/fusion_camera_detection_component`
46
+
47
+
10. Play your recorded bag
48
+
```
49
+
cyber_recorder play -f /apollo/data/bag/anybag -r 0.2
50
+
```
43
51
44
52
Please note that the Nvidia driver should be installed appropriately even if the perception module is running in Caffe CPU_ONLY mode (i.e., using `./apollo.sh build` or `./apollo.sh build_opt` to build the perception module). Please see the detailed instruction of perception module in [the perception README](https://github.com/ApolloAuto/apollo/blob/master/modules/perception/README.md).
Copy file name to clipboardExpand all lines: docs/specs/perception_apollo_5.0.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,3 +101,5 @@ The input of Planning and Control modules will be quite different with that of t
101
101
102
102
The world coordinate system is used as ego-coordinate in 3D where the rear center axle is an origin.
103
103
104
+
If you want to try our perception modules and their associated visualizer, please refer to the [following document](https://github.com/ApolloAuto/apollo/blob/master/docs/howto/how_to_run_perception_module_on_your_local_computer.md)
0 commit comments