1. Home
  2. ›
  3. Browse
  4. ›
  5. gtsam

gtsam

v4.3.0#0Latest

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.

Install

Run the following Vcpkg command to install the port.

vcpkg install gtsam

Usage

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

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

Features

Dependencies

See source

Version

v4.3.0#0

Publication

Supports

All

GitHub

borglab/gtsam3.7K

Homepage

github.com/borglab/gtsam

Subtree

8948160a6f

License

BSD-3-ClauseandMITandMPL-2.0

Definition

Manifest