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
780
深層強化学習の動向 / survey of deep reinforcement learning
takuseno
44
47k
DQN速習会@Wantedly
takuseno
4
4.8k
Dependent System with Laravel
takuseno
0
780
Other Decks in Technology
See All in Technology
もう外には出ない。より快適なフルリモート環境を目指して
mottyzzz
13
11k
ソースを読む時の思考プロセスの例-MkDocs
sat
PRO
1
320
AWS DMS で SQL Server を移行してみた/aws-dms-sql-server-migration
emiki
0
260
現場の壁を乗り越えて、 「計装注入」が拓く オブザーバビリティ / Beyond the Field Barriers: Instrumentation Injection and the Future of Observability
aoto
PRO
1
680
AIエージェントによる業務効率化への飽くなき挑戦-AWS上の実開発事例から学んだ効果、現実そしてギャップ-
nasuvitz
5
1.4k
オブザーバビリティと育てた ID管理・認証認可基盤の歩み / The Journey of an ID Management, Authentication, and Authorization Platform Nurtured with Observability
kaminashi
1
1.1k
ざっくり学ぶ 『エンジニアリングリーダー 技術組織を育てるリーダーシップと セルフマネジメント』 / 50 minute Engineering Leader
iwashi86
4
2.8k
猫でもわかるAmazon Q Developer CLI 解体新書
kentapapa
1
130
20251029_Cursor Meetup Tokyo #02_MK_「あなたのAI、私のシェル」 - プロンプトインジェクションによるエージェントのハイジャック
mk0721
PRO
5
1.9k
だいたい分かった気になる 『SREの知識地図』 / introduction-to-sre-knowledge-map-book
katsuhisa91
PRO
3
1.5k
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
14
82k
re:Invent 2025の見どころと便利アイテムをご紹介 / Highlights and Useful Items for re:Invent 2025
yuj1osm
0
310
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Context Engineering - Making Every Token Count
addyosmani
8
310
BBQ
matthewcrist
89
9.9k
Building Adaptive Systems
keathley
44
2.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
YesSQL, Process and Tooling at Scale
rocio
173
15k
How STYLIGHT went responsive
nonsquared
100
5.9k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Visualization
eitanlees
150
16k
It's Worth the Effort
3n
187
28k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
Making Projects Easy
brettharned
120
6.4k
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