Install dependences (listed below).
Clone this repository
Compile:
mkdir build && cd build
cmake ..
make -j6
Tested on ubuntu 16.04/18.04/20.04.
If cannot find std::filesystem error is encountered during your compiling, please upgrade your compiler.
We recommend g++-9
(or higher version).
sudo apt install libeigen3-dev
Follow g3log to install.
sudo apt install libyaml-cpp-dev
sudo apt install libceres-dev