Skip to content
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

[Feature request] plan to position without orientation constraints #41

Open
broesdecat opened this issue May 9, 2017 · 1 comment
Open

Comments

@broesdecat
Copy link

Hi,

As far as I understand it, industrial_moveit can currently only be used if you have a jointstate goal.
However, this prevents the planner from exploiting any additional freedom in the robot movement, e.g. if only the target position is fixed.
Is there already a way to get this working, or would the code need to be adapted to take also cartesian goals (which is probably significant effort)?

Thx!
Broes

@jrgnicho
Copy link
Contributor

jrgnicho commented May 9, 2017

@broesdecat indeed, planning for joint goals is very limiting and planning to cartesian goals is something we've been wanting to incorporate into STOMP. In my opinion this feature would sample the cartesian goal (in a similar fashion to OMPL) and spawn multiple stomp planning instances until one succeeds. At the moment no one is working on this feature but if you have any ideas feel free to create a PR and I'd be more than happy to provide guidance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants