#include <Mapper.h>
Graph optimization algorithm
Definition at line 824 of file Mapper.h.
◆ IdPoseVector
Vector of id-pose pairs
Definition at line 830 of file Mapper.h.
◆ ScanSolver()
karto::ScanSolver::ScanSolver |
( |
| ) |
|
|
inline |
Default constructor
Definition at line 835 of file Mapper.h.
◆ ~ScanSolver()
virtual karto::ScanSolver::~ScanSolver |
( |
| ) |
|
|
inlinevirtual |
◆ AddConstraint()
Adds a constraint to the solver
Reimplemented in SpaSolver.
Definition at line 875 of file Mapper.h.
◆ AddNode()
◆ Clear()
virtual void karto::ScanSolver::Clear |
( |
| ) |
|
|
inlinevirtual |
◆ Compute()
virtual void karto::ScanSolver::Compute |
( |
| ) |
|
|
pure virtual |
◆ GetCorrections()
virtual const IdPoseVector& karto::ScanSolver::GetCorrections |
( |
| ) |
const |
|
pure virtual |
Get corrected poses after optimization
- Returns
- optimized poses
Implemented in SpaSolver.
◆ RemoveConstraint()
Removes a constraint from the solver
Definition at line 882 of file Mapper.h.
◆ RemoveNode()
virtual void karto::ScanSolver::RemoveNode |
( |
kt_int32s |
| ) |
|
|
inlinevirtual |
Removes a node from the solver
Definition at line 868 of file Mapper.h.
The documentation for this class was generated from the following file: