Skip to content

Commit b8489ac

Browse files
natashadsouzaycool
authored andcommitted
Updating the Readme and Quickstart Readme with new links
1 parent a352ba7 commit b8489ac

File tree

4 files changed

+37
-12
lines changed

4 files changed

+37
-12
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ For business and partnership, please visit [our website](http://apollo.auto).
3232

3333
## Getting Started
3434

35-
**The Apollo Team now proudly presents to you the latest [version 2.5](https://github.com/ApolloAuto/apollo/releases/tag/v2.5.0).**
35+
**The Apollo Team now proudly presents to you the latest [version 3.0](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_3_0_quick_start.md).**
3636

3737

38-
Apollo 2.5 is loaded with new modules and features, but needs to be callibrated and configured perfectly before you take it for a spin. Please review the prerequisites and installation steps in detail to ensure that you are well equipped to build and launch Apollo. You could also check out Apollo's architecture overview for a greater understanding on Apollo's core technology and platform.
38+
Apollo 3.0 is loaded with new modules and features, but needs to be callibrated and configured perfectly before you take it for a spin. Please review the prerequisites and installation steps in detail to ensure that you are well equipped to build and launch Apollo. You could also check out Apollo's architecture overview for a greater understanding on Apollo's core technology and platform.
3939

4040
[Want to contribute to our code?](https://github.com/ApolloAuto/apollo/blob/master/CONTRIBUTING.md) follow this guide.
4141

@@ -159,7 +159,27 @@ and we want to ensure Apollo 2.5 was integrated correctly with your vehicle befo
159159

160160
* Software:
161161

162-
* Same as 2.0
162+
* Same as 2.0
163+
164+
[**Apollo 3.0:**](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_3_0_quick_start.md)
165+
166+
Apollo 3.0's main focus is to provide a platform for developers to build upon in a closed venue low-speed environment. Vehicles are able to maintain lane control, cruise and avoid collisions with vehicles ahead of them.
167+
168+
![image alt text](docs/demo_guide/images/Apollo_3.0_diagram.png)
169+
170+
**For Setup:**
171+
172+
* Hardware:
173+
174+
* Ultrasonic sensors
175+
* Apollo Sensor Unit
176+
* Apollo Hardware Development Platform with additional sensor support and flexibility
177+
178+
* Software:
179+
180+
* Guardian
181+
* Monitor
182+
* Additional drivers to support Hardware
163183

164184
## Architecture
165185

1.35 MB
Loading

docs/quickstart/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Quick Start Guides
22

3+
## Apollo 3.0
4+
5+
- [Apollo 3.0 quick start](apollo_3_0_quick_start.md)
6+
- [Apollo 3.0 hardware system installation guide](apollo_3_0_hardware_system_installation_guide.md)
7+
38
## Apollo 2.5
49

510
- [Apollo 2.5 quick start](apollo_2_5_quick_start.md)

docs/quickstart/apollo_3_0_hardware_system_installation_guide.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ The **Apollo Project** is an initiative that provides an open, complete, and rel
4141

4242
The following set of documentation describes Apollo 3.0:
4343

44-
- ***<u>[Apollo Hardware and System Installation Guide]</u>***Provides the instructions to install the hardware components and the system software for the vehicle:
44+
- ***<u>[Apollo Hardware and System Installation Guide]</u>***Links to the Hardware Development Platform Documentation in Specs
4545

4646
- **Vehicle**:
4747

48-
- Industrial PC (IPC)
49-
- Global Positioning System (GPS)
50-
- Inertial Measurement Unit (IMU)
48+
- [Industrial PC (IPC)](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/IPC/Nuvo-6108GC_Installation_Guide.md)
49+
- [Global Positioning System (GPS)](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Navigation/README.md)
50+
- [Inertial Measurement Unit (IMU)](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Navigation/README.md)
5151
- Controller Area Network (CAN) card
5252
- GPS Antenna
5353
- GPS Receiver
54-
- Light Detection and Ranging System (LiDAR)
55-
- Camera
56-
- Radar
57-
- Apollo Sensor Unit (ASU)
54+
- [Light Detection and Ranging System (LiDAR)](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Lidar/README.md)
55+
- [Camera](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Camera/README.md)
56+
- [Radar](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Radar/README.md)
57+
- [Apollo Sensor Unit (ASU)](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Apollo_Sensor_Unit/Apollo_Sensor_Unit_Installation_Guide.md)
5858

59-
- **Software**:
59+
- **Software**: Refer to the [Software Installation Guide](https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Software_and_Kernel_Installation_guide.md) for information on the following:
6060
- Ubuntu Linux
6161
- Apollo Linux Kernel
6262
- NVIDIA GPU Driver

0 commit comments

Comments
 (0)