Use g2o_incremental for incremental SLAM
masterThe g2o_incremental example implements a variant of the iSAM (Incremental Smoothing and Mapping) algorithm. Unlike standard iSAM, it performs Cholesky factor updates using rank updates provided by the CHOLMOD library.
By default, the algorithm solves the graph after every 10 nodes are inserted. This frequency can be adjusted using command line options.