apollo_3_5_quick_start.md 3.0 KB
Newer Older
N
Natasha Dsouza 已提交
1
# Apollo 3.5 Quick Start Guide
2

3 4
The following guide serves as a user manual for launching the Apollo 3.5
software and hardware stack on vehicle.
5

6 7 8
The Apollo 3.5 Quick Start Guide focuses on new features available in Apollo
3.5. For general Apollo concepts, please refer to
[Apollo 1.0 Quick Start](apollo_1_0_quick_start.md).
9 10 11 12 13 14 15 16 17 18

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

19 20
For the vehicle's onboard testing make sure you have calibrated all the sensors.
For sensor calibration, please refer to
21 22 23 24 25 26
[Apollo 2.0 Sensor Calibration Guide](apollo_2_0_sensor_calibration_guide.md)
before you proceed.

## Hardware and Software Installation

Please refer to
N
Natasha Dsouza 已提交
27
[Apollo 3.5 Hardware and System Installation Guide](apollo_3_5_hardware_system_installation_guide.md)
28 29
for the steps to install the hardware components and the system software, as
well as
30 31 32 33 34
[Apollo Software Installation Guide](apollo_software_installation_guide.md).

## Dreamview Usage Table

For questions regarding Dreamview icons refer to the
35
[Dreamview Usage Table](../specs/dreamview_usage_table.md).
36 37 38

## Onboard Test

X
Xiangquan Xiao 已提交
39
1. Plug-in an external hard-drive to any available USB port in the host machine.
40 41 42 43 44 45 46 47

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

3. Launch Docker Release Container.

4. Launch DreamView.

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

50
   ![launch_dreamview](images/dreamview_2_5.png)
51 52 53

5. Select Mode, Vehicle and Map.

54
   ![setup_profile](images/dreamview_2_5_setup_profile.png)
55 56 57 58

   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
59
   [HMI config file](https://raw.githubusercontent.com/ApolloAuto/apollo/r3.0.0/modules/dreamview/conf/hmi.conf).
60 61 62 63 64 65 66 67 68

   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.

6. Start the Modules.

   Click the `Setup` button.

69
   ![start_modules](images/dreamview_2_5_setup.png)
70 71 72

   Go to **Module Controller** tab, check if all modules and hardware are ready.
   (Note\: In your offline environment, the hardware modules such as GPS,
73 74
   CANBus, Velodyne, Camera and Radar cannot be brought up.) (Note\: You may
   need to drive around a bit to get a good GPS signal.)
75

76
   ![controller](images/dreamview_2_5_module_controller.png)
77 78 79

7. Under `Default Routing` select your desired route.

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

83
   ![start_auto](images/dreamview_2_5_start_auto.png)
84

85 86
9. After the autonomous testing is complete, under Tasks click `Reset All`,
   close all windows and shutdown the machine.
87 88

10. Remove the hard drive.