apollo_2_5_quick_start.md 3.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# Apollo 2.5 Quick Start Guide

The following guide serves as a user manual for launching the Apollo 2.5
software and hardware stack on vehicle.

The Apollo 2.5 Quick Start Guide focuses on Apollo 2.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).

## 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

Please refer to
27
[Apollo 2.5 Hardware and System Installation Guide](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_2_5_hardware_system_installation_guide_v1.md)
28 29 30 31 32 33 34 35 36 37
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

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

40
2. Turn on the vehicle, and then the host machine.
41

42
3. Launch Docker Release Container.
43

44
4. Launch DreamView.
45 46 47 48 49 50

   Note\: Use your favorite browser to access Dreamview web service in your host
   machine browser with URL http://localhost:8888.

   ![](images/dreamview_2_5.png)

51
5. Select Mode, Vehicle and Map.
52 53 54 55 56 57 58 59 60 61 62 63

   ![](images/dreamview_2_5_setup_profile.png)

   Note\: You'll be required to setup profile before doing anything else. Click
   the dropdown menu to select **Navigation** mode, the HDMap and vehicle you
   want to use. The lists are defined in
   [HMI config file](https://raw.githubusercontent.com/ApolloAuto/apollo/master/modules/dreamview/conf/hmi.conf).

   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.

64
6. Start Modules.
65 66 67 68 69 70 71 72 73 74 75 76

   Click the "Setup" button.

   ![](images/dreamview_2_5_setup.png)

   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.)

   ![](images/dreamview_2_5_module_controller.png)

77
7. Under Default Routing select your desired route.
78

79
8. Under Tasks click Start Auto. (Note: Be cautious when starting autonomous
80 81 82 83
   driving, you should now be in autonomous mode.)

   ![](images/dreamview_2_5_start_auto.png)

84
9. After autonomous testing is complete, under Tasks click Reset All, close all
X
Xiangquan Xiao 已提交
85
   windows and shutdown the machine.
86

87
10. Remove the hard drive.