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

Segmentation Fault if passing nullptr as testable in planToEndEffectorOffset #507

Open
Kelym opened this issue Feb 19, 2019 · 1 comment

Comments

@Kelym
Copy link
Member

Kelym commented Feb 19, 2019

When calling aikido::robot::util::planToEndEffectorOffset(metaSpace, metaSkeleton, bodyNode, direction, dart_testable, distance, planningTimeout, posTolerance, angleTolerance, vfParams), if set dart-testable = nullptr, would get a segmentation fault.

@brianhou
Copy link
Contributor

I suspect this is because this doesn't use the new API at all, so we're forgetting to check it appropriately.

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

No branches or pull requests

2 participants