Skip to content

Commit dd68c9f

Browse files
natashadsouzaCapri2014
authored andcommitted
DOCS: adding Cyber readme and links to docs
1 parent 5ca88b6 commit dd68c9f

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Apollo 3.5 is capable of navigating through complex driving scenarios such as re
77
* VLS - 128 Line LiDAR
88
* FPD-Link Cameras
99
* Continental high-range function radars
10-
* Apollo Extension Unit (AXU)
10+
* Apollo Expansion Unit (AXU)
1111
* Additional IPC
1212
* Brand new Runtime Framework - **Apollo CyberRT** which is specifically targeted towards autonomous driving
1313
* New Perception algorithms

docs/FAQs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
- [Hardware FAQs cn](Hardware_FAQs_cn.md)
1111
- [Software FAQs](Software_FAQs.md)
1212
- [Software FAQs cn](Software_FAQs_cn.md)
13+
- [Apollo Cyber RT FAQs](CyberRT_FAQs.md)

docs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ Apollo documents contain the following folders:
1414
---
1515
- **[Howto Guide](howto/README.md)** - Brief technical solutions to common problems that developers face during the installation and use of the Apollo platform
1616
---
17+
- **[Cyber](cyber/README.md)** - All you need to know about Apollo Cyber RT
18+
---
19+
1720
- **[FAQs](FAQs/README.md)**
1821

docs/cyber/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Apollo Cyber RT
2+
3+
4+
* [Apollo Cyber RT Quick Start](CyberRT_Quick_Start.md): Everything you need to know about how to start developing your first application module on top of Apollo Cyber RT.
5+
6+
* [Apollo Cyber RT Developer Tools](CyberRT_Developer_Tools.md): Detailed guidance on how to use the developer tools from Apollo Cyber RT.
7+
8+
* [Apollo Cyber RT API for Developers](CyberRT_API_for_Developers.md): A comprehensive guide to explore all the APIs of Apollo Cyber RT, with many concrete examples in source code.
9+
10+
* [Apollo Cyber RT FAQs](https://github.com/ApolloAuto/apollo/tree/master/docs/FAQs/CyberRT_FAQs.md): Answers to the most frequently asked questions about Apollo Cyber RT.
11+
12+
More documents to come soon!

0 commit comments

Comments
 (0)