KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
g2o-python
★ 76
Open GitHub ↗
Wrapper for g2o python bindings
Download README (.md)
Explore Similar Repositories
slam_karto_g2o
:
A ROS Package for Pose Graph SLAM that uses open_karto for the front end and G2O for backend
slam
:
A simple slimmed down mono slam implementation
VSLAM
:
vslam
visual-slam
:
Visual SLAM learning and training
pgo_toy_example
:
A toy example of Pose Graph Optimization (PGO) using g2o library.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
g2o-python
?
Download (.md)
[](https://github.com/miquelmassot/g2o-python/actions/workflows/python-package.yml) [](https://github.com/miquelmassot/g2o-python/actions/workflows/wheels.yml) [](https://pypi.org/project/g2o-python/) [](https://anaconda.org/conda-forge/g2o-python) [](https://pepy.tech/project/g2o-python) [](https://pypi.org/project/g2o-python/) [](https://github.com/miquelmassot/g2o-python/blob/main/LICENSE) # g2o-python This is a wrapper of the python binding of [g2o](https://github.com/RainerKuemmerle/g2o) using its branch `pymem`. ## How to use it in your code ```python import g2o # Your code ``` Examples are available at a separate repository called [g2o-python-examples](https://github.com/miquelmassot/g2o-python-examples). More examples [available here](https://github.com/RainerKuemmerle/g2o/tree/pymem/python/examples). ## How to install Use the released Pypi version, running ```bash pip install -U g2o-python ``` ## Build from source Clone this repository and run `pip install -U --user -v .`