You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has there been any updates on this issue? Presumably defining #define EIGEN_DONT_VECTORIZE and #define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT in the pathfinder.h cpp file then it will solve some of these issues, but for whatever reason when a coupledstate is created the same error arises
You can apply the diff from #13 to fix this issue currently. I haven't merged it since it conflicts with my staging local changes and I don't have time to fix it just yet.
I am trying to run the following on the roboRIO:
However, it will crash (sometime before reaching the
echo(state);
line) with the following message from eigen:java: /__w/1/s/libs/eigen/Eigen/src/Core/DenseStorage.h:109:
Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = double; int Size = 8; int MatrixOrArrayOptions = 0]: Assertion `(internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (15)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed
Other times, the entire command runs successfully.
I am using Pathfinder and Pathfinder-JNI
2.0.0-prealpha
.Running the same code on my local windows environment does seem to crash.
The text was updated successfully, but these errors were encountered: