Skip to Content

gtsam v4.2.0

Created
Updated

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.

# Usage

The package gtsam is compatible with built-in CMake targets:

find_package(GTSAM CONFIG REQUIRED)
target_link_libraries(main PRIVATE gtsam) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

and 71 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Christopher Lee's avatar Christopher Lee
  • Yury Bura's avatar Yury Bura
  • Kai Pastor's avatar Kai Pastor
  • Andre Nguyen's avatar Andre Nguyen

# Changelog

  • 9248157 [gtsam] Update to 4.2.0 (#40655)
  • 47633da [vcpkg-scripts] Catch use of ambiguous cmake vars (#34546)
  • 8ccb84d [boost] Update to v1.84.0 (#35693)
  • 51376a3 [gtsam] New Port (#30560)

# Source