Wrapper package for G2O python bindings.


License
MIT
Install
pip install g2o-python==0.0.12

Documentation

CI Wheels PyPI CondaForge downloads versions license

g2o-python

This is a wrapper of the python binding of g2o using its branch pymem.

How to use it in your code

import g2o
# Your code

More examples available here.

How to install

Use the released Pypi version, running

pip install -U g2o-python

Build from source

Clone this repository and run pip install -U --user -v .