Skip to content

Commit

Permalink
DOCS: adding Cyber readme and links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
natashadsouza authored and Capri2014 committed Jan 15, 2019
1 parent 3b0b06d commit a026da6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Apollo 3.5 is capable of navigating through complex driving scenarios such as re
* VLS - 128 Line LiDAR
* FPD-Link Cameras
* Continental high-range function radars
* Apollo Extension Unit (AXU)
* Apollo Expansion Unit (AXU)
* Additional IPC
* Brand new Runtime Framework - **Apollo CyberRT** which is specifically targeted towards autonomous driving
* New Perception algorithms
Expand Down
1 change: 1 addition & 0 deletions docs/FAQs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- [Hardware FAQs cn](Hardware_FAQs_cn.md)
- [Software FAQs](Software_FAQs.md)
- [Software FAQs cn](Software_FAQs_cn.md)
- [Apollo Cyber RT FAQs](CyberRT_FAQs.md)
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ Apollo documents contain the following folders:
---
- **[Howto Guide](howto/README.md)** - Brief technical solutions to common problems that developers face during the installation and use of the Apollo platform
---
- **[Cyber](cyber/README.md)** - All you need to know about Apollo Cyber RT
---

- **[FAQs](FAQs/README.md)**

12 changes: 12 additions & 0 deletions docs/cyber/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Apollo Cyber RT


* [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.

* [Apollo Cyber RT Developer Tools](CyberRT_Developer_Tools.md): Detailed guidance on how to use the developer tools from Apollo Cyber RT.

* [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.

* [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.

More documents to come soon!

0 comments on commit a026da6

Please sign in to comment.