0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ガンダムのURDFファイルをUnityにインポートする

Last updated at Posted at 2022-08-08

V作戦

gundam global challengeで公開されたガンダムのURDFファイルをUnityにインポートする手順です。

参考

手順の動画

Unityを使い慣れていない方は動画がわかりやすいかもしれません。

手順のメモ

① Unityを立ち上げる

② URDF インポーターをパッケージマネージャで追加する

https://github.com/Unity-Technologies/URDF-Importer.git?path=/com.unity.robotics.urdf-importer#v0.5.2

③ Gundam Global ChallengeのURDFファイルをDLする

https://github.com/gundam-global-challenge/gundam_robot

④ 解凍したファイルをアセットに追加する

URDFは相対パスを含むためDLファイル全体を追加します。

⑤ URDFファイルをインポート

URDFファイルを右クリックし、「Import Robot from selected URDF file」を選択。
ダイアログボックスでパスを聞かれるので「Locate Root Folder」を選び、解凍してインポートしたファイルのトップディレクトリを指定する。

少し待つと画面に棒立ちのガンダムが出現します。

謝辞

kiruroboさんありがとうございました!

つづきの記事

使いかたのコツなどを掲載しています。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?