xdspacelab / openvslam

OpenVSLAM: A Versatile Visual SLAM Framework
https://openvslam.readthedocs.io/
2.97k stars 869 forks source link

How to install for beginners #505

Open akamood opened 3 years ago

akamood commented 3 years ago

Hi Looking for some really basic instructions for beginners on mac. A zero to hero perspective from what files to download, what order, how to put together the software and then how to run the examples. I know this is more aimed at developers, but i guess everyone has to start somewhere.. The end result is amazing! Any help?

adamjstewart commented 3 years ago

I highly recommend using a package manager like Spack instead of building everything manually:

$ git clone https://github.com/spack/spack.git
$ . spack/share/spack/setup-env.sh  # or whatever shell you use
$ spack install openvslam
$ spack load openvslam