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
270
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
720
深層強化学習の動向 / survey of deep reinforcement learning
takuseno
43
47k
DQN速習会@Wantedly
takuseno
4
4.7k
Dependent System with Laravel
takuseno
0
760
Other Decks in Technology
See All in Technology
実践! ソフトウェアエンジニアリングの価値の計測 ── Effort、Output、Outcome、Impact
nomuson
0
2k
[IBM TechXchange Dojo]Watson Discoveryとwatsonx.aiでRAGを実現!座学①
siyuanzh09
0
110
新しいスケーリング則と学習理論
taiji_suzuki
10
3.8k
dbtを中心にして組織のアジリティとガバナンスのトレードオンを考えてみた
gappy50
0
160
0→1事業こそPMは営業すべし / pmconf #落選お披露目 / PM should do sales in zero to one
roki_n_
PRO
1
1.2k
.NET AspireでAzure Functionsやクラウドリソースを統合する
tsubakimoto_s
0
190
RubyでKubernetesプログラミング
sat
PRO
4
160
シフトライトなテスト活動を適切に行うことで、無理な開発をせず、過剰にテストせず、顧客をビックリさせないプロダクトを作り上げているお話 #RSGT2025 / Shift Right
nihonbuson
3
2.1k
CDKのコードレビューを楽にするパッケージcdk-mentorを作ってみた/cdk-mentor
tomoki10
0
200
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
6
54k
いま現場PMのあなたが、 経営と向き合うPMになるために 必要なこと、腹をくくること
hiro93n
9
7.4k
#TRG24 / David Cuartielles / Post Open Source
tarugoconf
0
570
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
427
64k
Mobile First: as difficult as doing things right
swwweet
222
9k
The Cult of Friendly URLs
andyhume
78
6.1k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
500
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Automating Front-end Workflow
addyosmani
1366
200k
The Pragmatic Product Professional
lauravandoore
32
6.4k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
A better future with KSS
kneath
238
17k
We Have a Design System, Now What?
morganepeng
51
7.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
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