Expand description
2D pose graph optimization with Gauss-Newton iteration.
The optimizer refines a set of initial poses from relative pose constraints represented as edges in an SE(2) graph.
Reference:
- Giorgio Grisetti, Rainer Kümmerle, Cyrill Stachniss, Wolfram Burgard, “A Tutorial on Graph-Based SLAM”: https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/grisetti10titsmag.pdf
Structs§
- Edge2D
- A relative pose constraint between two nodes.
- Pose2D
Node - A 2D pose node.
- Pose
Graph Config - Configuration for pose graph optimization.
- Pose
Graph Result - Optimization result.
Functions§
- optimize_
pose_ graph - Optimizes a 2D pose graph using Gauss-Newton iteration.