GALS is a method that augments the existing LiDAR-based SLAM systems with raw GNSS measurements with the use of factor graph optimization.
$ git clone https://github.com/kcwian/GALS.git
Clone and build g2o
$ cd GALS && mkdir EXTERNAL && git clone https://github.com/RainerKuemmerle/g2o.git$ cd g2o && mkdir build && cd build$ cmake .. -DG2O_HAVE_OPENGL=ON -DCMAKE_SKIP_RPATH=ON$ make -j4$ sudo make install
catkin build gals
- Set path of rover's GNSS observation data (RINEX file)
<arg name="roverMeasureFile" default="" />
- Set paths to GNSS navigation data (RINEX file)
<param name="navigationFile{1..5}" type="string" value="" />
- Set slamOdometryPath (TUM format with timestamps converted to GNSS time (week seconds))
<arg name="slamOdometryPath" default="" />
source ../devel/setup.bashroslaunch gals gals.launch