Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 863 Bytes

File metadata and controls

17 lines (14 loc) · 863 Bytes

simple-factorgraph-example

A simple factor graph example with gtsam.

It solves a simple planar SLAM problem based on an example in the gtsam library, and plots the marginal distributions mapped from the manifold onto the translation plane.

I have made two implementations:

Dependencies

You can install all dependencies in requirements.txt with pip:

pip install -r requirements.txt