Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Robot Architecture on Raspberry Pi
Search
Takuma Seno
December 04, 2016
Technology
1
290
Robot Architecture on Raspberry Pi
Robot architecture on Raspberry Pi with the concept of web architecture.
Takuma Seno
December 04, 2016
Tweet
Share
More Decks by Takuma Seno
See All by Takuma Seno
AIは教えてもらわなければ何もできないのか
takuseno
0
1.6k
[ML輪講] Hindsight Experience Replay
takuseno
1
770
深層強化学習の動向 / survey of deep reinforcement learning
takuseno
44
47k
DQN速習会@Wantedly
takuseno
4
4.8k
Dependent System with Laravel
takuseno
0
770
Other Decks in Technology
See All in Technology
Yahoo!広告ビジネス基盤におけるバックエンド開発
lycorptech_jp
PRO
1
280
Goss: New Production-Ready Go Binding for Faiss #coefl_go_jp
bengo4com
0
1.1k
Evolution on AI Agent and Beyond - AGI への道のりと、シンギュラリティの3つのシナリオ
masayamoriofficial
0
180
OpenAPIから画面生成に挑戦した話
koinunopochi
0
160
R-SCoRe: Revisiting Scene Coordinate Regression for Robust Large-Scale Visual Localization
takmin
0
430
知られざるprops命名の慣習 アクション編
uhyo
11
2.5k
マイクロモビリティシェアサービスを支える プラットフォームアーキテクチャ
grimoh
1
240
Product Management Conference -AI時代に進化するPdM-
kojima111
0
220
退屈なことはDevinにやらせよう〜〜Devin APIを使ったVisual Regression Testの自動追加〜
kawamataryo
3
630
浸透しなさいRFC 5322&7208
hinono
0
120
実践アプリケーション設計 ③ドメイン駆動設計
recruitengineers
PRO
3
200
トヨタ生産方式(TPS)入門
recruitengineers
PRO
3
240
Featured
See All Featured
Producing Creativity
orderedlist
PRO
347
40k
Practical Orchestrator
shlominoach
190
11k
The Cult of Friendly URLs
andyhume
79
6.5k
The Language of Interfaces
destraynor
160
25k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
480
Six Lessons from altMBA
skipperchong
28
4k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
4 Signs Your Business is Dying
shpigford
184
22k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Transcript
Robot Architecture on Raspberry Pi Takuma Seno
Raspberry Pi is a rich computer Linux machine with a
1.2GHz quad-core processor
Microservice Architecture modern web architecture frontend service service service client
http http
Microprocess Architecture Raspberry Pi is capable to construct microprocess architecture
core process process process app pipe pipe
None
Merits of microprocess architecture • easy to extend hardwares •
easy to develop with teammates • easy to test each process • easy to make asynchronous system • easy to make simulator
Asynchronous Communication app core face detection voice recognition simultaneous execution
get results as callback through stdin
Simulator
Simulator design
Conclusion Concept of web architecture is applicable to robot architecture