apollo_2_0_quick_start.md 3.2 KB
Newer Older
1 2
# Apollo 2.0 Quick Start Guide

T
tc87 已提交
3 4 5
In Apollo 2.0, we have released auto driving on simple urban roads. The following guide serves as a user manual for launching the Apollo 2.0 software and hardware stack on vehicle.

The Apollo 2.0 Quick Start Guide focuses on Apollo 2.0 new features. For general Apollo
6
concepts, please refer to
T
tc87 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
[Apollo 1.0 Quick Start](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_1_0_quick_start.md).

## Contents
* [Calibration Guide](#calibration-guide)
* [Hardware and Software Installation](#hardware-and-software-installation)
* [Dreamview Usage Table](#dreamview-usage-table)
* [Onboard Test](#onboard-test)


## Calibration Guide

For vehicle onboard testing make sure you have calibrated all sensors. For sensor calibration, please refer to [Apollo 2.0 Sensor Calibration Guide](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_2_0_sensor_calibration_guide.md) before you proceed.

## Hardware and Software Installation

A
Aaron Xiao 已提交
22
Please refer to [Apollo 2.0 Hardware and System Installation Guide](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_2_0_hardware_system_installation_guide_v1.md)
T
tc87 已提交
23 24 25 26 27 28 29
for the steps to install the hardware components and the system software, as well as [Apollo Software Installation Guide](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_software_installation_guide.md).

## Dreamview Usage Table

For questions regarding Dreamview icons refer to the [Dreamview Usage Table]( https://github.com/ApolloAuto/apollo/blob/master/docs/specs/dreamview_usage_table.md).

## Onboard Test
30

X
Xiangquan Xiao 已提交
31
1. Plug-in an external hard-drive to any available USB port in the host machine.
32

T
tc87 已提交
33
2. Turn on the vehicle, and then the host machine.
34

T
tc87 已提交
35
3. Launch Docker Release Container.
36

T
tc87 已提交
37
4. Launch DreamView.
38

T
tc87 已提交
39
    Note: Use your favorite browser to access HMI web service in your host machine browser with URL http://localhost:8888.
40

41
    ![](images/dreamview.png)
42

T
tc87 已提交
43
5. Select Vehicle and Map.
X
Xiangquan Xiao 已提交
44

T
tc87 已提交
45
    Note: You'll be required to setup profile before doing anything else. Click the dropdown menu to select your HDMap and vehicle in use. The list are defined in [HMI config file](https://raw.githubusercontent.com/ApolloAuto/apollo/master/modules/dreamview/conf/hmi.conf).
46

T
tc87 已提交
47
    Note: It's also possible to change the profile on the right panel of the HMI, but just remember to click "Reset All" on the top-right corner to restart the system.
48

T
tc87 已提交
49
6. Start Modules.
50

51
    Click the "Setup" button.
52

53
    ![](images/dreamview_setup.png)
54

T
tc87 已提交
55
    Go to **Module Controller** tab, check if all modules and hardware are ready. (Note: In your offline environment, the hardware modules such as GPS, CANBus, Velodyne, Camera and Radar cannot be brought up.) (Note:You may need to drive around a bit to get a good GPS signal.)
X
Xiangquan Xiao 已提交
56
    ![](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/images/dreamview_module_controller.png?raw=true)
57

T
tc87 已提交
58 59 60
7. Under Default Routing select your desired route.
8. Under Tasks click Start Auto. (Note: Be cautious when starting autonomous driving, you should now be in autonomous mode.)
![](images/dreamview_start_auto.png)
X
Xiangquan Xiao 已提交
61
9. After autonomous testing is complete, under Tasks click Reset All, close all windows and shutdown the machine.
T
tc87 已提交
62
10. Remove the hard drive.
63 64 65



X
Xiangquan Xiao 已提交
66