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
20200217_プリメイドAIをROS対応させたお話.pdf
Search
chikuta
February 17, 2020
Research
0
1.4k
20200217_プリメイドAIをROS対応させたお話.pdf
chikuta
February 17, 2020
Tweet
Share
More Decks by chikuta
See All by chikuta
Unity-ROS連携を使ってみた話
chikuta
0
1.1k
Gazeboの怖い話
chikuta
0
1.3k
Other Decks in Research
See All in Research
スキマバイトサービスにおける現場起点でのデザインアプローチ
yoshioshingyouji
0
230
日本語新聞記事を用いた大規模言語モデルの暗記定量化 / LLMC2025
upura
0
190
EcoWikiRS: Learning Ecological Representation of Satellite Images from Weak Supervision with Species Observation and Wikipedia
satai
3
140
20250725-bet-ai-day
cipepser
2
420
SSII2025 [SS1] レンズレスカメラ
ssii
PRO
2
1.1k
多言語カスタマーインタビューの“壁”を越える~PMと生成AIの共創~ 株式会社ジグザグ 松野 亘
watarumatsuno
0
120
EOGS: Gaussian Splatting for Efficient Satellite Image Photogrammetry
satai
4
520
[CV勉強会@関東 CVPR2025] VLM自動運転model S4-Driver
shinkyoto
2
480
Language Models Are Implicitly Continuous
eumesy
PRO
0
230
Adaptive Experimental Design for Efficient Average Treatment Effect Estimation and Treatment Choice
masakat0
0
160
「どう育てるか」より「どう働きたいか」〜スクラムマスターの最初の一歩〜
hirakawa51
0
860
Delta Airlines® Customer Care in the U.S.: How to Reach Them Now
bookingcomcustomersupportusa
0
110
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Speed Design
sergeychernyshev
32
1.1k
Done Done
chrislema
185
16k
The Language of Interfaces
destraynor
161
25k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Designing for Performance
lara
610
69k
Transcript
プリメイドAIをROS対応させた話 2020/02/17 ROS Japan UG #34 LT大会 @chikuta
Who ? • 高専ロボコン → ロボカップSSL → ロボカップSSL社会人チーム • 自動車メーカ
ロボット系研究開発職 • ROS、RTM チョットデキル @chikuta Twitter / Github
二足歩行ロボットは好きですか?
小型の二足歩行ロボット • 夢がある • サーボがたくさんついたメカって楽しい • 技術的なチャレンジがたくさんある • サーボへの課金額が機体性能を決める -
某黒塗りの高級サーボは1-3万円程度 • 市販品でROS対応しているものは少なく、あっても高い - Softbank robotics の nao が 140万程度 • 研究でやるなら良いけど、仕事にするのはちょっと…
プリメイドAI • 2019年の安売りで2万円。圧倒的なコスパ。 • Twitter上での解析が進んだことによって - Bluetooth経由で動かすコマンドが発見される - Unityモデルが公開される 1
nao 70 プリメイドAI =
ROS対応芸人
ROS対応やってみました 1. URDFモデル作成 • Unity用モデルの分解とURDF記述 2. Gazebo対応 • URDFモデルへの物理パラメータ追加 •
GazeboPlugin作成 3. ros_control 対応 • 実機と繋ぐための node 作成 4. Moveit! 対応 • 設定ファイルを作成 ① ② ③
URDFモデル作成 • ROS対応で最初に躓く障壁はモデルの作成 → 公開されているUnityモデルを分解してURDFを作成
Gazebo対応 • 実機を壊さないために物理シュミレータ(Gazebo)対応 - Gazeboのプラグインの作成 - モデルに物理パラメータ(inertia、mass 等)を設定
ros_control 対応 • 実機をROSとつなげて動かすための仕組み
MoveIt! 対応 • インタラクティブマーカを使ってスタイリッシュに動かす ー IKと軌道計画を実行
まとめ 紹介したパッケージはすべて公開してあります。 • URDFモデル https://github.com/chikuta/premaidai_description • gazebo plugin https://github.com/chikuta/premaidai_simulator •
ros_control https://github.com/chikuta/premaidai_controller • MoveIt! https://github.com/chikuta/premaidai_moveit
やりきれなかったこと カスタムFWを公開しようとしたのですが間に合いませんでした
おしまい