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

g2o segment fault #7

Open
jeannotes opened this issue Jan 8, 2020 · 2 comments
Open

g2o segment fault #7

jeannotes opened this issue Jan 8, 2020 · 2 comments

Comments

@jeannotes
Copy link

hi, thanks for your code, but when running your code, the error appears:
iteration= 0 chi2= 62.333310 time= 0.000123518 cumTime= 0.000123518 edges= 210 schur= 1 lambda= 370.857826 levenbergIter= 1
iteration= 1 chi2= 62.333013 time= 7.5541e-05 cumTime= 0.000199059 edges= 210 schur= 1 lambda= 247.238551 levenbergIter= 1
iteration= 2 chi2= 62.333009 time= 8.6913e-05 cumTime= 0.000285972 edges= 210 schur= 1 lambda= 164.825701 levenbergIter= 1
iteration= 3 chi2= 62.333009 time= 3.8402e-05 cumTime= 0.000324374 edges= 210 schur= 1 lambda= 109.883800 levenbergIter= 1
iteration= 4 chi2= 62.333009 time= 5.4153e-05 cumTime= 0.000378527 edges= 210 schur= 1 lambda= 73.255867 levenbergIter= 1
iteration= 5 chi2= 62.333009 time= 3.8211e-05 cumTime= 0.000416738 edges= 210 schur= 1 lambda= 48.837245 levenbergIter= 1
iteration= 6 chi2= 62.333009 time= 6.1446e-05 cumTime= 0.000478184 edges= 210 schur= 1 lambda= 32.558163 levenbergIter= 1
[1] 30569 segmentation fault (core dumped) ./run_vo ../config/config.yaml
so, which version g2o you are using?

@felixchenfy
Copy link
Owner

felixchenfy commented Jan 28, 2020

Hi, sorry I was taking a long vacation and didn't notice your message.
I haven't touched this project for a long time, so I checked my README file, which says:

Download here: https://github.com/RainerKuemmerle/g2o.
Checkout to the last version in year 2017. Do cmake, make, make install.

So If my documentation was correct, the g2o in this project is using "the last commit in year 2017" version.

@fiveseob
Copy link

had some luck with g2o commit 472b98e

git checkout 472b98e

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

3 participants