Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crane_plus_ignition パッケージを追加し、Gazeboの使用を非推奨にする #38

Merged
merged 15 commits into from
Jun 21, 2022

Conversation

ShotaAk
Copy link

@ShotaAk ShotaAk commented Jun 14, 2022

What does this implement/fix?

CRANE+V2をIgnitionでシミュレーションするために、crane_plus_ignitoinパッケージを追加します

また、Ignitionでは箱のピックアンドプレースが成功したため、Gazeboの使用を非推奨にします。

関連Issue: #33

その他、下記の変更を実施しています

  • xacroファイルにignition用の設定項目を追加
    • robot_description_loaderにuse_ignitionのパラメータを追加
  • 箱を掴めるようにpick_and_placeサンプルを微調整

Does this close any currently open issues?

いいえ

How has this been tested?

foxy環境でpick_and_placeサンプルが動作することを確認しました

ignitionはrosdep によってインストールされます。
Ignition公式サイトの手順によってignitionをインストールする必要はありません

# ignitionの起動
ros2 launch crane_plus_ignition crane_plus_ignition.launch.py

# サンプルの実行
ros2 launch crane_plus_examples example.launch.py example:='pick_and_place'

Any other comments?

Ignition上の木箱が真っ黒になっていますが、これはモデルの設定によるものです。
crane_plus側で対処はできません。

参考情報:xacro(またはSDFファイル)内で、Gazebo/Whiteのようなモデル色指定マクロが使えなくなった
https://gazebosim.org/api/gazebo/3.7/migrationsdf.html

Checklists

Copy link
Contributor

@Kuwamai Kuwamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignition Gazeboの起動とサンプルプログラムの動作を確認できました。

@Kuwamai Kuwamai merged commit 5799efa into master Jun 21, 2022
@Kuwamai Kuwamai deleted the support_ignition branch June 21, 2022 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants