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
Thanks for the info. That 3x4 matrix is column major and the first 3x3 elements are the rotation matrix, so that should be okay. Not sure of the cause...
I get an exception saying "Run-Time Check Failure #2 - Stack around the variable 'T_wc' was corrupted." and programs breaks at line 185 of handler.cpp
Error happens when clicking into the pangolin window (triggering the handler).
Found using the vcpkg version of pangolin VS 2017 x64 Debug.
Possibly caused by the call to LieApplySO3 which seems to be expecting a 3x3 array, but being passed a 3x4 array?
This error does not occur in release mode.
The text was updated successfully, but these errors were encountered: