-
Notifications
You must be signed in to change notification settings - Fork 65
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
Bug in EIGEN_ALIGN16 #157
Comments
Hi, thanks for bringing attention to this! This is a known issue - I would love to use all the Clang tooling for Nebula - but even when fixing this, I found that |
@mojomex My first concern is whether the struct If they are NOT aligned, it should be solved soon. If they are aligned, then I think we have two options:
|
May I close it? |
@veqcc The fix is currently merged into develop, we'll close the issue once it is merged into main! |
There is a known bug in
EIGEN_ALIGN16
in PCL: https://github.com/leggedrobotics/tensorflow-cpp/blob/master/ISSUES.mdDue to the bug, the clang-tidy make the following CRITICAL warning
in https://github.com/tier4/nebula/blob/main/nebula_common/include/nebula_common/point_types.hpp
Could you avoid the bug?
The text was updated successfully, but these errors were encountered: