# 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 ..
forked from cvidkal/DeltaVINS
-
Notifications
You must be signed in to change notification settings - Fork 0
DEAR18/DeltaVINS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 94.7%
- Python 4.4%
- Other 0.9%