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
300
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.7k
[ML輪講] Hindsight Experience Replay
takuseno
1
820
深層強化学習の動向 / survey of deep reinforcement learning
takuseno
44
48k
DQN速習会@Wantedly
takuseno
4
4.9k
Dependent System with Laravel
takuseno
0
790
Other Decks in Technology
See All in Technology
Eight Engineering Unit 紹介資料
sansan33
PRO
1
6.9k
Devinを導入したら予想外の人たちに好評だった
tomuro
0
890
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
14k
Oracle Cloud Infrastructure:2026年2月度サービス・アップデート
oracle4engineer
PRO
0
220
入門DBSC
ynojima
0
130
新職業『オーケストレーター』誕生 — エージェント10体を同時に回すAgentOps
gunta
4
1.4k
GitLab Duo Agent Platform + Local LLMサービングで幸せになりたい
jyoshise
0
120
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
3
550
20260305_【白金鉱業】分析者が地理情報を武器にするための軽量なアドホック分析環境
yucho147
1
170
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
180
Evolution of Claude Code & How to use features
oikon48
1
260
OpenClawで回す組織運営
jacopen
2
500
Featured
See All Featured
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
51k
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
130
Crafting Experiences
bethany
1
77
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Claude Code のすすめ
schroneko
67
220k
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
340
How to make the Groovebox
asonas
2
2k
The agentic SEO stack - context over prompts
schlessera
0
680
A Soul's Torment
seathinner
5
2.4k
A designer walks into a library…
pauljervisheath
210
24k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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