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
Backboneとしてのtimm2025
yu4u
4
1.6k
帳票Vibe Coding
terurou
0
140
DeNA での思い出 / Memories at DeNA
orgachem
PRO
3
1.6k
OpenAPIから画面生成に挑戦した話
koinunopochi
0
160
MySQL HeatWave:サービス概要のご紹介
oracle4engineer
PRO
4
1.7k
開発と脆弱性と脆弱性診断についての話
su3158
1
1.1k
株式会社ARAV 採用案内
maqui
0
350
7月のガバクラ利用料が高かったので調べてみた
techniczna
3
440
新卒(ほぼ)専業Kagglerという選択肢
nocchi1
1
2.3k
第4回 関東Kaggler会 [Training LLMs with Limited VRAM]
tascj
12
1.8k
kintone開発チームの紹介
cybozuinsideout
PRO
0
73k
つくって納得、つかって実感! 大規模言語モデルことはじめ
recruitengineers
PRO
24
6.1k
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.8k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Site-Speed That Sticks
csswizardry
10
790
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Scaling GitHub
holman
462
140k
Done Done
chrislema
185
16k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Visualization
eitanlees
147
16k
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