Eigen alignment assertion in Python (VisualISAM2Example.py)

Issue #309 resolved
Former user created an issue

The assertion: python3.4: gtsam/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h:86: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = double; int Size = 2; int MatrixOrArrayOptions = 0]: Assertion `(reinterpret_cast<size_t>(eigen_unaligned_array_assert_workaround_gcc47(array)) & 0xf) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " * READ THIS WEB PAGE !!! *"' failed.

The function that causing the assertion: camera.project removing Eigen vectorization (pre-processing) make the problem go away.

Comments (3)

  1. Log in to comment