This repository contains examples of g2o-python on GraphSLAM, optimisation and bundle adjustment
Install g2o-python
as
pip install g2o-python
In g2o, poses are represented as vertices in a graph. In the figure, they are
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