| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Project template using GTSAM + Python wrapping
Python 3.6+ is required, since we support these versions.
To install the wrap package via GTSAM:
Set the CMake flag GTSAM_BUILD_PYTHON to ON to enable building the Pybind11 wrapper.
Set the CMake flag GTSAM_PYTHON_VERSION to 3.x (e.g. 3.7), otherwise the default interpreter will be used.
You can do this on the command line as follows:
cmake -DGTSAM_BUILD_PYTHON=ON -DGTSAM_PYTHON_VERSION=3.7 ..Alternatively, you can install the wrap package directly from the repo, but you will still need to install GTSAM.
For more detailed information, please refer to the tutorial.
| Back | FazBrowse Home | New Git URL |