Containers for the Georgia Tech Smoothing and Mapping (GTSAM) library
6.8K
This image provides a pre-compiled environment for GTSAM (Georgia Tech Smoothing and Mapping library). It is built off the develop branch of GTSAM.
borglab/ubuntu-base:latest (Ubuntu 24.04)borglab/ubuntu-base:latest-tbb (Ubuntu 24.04 + Boost + TBB)develop branch (HEAD at time of build)CMAKE_BUILD_TYPE=ReleaseGTSAM_WITH_EIGEN_MKL=OFFGTSAM_BUILD_EXAMPLES_ALWAYS=OFFGTSAM_BUILD_TESTS=OFF/usr/localYou can use this image to run GTSAM applications or as a base for projects that depend on GTSAM.
docker run -it borglab/gtsam:latest bash
Or in a Dockerfile:
FROM borglab/gtsam:latest
# Build your project that links against GTSAM
COPY . /my-project
WORKDIR /my-project
# ...
To use the version with TBB,
cd gtsam
docker build -t gtsam .
Content type
Image
Digest
sha256:acff030ab…
Size
559.2 MB
Last updated
3 months ago
docker pull borglab/gtsamPulls:
10
Sep 7 to Sep 13