8000 GitHub - miquelmassot/g2o-python: Wrapper for g2o python bindings
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

miquelmassot/g2o-python

Repository files navigation

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

Examples are available at a separate repository called g2o-python-examples. 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 .

0