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
GSLAM(49030,0x1005b6dc0) malloc: *** error for object 0x3fefef5584e87731: pointer being freed was not allocated
GSLAM(49030,0x1005b6dc0) malloc: *** set a breakpoint in malloc_error_break to debug
The text was updated successfully, but these errors were encountered:
for (int i=0;i<newRotations.size();i++) {
ceres::AngleAxisToRotationMatrix(orientations[i].data(),newRotations[i].data());
std::cout<<orientations[i].transpose()<<std::endl;
}
GSLAM(49030,0x1005b6dc0) malloc: *** error for object 0x3fefef5584e87731: pointer being freed was not allocated
GSLAM(49030,0x1005b6dc0) malloc: *** set a breakpoint in malloc_error_break to debug
GSLAM(49030,0x1005b6dc0) malloc: *** error for object 0x3fefef5584e87731: pointer being freed was not allocated
GSLAM(49030,0x1005b6dc0) malloc: *** set a breakpoint in malloc_error_break to debug
The text was updated successfully, but these errors were encountered: