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
ROS再入門 -Raspberry Piでロボットカー作ってみた-
Search
KMiura
January 18, 2022
Technology
0
1k
ROS再入門 -Raspberry Piでロボットカー作ってみた-
【2022年あけおめ!】IoT縛りの勉強会! IoTLT vol.83 @Youtube
https://iotlt.connpass.com/event/234689/
KMiura
January 18, 2022
Tweet
Share
More Decks by KMiura
See All by KMiura
Lambdaと共に歩んだAWS
miura55
3
400
Bedrock Knowledge baseを使って今年の上半期のニュースを聞いてみた(リベンジ編)
miura55
0
170
Is it wrong to use a web framework with Lambda?
miura55
0
130
Bedrock Knowledge baseを使って今年の上半期のニュースを聞いてみた
miura55
0
150
AWS×IoTについて語り合う会
miura55
0
93
クラウドを活用して家電をハックしてみた
miura55
0
98
Amplify Gen2でLambda構築してみた
miura55
0
130
Amplify Gen2でLambda構築してみた
miura55
1
910
Amplify Gen2がGAされたので試してみた
miura55
0
150
Other Decks in Technology
See All in Technology
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
13k
Making your applications cross-environment - OSCG 2024 NA
salaboy
0
200
FlutterアプリにおけるSLI/SLOを用いたユーザー体験の可視化と計測基盤構築
ostk0069
0
110
テストコード品質を高めるためにMutation Testingライブラリ・Strykerを実戦導入してみた話
ysknsid25
7
2.7k
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
130
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
1
120
AGIについてChatGPTに聞いてみた
blueb
0
130
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
330
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
150
[CV勉強会@関東 ECCV2024 読み会] オンラインマッピング x トラッキング MapTracker: Tracking with Strided Memory Fusion for Consistent Vector HD Mapping (Chen+, ECCV24)
abemii
0
230
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
Featured
See All Featured
KATA
mclloyd
29
14k
Teambox: Starting and Learning
jrom
133
8.8k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Invisible Side of Design
smashingmag
298
50k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Building an army of robots
kneath
302
43k
Bash Introduction
62gerente
608
210k
Navigating Team Friction
lara
183
14k
Code Review Best Practice
trishagee
64
17k
Agile that works and the tools we love
rasmusluckow
327
21k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Transcript
ROS再入門 -Raspberry Piでロボットカー作ってみた- KMiura(@k_miura_io)
自己紹介 • 三浦 耕生(こうき) • 名古屋のゲーム会社の サーバーエンジニア @k_miura_io koki.miura05
ちょっとした昔話 • 大学時代に授業でROSを知った • 当時は日本語のドキュメントが少なくて挫折してた(先輩の知見がない) • C++でだましだましコーディング(中身はよく分かってない)
あれから5年
またROSやりたくなった • IoT LTでも話題に出てきたし、やらざるを得ない • Pythonでもできるし、分かれば結構楽しい(はず) • Raspberry Piでロボットを作ってみたい
作ってみた
作るもの • 昔Raspberry Piを使ったAIロボットカーの 残骸があるのでそれを再利用(まともに動か ずほったらかしにしてた) • 使用パーツ • モータードライバー
• 超音波センサー • LCD(IPアドレスの確認用) • カメラモジュール
Raspberry Piのセットアップ • OS : Raspbian Buster(セットアップが楽&ハードウェアの接続が問題なくできる) • ROS Kinetic
• Python 3.7(Raspbianにデフォルトで入っているやつ)
軽く動作の仕組み ロボットカー コントローラ (Pythonコード) scan rober ノード トピック
DEMO https://youtu.be/Z5F_c2MIDOw
まとめ • ROSのロボットは意外と簡単に作れる • トピック通信はMQTTがわかっていれば通信の仕組みは似ているのですぐ理 解できる • 更に改良を重ねていくつもりなので今後の展望に乞うご期待
←ブログ レポジトリ→ https://supernove.hatenadiary.jp/ entry/2022/01/17/234506 https://github.com/Miura55/ ros_rober
宣伝 https://soracomug-tokyo.connpass.com/event/
宣伝② https://linedevelopercommunity.connpass.com/event/235647/
END