From 7da902fcff6052d74fe45ce04a1600916e5fc8e3 Mon Sep 17 00:00:00 2001 From: daohu527 Date: Sat, 19 Sep 2020 08:49:12 +0800 Subject: [PATCH] questions : add question modules --- questiones/todo.md | 0 questions/readme.md | 19 +++++++++++++++++++ questiones/readme.md => questions/todo.md | 3 +-- readme.md | 10 ++++++---- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 questiones/todo.md create mode 100644 questions/readme.md rename questiones/readme.md => questions/todo.md (95%) diff --git a/questiones/todo.md b/questiones/todo.md deleted file mode 100644 index e69de29..0000000 diff --git a/questions/readme.md b/questions/readme.md new file mode 100644 index 0000000..23de4cc --- /dev/null +++ b/questions/readme.md @@ -0,0 +1,19 @@ +## 目录 + +- [编译](#build) +- [地图](#map) +- [仿真](#simulation) + + + + +## 编译 + + + +## 地图 + + + + +## 仿真 \ No newline at end of file diff --git a/questiones/readme.md b/questions/todo.md similarity index 95% rename from questiones/readme.md rename to questions/todo.md index 2dd472d..0332778 100644 --- a/questiones/readme.md +++ b/questions/todo.md @@ -1,8 +1,7 @@ -1. https://joancharmant.com/blog/sub-frame-accurate-synchronization-of-two-usb-cameras/ https://forums.ni.com/t5/Machine-Vision/Synchronized-capture-for-multiple-USB-cameras/td-p/1879647?profile.language=en https://raspberrypi.stackexchange.com/questions/73588/usb-camera-synchronization-with-external-trigger https://stackoverflow.com/questions/25161920/creating-synchronized-stereo-videos-using-webcams https://discourse.vvvv.org/t/200-300-cameras-synchronized-triggering-and-access/13840 https://www.aliexpress.com/item/ELP-USB-Camera-Module-Micro-Mini-Industrial-USB-2-0-Synchronized-Dual-Lens-Stereo-Camera-Driverless/32866119916.html -https://raspberrypi.stackexchange.com/questions/58376/multiple-frame-synced-still-cameras +https://raspberrypi.stackexchange.com/questions/58376/multiple-frame-synced-still-cameras \ No newline at end of file diff --git a/readme.md b/readme.md index b25346f..6cca03d 100644 --- a/readme.md +++ b/readme.md @@ -16,9 +16,10 @@ If git clone on github is too slow, pls try apollo **[mirror](https://gitee.com/ - [cyber](cyber) - [docker](docker) - [modules](modules) - - [canbus](canbus) + - [bridge](bridge) + - [canbus](canbus) - [drivers](drivers) - - [dreamview](dreamview) + - [dreamview](dreamview) - [map](map) - [localization](localization) - [perception](perception) @@ -26,11 +27,12 @@ If git clone on github is too slow, pls try apollo **[mirror](https://gitee.com/ - [routing](routing) - [planning](planning) - [control](control) - - [transform](transform) - - [v2x](v2x) + - [transform](transform) - [tools](toolbox) + - [v2x](v2x) - [performance](performance) - [simulation](simulation) +- [questions](questions) ## Getting Started