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

Planners use robot's active DOFs rather than those in the ConfigurationSpecification #57

Open
cdellin opened this issue Apr 17, 2016 · 1 comment
Labels

Comments

@cdellin
Copy link
Contributor

cdellin commented Apr 17, 2016

I'm not sure exactly what the right thing to do here is, but I believe it's more correct to plan over the DOFs specified in the PlannerParameters's ConfigurationSpecification object, rather than those that are currently active on the robot. Offending code is here and here.

@cdellin cdellin added the bug label Apr 17, 2016
@mkoval
Copy link
Member

mkoval commented Apr 18, 2016

I believe you're correct. As far as I can tell, the planners included with OpenRAVE exclusively use the PlannerParameter's ConfigurationSpecification, not the robot's active DOFs.

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

No branches or pull requests

2 participants