borglab / gtsam-project-python

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

[WIP] Pybind version (Working, tested on Mac and Linux) #4

Closed ProfFan closed 4 years ago

ProfFan commented 4 years ago

This is a working version of the demo project for Pybind11 based wrapping.

Compiling

Now you should be able to run the tests.

dellaert commented 4 years ago

I think we should axe the examples and tests and make this a MVE (minimal viable example).

@ProfFan I agree. Why do we have all those examples and tests here? I vote for one class in c++, one c++ test, it being wrapped, one test in python, and one main python file with argparse.

varunagrawal commented 4 years ago

@ProfFan so I will let you merge this in, then I can get to work rebasing and adding my changes to this repo. I have some neat tricks to make this more tutorial-esque. :slightly_smiling_face: