-
Notifications
You must be signed in to change notification settings - Fork 65
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
Setting end effector constraints when using STOMP #68
Comments
I don't believe this is currently implemented. You will need to write a noisy generator plugin that generator states that satisfy your constraints. You could get this from moveit ompl constraint sampler. Then may need a custom plugin for merging the noisy trajectories but not certain this plugin would be needed. |
Thank you for the reply Levi. Would this link be a good starting point? |
This issue is partially addressed now in that you can set orientation constraints on the cartesian goal however STOMP won't apply this to the rest of the waypoints in the trajectory. |
Any update on this? Would love to use STOMP, its STOMP-tastic! |
Hi all,
I'm trying out STOMP as per the tutorial here, but havent figured out how to set orientation constraints for the end effector so that it maintains a certain orientation throughout the trajectory. Is it possible to set this via yaml?
The text was updated successfully, but these errors were encountered: