g2o-python-examples
February 3, 2023 · View on GitHub
This repository contains examples of g2o-python on GraphSLAM, optimisation and bundle adjustment
Requisites
Install g2o-python as
pip install g2o-python
Concepts
In g2o, poses are represented as vertices in a graph. In the figure, they are . The edges that join these vertices are odometric measurements.
Landmarks (or features, observations) are represented as a different type of vertices and its corresponding measurement is encoded in the edge that joins a pose vertex to the landmark vertex. These are in the figure.