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

Retimer is missing LinkTransformation state saver. #369

Closed
psigen opened this issue Mar 28, 2017 · 0 comments
Closed

Retimer is missing LinkTransformation state saver. #369

psigen opened this issue Mar 28, 2017 · 0 comments
Labels

Comments

@psigen
Copy link
Member

psigen commented Mar 28, 2017

This is a quick one. In prpy/src/prpy/planning/retimer.py:95:
https://github.com/personalrobotics/prpy/blob/master/src/prpy/planning/retimer.py#L95

The retimer can leave the robot in a different configuration than it started because the robot state saver is missing the LinkTransformation flag. E.g.

with robot.CreateRobotStateSaver(Robot.SaveParameters.ActiveDOF | Robot.SaveParameters.LinkTransformation), \

This can cause very weird errors when subsequent planning operations occur, as the initial pose of the robot is modified.

@psigen psigen added the bug label Mar 28, 2017
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

1 participant