JeffLIrion / python-graphslam

Graph SLAM solver in Python
MIT License
198 stars 27 forks source link

Can't find input_INTEL_g2o #2

Closed jdmartin86 closed 4 years ago

jdmartin86 commented 4 years ago

After pip installing the package and attempting to run the example, I get the following error message:

FileNotFoundError: [Errno 2] No such file or directory: 'input_INTEL_g2o'

Are any additional steps required to locate this file / directory?

JeffLIrion commented 4 years ago

I didn't include it in the repo because it's not my dataset. But I did put a link in the README: https://lucacarlone.mit.edu/datasets/

JeffLIrion commented 4 years ago

Did you get this sorted out?

jdmartin86 commented 4 years ago

Yes, thank you.