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
280
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
750
深層強化学習の動向 / 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
MagicPod MCPサーバー開発の裏側とAIエージェント活用の展望
magicpod
0
310
VitePress & MCPでアプリ仕様のオープン化に挑戦する
hal_spidernight
0
140
kernelvm-brain-net
raspython3
0
660
The PyArrow revolution in Pandas
reuven
0
130
Microsoft Fabric のライセンスについて
ryomaru0825
2
3.5k
ソフトウェアテスト 最初の一歩 〜テスト設計技法をワークで体験しながら学ぶ〜 #JaSSTTokyo / SoftwareTestingFirstStep
nihonbuson
PRO
4
300
20 Years of Domain-Driven Design: What I’ve Learned About DDD
ewolff
1
410
猫でもわかるS3 Tables【Apache Iceberg編】
kentapapa
2
260
地に足の付いた現実的な技術選定から魔力のある体験を得る『AIレシート読み取り機能』のケーススタディ / From Grounded Tech Choices to Magical UX: A Case Study of AI Receipt Scanning
moznion
5
1.9k
KubeCon EU 2025 Recap - Kubernetes CRD Design for the Long Haul: Tips, Tricks, and Lessons Learned / Kubernetes Meetup Tokyo #70 / k8sjp70-crd-long-haul-recap
everpeace
0
100
計測による継続的なCI/CDの改善
sansantech
PRO
7
2.2k
SaaS公式MCPサーバーをリリースして得た学び
kawamataryo
5
1.4k
Featured
See All Featured
Producing Creativity
orderedlist
PRO
344
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
KATA
mclloyd
29
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
The Language of Interfaces
destraynor
158
25k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The Cost Of JavaScript in 2023
addyosmani
49
7.9k
Designing for Performance
lara
608
69k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
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