0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

さくっとURDFを見る

0
Posted at

ちょっと前の資産をみたい

  • 仕事の絡みでROSやOmniverseから離れています。
  • ただ、放置はもったいないということでせめてファイルだけでものぞければ・・・

前の記事

Omniverse のサンプルCarterさんを見てみる

  • 私の場合はAnacondaなので、ROS用の環境を呼び出します。
  • ROS2の環境は生きているようですね。ほっ。
Terminal

pip install pybullet

  • ROS2 のビルドしたディレクトリにurdfファイルとその他コンポーネントがあるとおもいます。
  • 私の場合はここに環境1をおいていたので、こちらをコマンドに指定。
Terminal

# 例

~/carter_ws/src/navigation/carter_description/urdf/
# コマンド実行例

python urdf_simple.py ~/carter_ws/src/navigation/carter_description/urdf/carter.urdf 

表示例

sample Image 1.jpg

pybullet いいですね

  • 今年は円安で自分で何かしら動かすのも難しいので、会社の指示にしたがいます・・・
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?