Skip to content

dklee98/graph_based_SLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies for G2O(UBUNTU)

libsuitesparse-dev
qtdeclarative5-dev
qt5-qmake
libqglviewer-dev


Install command (for Python 2.7)

cd prereq/g2opy
mkdir build
cd build
cmake .. -DPYBIND11_PYTHON_VERSION=2.7
make -j8 # core
cd ..
python setup.py install

Python dependencies (for Python 2.7)

pip install scipy


python slam.py

About

ICP and g2o optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published