GTSAM
GTSAM, the Georgia Tech Smoothing and Mapping library, is an open-source C++ library for solving large-scale optimization problems posed as factor graphs, with a focus on SLAM and robotics perception. It represents estimation problems as graphs where variables are nodes and measurements are factors, enabling probabilistic inference through nonlinear least-squares on manifolds.
The library provides both batch and incremental solvers. It supports nonlinear optimization on manifolds using Gauss-Newton
History and licensing: GTSAM was developed at Georgia Tech’s robotics research community, led by Frank Dellaert,