Skip to content

Commit

Permalink
format some files
Browse files Browse the repository at this point in the history
  • Loading branch information
daohu527 committed Sep 19, 2020
1 parent 3d08838 commit c0ab9e4
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 4 deletions.
2 changes: 2 additions & 0 deletions cyber/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Cyber ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 凡学之不勤,必其志之未笃也。
Cyber是百度Apollo推出的替代Ros的消息中间件,自动驾驶中的各个模块通过Cyber进行消息订阅和发布,同时Cyber还提供了任务调度、录制Bag包等功能。通过Cyber实现了自动驾驶中间层,这里分为几小结分别对Cyber进行详细的分析。

## Table of Contents
Expand Down
2 changes: 2 additions & 0 deletions docker/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Docker ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 橘生淮南则为橘,生于淮北则为枳。
## Table of Contents
- [docker编译](#docker_build)
- [docker脚本](#docker_script)
Expand Down
2 changes: 2 additions & 0 deletions how_to_build/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Build ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 高行微言,所以修身。
## Table of Contents
- [编译](#build)
- [常见问题](#question)
Expand Down
2 changes: 2 additions & 0 deletions modules/control/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Control ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 岁不寒,无以知松柏;事不难,无以知君子。
## Table of Contents
- [Control模块简介](#introduction)
- [Control模块主流程](#main)
Expand Down
6 changes: 6 additions & 0 deletions modules/dreamview/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Dig into Apollo - Dreamview ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 草木有本心,何求美人折。
## Table of Contents

dreamview中enable模块是在 backend的hmi接口中实现,调用std::cmd()执行启动命令。
2 changes: 2 additions & 0 deletions modules/localization/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Localization ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 虽千万人,吾往矣。
## Table of Contents
- [Localization模块简介](#introduction)
- [代码目录](#content)
Expand Down
2 changes: 2 additions & 0 deletions modules/map/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Map ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 事者,生于虑,成于务,失于傲。
## Table of Contents
- [Map模块简介](#introduction)
- [Map目录结构](#content)
Expand Down
2 changes: 1 addition & 1 deletion modules/planning/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dig into Apollo - Planning ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 吾尝终日而思矣 不如须臾之所学也 - 《劝学》
> 吾尝终日而思矣 不如须臾之所学也

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion modules/prediction/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dig into Apollo - Prediction ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 悟已往之不諫,知來者之可追
> 悟已往之不谏,知来者之可追

## Table of Contents
Expand Down
8 changes: 7 additions & 1 deletion modules/tools/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Toolbox
# Dig into Apollo - Tools ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 君子生非异也,善假于物也。
## Table of Contents


## 查找依赖库
由于c++中是允许重载,而函数名要唯一,所以需要名字修饰

Expand Down
2 changes: 1 addition & 1 deletion modules/transform/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dig into Apollo - Transform ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 温故而知新,可以为师矣
> 三人行,必有我师

## Table of Contents
Expand Down
2 changes: 2 additions & 0 deletions performance/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Performance ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 四方上下曰宇,往古来今曰宙。
## Table of Contents
- [线程调度](#schedule)
- [Cgroups](#cgroups)
Expand Down
4 changes: 4 additions & 0 deletions questions/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Dig into Apollo - Questions ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 非淡漠无以明德,非宁静无以致远。
## 目录

- [编译](#build)
Expand Down
2 changes: 2 additions & 0 deletions what_is_apollo/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dig into Apollo - Introduction ![GitHub](https://img.shields.io/github/license/daohu527/Dig-into-Apollo.svg?style=popout)

> 衣带渐宽终不悔,为伊消得人憔悴。
## Table of Contents
- [简介](#introduction)
- [目录结构](#content)
Expand Down

0 comments on commit c0ab9e4

Please sign in to comment.