Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with dependencies #11

Open
y9luiz opened this issue Feb 15, 2019 · 1 comment
Open

Problem with dependencies #11

y9luiz opened this issue Feb 15, 2019 · 1 comment

Comments

@y9luiz
Copy link

y9luiz commented Feb 15, 2019

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

@shidahe
Copy link
Owner

shidahe commented Feb 25, 2019

Great! Thanks for trying it out and sharing your solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants