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
Hello, i had 1 problem when i was installing your system but i solve it:
i have to edit the file semidense-line-master/Thirdparty/g2o/g2o/solvers/linear_solver_eigen.h
before
typedef Eigen::PermutationMatrix<Eigen::Dynamic, Eigen::Dynamic, SparseMatrix::Index> PermutationMatrix;
after
typedef Eigen::PermutationMatrix<Eigen::Dynamic, Eigen::Dynamic, SparseMatrix::StorageIndex> PermutationMatrix
The text was updated successfully, but these errors were encountered:
Hello, i had 1 problem when i was installing your system but i solve it:
i have to edit the file semidense-line-master/Thirdparty/g2o/g2o/solvers/linear_solver_eigen.h
before
typedef Eigen::PermutationMatrix<Eigen::Dynamic, Eigen::Dynamic, SparseMatrix::Index> PermutationMatrix;
after
typedef Eigen::PermutationMatrix<Eigen::Dynamic, Eigen::Dynamic, SparseMatrix::StorageIndex> PermutationMatrix
The text was updated successfully, but these errors were encountered: