-
Notifications
You must be signed in to change notification settings - Fork 155
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
Pick/Place demo fails when executing in humble #561
Comments
Have you solved It? |
No, I'm still looking for a solution |
Write here when you found a solution. Thanks |
The default settings from
If I manually trigger execution from within rviz then, execution works just fine. However, when enabling automatic execution, I do observe the exact same issue reported here as well. Need to figure out why... @DaniGarciaLopez, can you confirm this behavior? Did you use automatic execution to trigger the failure? |
Yes, @rhaschke, I found the issue when setting the
I didn't know that it was possible to trigger the execution of a MTC task from Rviz. Using the MotionPlanning display and then clicking on execute? But how do you pass the task to it? |
You're right! I've been using MTC for over a year, and I still can't believe I didn't pay attention to that button before. I can confirm that with the rviz panel I cannot reproduce the error mentioned here, and the execution ends successfully. |
I pushed another commit (155ceb7) to the humble branch reverting a fix from the master branch that is not yet supported by humble's MoveIt. This resolves the issue for me. |
It's also working on my end. Thanks @rhaschke! |
I was experiencing problems with
moveit_collision_detection
in my setup and decided to try the pick/place demo. Planning is successful, but when executing, there is a collision between the gripper and the object, and the execution is preempted. Additionally, there is an error regarding an empty JointState message.In my setup, I also encounter a collision of the attached object with itself (Found a contact between 'object' (type 'Object') and 'object' (type 'Robot attached')), which should have already been fixed here.
I'm building moveit and mtc from source using the latest humble branch. Any idea what's happening?
The text was updated successfully, but these errors were encountered: