DownloadsDownloadIncrementalFixedLagSmootherOverview¶The IncrementalFixedLagSmoother is a FixedLagSmoother that uses iSAM2 for incremental inference.GTSAM Copyright 2010-2022, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 All Rights ReservedAuthors: Frank Dellaert, et al. (see THANKS for the full author list)See LICENSE for the license informationtry: import google.colab %pip install --quiet gtsam-develop except ImportError: passGTSAM DocsGncOptimizerGTSAM DocsISAM2