borglab / gtsam-project-python

Project template using GTSAM + python wrapping
BSD 2-Clause "Simplified" License
57 stars 15 forks source link

Is this suppose to be a Python API? #19

Closed soulslicer closed 3 years ago

soulslicer commented 3 years ago

As above? If so, are there plans to port the examples in gtsam cpp into this?

dellaert commented 3 years ago

Gtsam has a python API, see python folder in gtsam proper. This is a template project showing how to roll your own python wrapper that works well with gtsam.