Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
Robot Architecture on Raspberry Pi
Takuma Seno
December 04, 2016
Technology
1
180
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
takuseno
0
820
takuseno
1
390
takuseno
44
39k
takuseno
4
3.6k
takuseno
0
680
Other Decks in Technology
See All in Technology
kentaro
1
430
clustervr
0
200
opdavies
0
1.6k
chaspy
1
160
kanaugust
PRO
0
100
ryusa
2
190
humank
0
220
yosuke_furukawa
PRO
47
15k
ocise
1
1.3k
mmarukaw
0
1.5k
toshinoritakai
1
210
y0hgi
1
390
Featured
See All Featured
mojombo
358
62k
addyosmani
494
110k
chriscoyier
780
240k
smashingmag
229
18k
myddelton
109
11k
davidbonilla
70
3.5k
garrettdimon
287
110k
lara
172
9.5k
danielanewman
1
480
tmm1
61
8.4k
robhawkes
52
2.8k
pauljervisheath
196
15k
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