GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices.
The package gtsam is compatible with built-in CMake targets:
find_package(GTSAM CONFIG REQUIRED)
target_link_libraries(main PRIVATE gtsam)
v4.2.0#0
All
BSD-3-Clause
Manifest