-
Notifications
You must be signed in to change notification settings - Fork 8
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
jazzy対応(MoveitConfigsBuilder) #78
base: master
Are you sure you want to change the base?
Conversation
* MoveitCofigsBuilderを使ってmoveit_configの枠を作る * planning_plugins, requesr_adaptorsの設定をompl_planning.yamlの先頭で行う * ompl_planning.yamlにstart_state_max_bounds_errorの設定を追加 * 7/19ここまで * MoveitConfigsBuilderを使うに伴った、yamlファイルの指定の項目追加 * 一通りMoveItConfigsBuilderに対応 * MoveIt Setup Assistantを使って設定ファイルを生成 * urdfの指定を追加 * crane_plus_configのrun_move_group.launchを呼ぶ * Unable to parse SRDFのエラーが解決できない * demo.launchが起動できるようになった * 余計なコメントアウト部分削除 * 余計なコメントアウト削除 * rviz上でMottionPlanningができるようになった * 余計なコメントアウト削除
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
動作確認は行っていないのですが、コードの構成等についてコメントしました。ご確認お願いします。
CIに関してはSciurus17と同様に、こちらのenv内のhumbleをjazzyに変更お願いします |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
主にSciurus17との共通化についてコメントしました。
まだ動作確認は行っていません。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
891d6bf
to
1c3b113
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRありがとうございます。
実機ですべてのサンプルの動作確認ができました。
コメントをご確認お願いします。
また、Gazeboが起動しなかったためシミュレータによる動作確認ができていない状態です。 @mizonon さんの環境では動作しておりましたでしょうか。
ld.add_action( | ||
DeclareLaunchArgument( | ||
'rviz_config', | ||
default_value=get_package_share_directory( | ||
'crane_plus_moveit_config' | ||
) | ||
+ '/config/moveit.rviz', | ||
description='Set the path to rviz configuration file.', | ||
) | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちらでコンフィグファイルのパスを設定していますが、その変更が反映されていないようです。ご確認お願いします。
demo.launch.py実行時に警告が出ています。
|
Planning時にタイムアウトエラーが多いように思いました。
|
@mizonon ご対応ありがとうございます。Sciurus17のほうで生じていたGazeboの不具合なのですが、CRANE+ V2では関係なさそうでしたので引き続き対応お願いします。 |
What does this implement/fix?
MoveitConfigsBuilderについてのJazzy対応です。
Does this close any currently open issues?
How has this been tested?
crane_prus_exampleのdemo.launchとサンプルプログラムを使って、humble環境と同じように動作するか確認しました。
Any other comments?
誤ってhumble_develブランチから本作業ブランチを切っていたため、改めてmasterブランチから作業ブランチを作成し、複数あったコミットを一つに集約した上でこちらのブランチにコピーし、PR作成しております。
Checklists