We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
サンプルノードを実行する際に、launchファイルのパラメータとしてノード名を渡しています。
この実装により、コマンド入力時のタブ補完でノード名を探索できないため、 ノード実行手順が複雑になっています。
launchコマンドではなく、runコマンドで直接ノードを起動します。
具体的には、move_groupに下記のパラメータをセットします。
publish_robot_description=True publish_robot_description_semantic=True
参考:moveit/moveit2_tutorials#528
シミュレーション実施時の、use_sim_timeパラメータ設定方法を考慮しなければならないです。
use_sim_time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状の問題点
サンプルノードを実行する際に、launchファイルのパラメータとしてノード名を渡しています。
この実装により、コマンド入力時のタブ補完でノード名を探索できないため、
ノード実行手順が複雑になっています。
改善案
launchコマンドではなく、runコマンドで直接ノードを起動します。
具体的には、move_groupに下記のパラメータをセットします。
参考:moveit/moveit2_tutorials#528
その他
シミュレーション実施時の、
use_sim_time
パラメータ設定方法を考慮しなければならないです。The text was updated successfully, but these errors were encountered: