-
Notifications
You must be signed in to change notification settings - Fork 94
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
Gazebo環境上でpick_and_placeサンプルが途中で停止する #191
Comments
実機ではタイムアウトが機能して
|
GripperActionControllerのデフォルト設定ではgoal_toleranceが0.01、stall_timeoutが1.0に設定されている。そのため1秒後にタイムアウトしエラーが出力されるのが正しい挙動だと思われる。 |
This was referenced Oct 11, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不具合の概要
Gazebo環境上で実行したpick_and_placeサンプルがオブジェクトを掴んだ時点で停止します。
その他のサンプルは最後まで正常に動作します。
実行環境
再現方法
ros2 launch crane_x7_gazebo crane_x7_with_table.launch.py
を実行するros2 launch crane_x7_examples example.launch.py example:='pick_and_place' use_sim_time:='true'
を実行する期待する動作
途中で停止せず最後までpick_and_placeが動作する
ログ・画像
その他
The text was updated successfully, but these errors were encountered: