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)
Boost serialization and other remaining Boost-dependent features
Use GTSAM parallelization
v4.3.0#0
All
BSD-3-ClauseandMITandMPL-2.0
Manifest