This project contains the open source codes for the paper "Global RTK Positioning in Graphical State Space" This paper will be presented at ION GNSS+ 2022. The library was built in Ubuntu 16.04. The results may be different for different OS. If any problem was found by you, please propose an issue or report to 4050627@qq.com. The rtk part was modified from RTKlib to C++ style.
-
CMake --> sudo apt-get install cmake
-
Boost --> sudo apt-get install libboost-all-dev
-
Eigen --> sudo apt-get install libeigen3-dev
sudo cp -r /usr/local/include/eigen3 /usr/include
-
Intel TBB (optional)->sudo apt-get install libtbb-dev
-
gtsam --> git clone https://github.com/borglab/gtsam.git
and Install gtsam
-
IntelMkl(optional)
- RTKinGSS -->git clone https://github.com/shaolinbit/RTKinGSS
cd RTKinGSS
mkdir build && cd build
cmake ..
make
cd ..
cd bin
./Rtk_gtsam
The test data file is in the data file folder.
There will be a test result named "graph_result_dd.txt" in the data/output file folder.