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
250
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.5k
[ML輪講] Hindsight Experience Replay
takuseno
1
690
深層強化学習の動向 / survey of deep reinforcement learning
takuseno
43
46k
DQN速習会@Wantedly
takuseno
4
4.6k
Dependent System with Laravel
takuseno
0
750
Other Decks in Technology
See All in Technology
JEP 480: Structured Concurrency
aya_ebata
0
120
Segment Anything Model 2
tenten0727
3
610
なぜクラウドサービスで Web コンソールを提供するのか
shuta13
4
2k
Monitor GraalVM Native Apps with OpenTelemetry
logico_jp
0
130
エンジニア向け会社紹介資料
caddi_eng
15
250k
効果的なオンコール対応と障害対応
ryuichi1208
5
2.7k
Evolving DevOps Teams and Flexible Organizational Culture
kakehashi
1
260
エンジニア視点で見る、 組織で運用されるデザインシステムにするには
shunya078
1
300
四国クラウドお遍路 2024 in 高知 オープニング
yukataoka
0
190
Google CloudのLLM活用の選択肢を広げるVertex AIのパートナーモデル
nayuts
0
110
ロリポップ! for Gamersを支えるインフラ/lolipop for gamers infrastructure
takumakume
0
120
AWS SAW を広めたい @四国クラウドお遍路
kazzpapa3
0
220
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
103
48k
Building Better People: How to give real-time feedback that sticks.
wjessup
359
18k
Optimising Largest Contentful Paint
csswizardry
30
2.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
227
52k
Building Flexible Design Systems
yeseniaperezcruz
325
37k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
29
2.6k
From Idea to $5000 a Month in 5 Months
shpigford
379
46k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
278
13k
4 Signs Your Business is Dying
shpigford
179
21k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
123
18k
The Language of Interfaces
destraynor
153
23k
Clear Off the Table
cherdarchuk
91
320k
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