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

Run Error #8

Open
Zoltan3057 opened this issue Sep 20, 2018 · 3 comments
Open

Run Error #8

Zoltan3057 opened this issue Sep 20, 2018 · 3 comments

Comments

@Zoltan3057
Copy link

Hi:
I got those errors after run ./LSD

OpenGL Error: XX (1280)
In: /home/intesight/Pangolin/include/pangolin/gl/gl.hpp, line 201
LSD: /usr/include/eigen3/Eigen/src/Core/MapBase.h:168: void Eigen::MapBase<Derived, 0>::checkSanity() const [with Derived = Eigen::Map<Eigen::Matrix<double, 7, 7>, 32, Eigen::Stride<0, 0> >]: Assertion `((size_t(m_data) % (((int)1 >= (int)internal::traits::Alignment) ? (int)1 : (int)internal::traits::Alignment)) == 0) && "data is not aligned"' failed.
Aborted (core dumped)

@FreddyName
Copy link

Hi, I also meet the same error, have you fixed it ? Looking forward to your reply. Thank you very much.

@sfchng
Copy link

sfchng commented Aug 6, 2021

I managed to solve the problem by appending
set( CMAKE_BUILD_TYPE "Release" ) in the CMakeLists.txt.
Hope it helps!

@jserv
Copy link
Owner

jserv commented Aug 6, 2021

I managed to solve the problem by appending
set( CMAKE_BUILD_TYPE "Release" ) in the CMakeLists.txt.

Thank @sfchng for working on lsd_slam. Can you send a pull request?

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

4 participants