apollo_1_5_quick_start.md 1.8 KB
Newer Older
1 2
# Apollo 1.5 Quick Start Guide

3
This quick start focuses on Apollo 1.5 new features. For general Apollo concepts, please refer to [Apollo 1.0 Quick Start](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_1_0_quick_start.md) and [Apollo Software Installation Guide](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_software_installation_guide.md).
S
shaorui 已提交
4

5
# Onboard Test
6

N
Natasha Dsouza 已提交
7
1. For vehicle onboard test, make sure you have calibrated the extrinsic parameters between the LiDAR and the GNSS/INS. For sensor calibration, please refer to [Apollo 1.5 LiDAR calibration guide](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/apollo_lidar_imu_calibration_guide.md) before you proceed.
8

9
2. Launch Docker Release Container
10

11
3. Launch HMI
12

13
    Use your favorite browser to access HMI web service in your host machine browser with URL http://localhost:8887
14

15
4. Select Vehicle and Map
X
Xiangquan Xiao 已提交
16

17
    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/hmi/conf/config.pb.txt).
18

19
    *Note: It's also possible to change profile on the right panel of HMI, but just remember to click "Reset All" on the top-right corner to restart the system.*
20

21
    ![](images/start_hmi.png)
22

23
5. Start Modules
24

25
    Set up the system by clicking the "Setup" button on left panel.
26

27
    ![](images/hmi_setup_1.5.png)
28

29
6. (*New!*) Be Cautious When Starting Autonomous Driving
30

31
    Make sure all modules are on and hardware is ready, and the vehicle is in a good state which is safe to enter auto mode to follow the traffic to destination.
32

33 34
    Click the "Start Auto" button, then it will drive you there!
    ![](images/hmi_start_auto_following.png)