-
Notifications
You must be signed in to change notification settings - Fork 421
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
Port of PR #72 to new master #237
Port of PR #72 to new master #237
Conversation
- Resolves issue flexible-collision-library#67 - Port of 49edfc6 by @ricardoglc to new master
- Partial port of 8d0441e by @ricardoglc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this change!
Could you add (std::nothrow)
to https://github.com/flexible-collision-library/fcl/pull/237/files#diff-0e6130d1d4ac9b019f5e8c53c4f3aaabR478 as well?
include/fcl/geometry/bvh/BVH_model.h
Outdated
@@ -40,6 +40,7 @@ | |||
|
|||
#include <vector> | |||
#include <memory> | |||
#include <new> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: It would be good to move this to BVH_model-inl.h
as BVH_model-inl.h
actually uses this header.
It seems Eigen objects are not supposed to be used with |
This is a partial port of PR #72 by @ricardoglx to the current master. It does not include the getOctree accessors but should be a partial or full fix for #67.