# Apollo 3.5 Technical Tutorial

## Overview
Learn how to setup Apollo 3.5

* [Apollo 3.5 quick start](https://github.com/ApolloAuto/apollo/blob/r5.5.0/docs/quickstart/apollo_3_5_quick_start.md)

## Hardware system installation
Learn the procedure of Apollo 3.5 hardware system installation

* [Apollo 3.5 Hardware System Installation guide](https://github.com/ApolloAuto/apollo/blob/r5.5.0/docs/quickstart/apollo_3_5_hardware_system_installation_guide.md)

## Software installation
Apollo 3.5 Software and Dreamview installation

* [Apollo software installation guide](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/quickstart/apollo_software_installation_guide.md)
* [How to Debug a Dreamview Start Problem](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_debug_dreamview_start_problem.md)


## Apollo Cyber
All you need to know about Apollo Cyber RT

* [Apollo 3.5 all you need to know about Cyber RT](https://github.com/ApolloAuto/apollo/blob/r3.5.0/cyber/README.md)


## Calibration
Apollo Calibration service

* [Calibration guide between LiDAR and INS](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/apollo_lidar_imu_calibration_guide.md)
* [Guide for Camera-to-Camera calibration, Camera-to-LiDAR calibration, Radar-to-Camera calibration, IMU-to-Vehicle calibration](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/quickstart/apollo_2_0_sensor_calibration_guide.md)
* [Multiple-LiDAR GNSS calibration guide](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/quickstart/multiple_lidar_gnss_calibration_guide.md)
* [Apollo Coordinate System](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/coordination.pdf)

## Software architecture and algorithms
Deep dive into Apollo's modules and algorithms

* [Apollo 3.5 software architecture](https://github.com/ApolloAuto/apollo/blob/r5.0.0/docs/specs/Apollo_3.5_Software_Architecture.md "Apollo software architecture")
* [3D Obstacle Perception](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/3d_obstacle_perception.md)
* [Apollo 3.5 Perception](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/perception/README.md)
* [QP-Spline-Path Optimizer](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/qp_spline_path_optimizer.md)
* [QP-Spline-ST-Speed Optimizer](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/qp_spline_st_speed_optimizer.md)
* [Reference Line Smoother](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/reference_line_smoother.md)
* [Traffic Light Perception](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/traffic_light.md)


## Software modules
Learn Apollo software modules and extension

* [Canbus module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/canbus/README.md)
* [Common module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/common/README.md)
* [Control module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/control/README.md)
* [Data module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/data/README.md)
* [Localization module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/localization/README.md)
* [Perception module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/perception/README.md)
* [Planning module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/planning/README.md)
* [Prediction module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/prediction/README.md)
* [Routing module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/modules/routing/README.md)

## Version relevant How to guides
Find quick answers to commonly as How to questions for Apollo 3.5

* [How to Add a New GPS Receiver](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_add_a_gps_receiver.md)
* [How to Add a New CAN Card](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_add_a_new_can_card.md )
* [How to Add a New Control Algorithm](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_add_a_new_control_algorithm.md)
* [How to Add a New Evaluator in Prediction Module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_add_a_new_evaluator_in_prediction_module.md)
* [How to Add a New Predictor in Prediction Module](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_add_a_new_predictor_in_prediction_module.md)
* [How to Add a New Vehicle](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_add_a_new_vehicle.md)
* [How to Add a New External Dependency](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_add_an_external_dependency.md)


## Developer Tools
Learn Apollo developer tools

* [How  to build and debug Apollo in VSCode](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/howto/how_to_build_and_debug_apollo_in_vscode_cn.md "How  to build and debug Apollo in VSCode")
* [Introduction of Dreamview](https://github.com/ApolloAuto/apollo/blob/r3.5.0/docs/specs/dreamview_usage_table.md)