Lidar_IMU_Localization icon indicating copy to clipboard operation
Lidar_IMU_Localization copied to clipboard

void Eigen::JacobiSVD<MatrixType, QRPreconditioner>::allocate(Eigen::Index, Eigen::Index, unsigned int) [with _MatrixType = Eigen::Matrix<double, 3, 3>; int QRPreconditioner = 2; Eigen::Index = long int]: Assertion `(!(m_computeThinU || m_computeThinV) || (MatrixType::ColsAtCompileTime==Dynamic)) && "JacobiSVD: thin U and V are only available when your matrix has a dynamic number of columns."' failed.

Open MasterY0416 opened this issue 1 year ago • 0 comments

使用SVD求解的时候会有问题: image

MasterY0416 avatar Oct 11 '23 07:10 MasterY0416