lsd_slam icon indicating copy to clipboard operation
lsd_slam copied to clipboard

Run Error

Open Zoltan3057 opened this issue 6 years ago • 3 comments

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<Derived>::Alignment) ? (int)1 : (int)internal::traits<Derived>::Alignment)) == 0) && "data is not aligned"' failed. Aborted (core dumped)

Zoltan3057 avatar Sep 20 '18 07:09 Zoltan3057

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

FreddyName avatar Jun 26 '20 08:06 FreddyName

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

sfchng avatar Aug 06 '21 04:08 sfchng

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?

jserv avatar Aug 06 '21 04:08 jserv