Skip to content

DEAR18/DeltaVINS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeltaVINS

How to Build

# make build folder
mkdir build
cd build

# make sure to install conan 1.x
pip install conan==1.66.0

# install dependency
conan install ..
# if you get error for missing pangolin,try following in project home folder
cd 3rdParty/pangolin
conan create .

# run in build folder
conan build ..


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.7%
  • Python 4.4%
  • Other 0.9%