|
g2o
|
#include <slam2d_viewer.h>


Public Member Functions | |
| Slam2DViewer (QWidget *parent=NULL, const QGLWidget *shareWidget=0) | |
| ~Slam2DViewer () | |
| virtual void | draw () |
| void | init () |
Public Attributes | |
| SparseOptimizer * | graph |
| bool | drawCovariance |
| g2o::SparseBlockMatrix< g2o::MatrixX > | covariances |
Definition at line 29 of file slam2d_viewer.h.
| g2o::Slam2DViewer::Slam2DViewer | ( | QWidget * | parent = NULL, |
| const QGLWidget * | shareWidget = 0 |
||
| ) |
Definition at line 129 of file slam2d_viewer.cpp.
| g2o::Slam2DViewer::~Slam2DViewer | ( | ) |
Definition at line 132 of file slam2d_viewer.cpp.
|
virtual |
Definition at line 134 of file slam2d_viewer.cpp.
References g2o::SparseBlockMatrix< MatrixType >::block(), covariances, drawCovariance, g2o::BaseVertex< D, T >::estimate(), g2o::OptimizableGraph::Vertex::fixed(), graph, g2o::OptimizableGraph::Vertex::hessianIndex(), g2o::SE2::translation(), and g2o::HyperGraph::vertices().
| void g2o::Slam2DViewer::init | ( | ) |
Definition at line 174 of file slam2d_viewer.cpp.
| g2o::SparseBlockMatrix<g2o::MatrixX> g2o::Slam2DViewer::covariances |
Definition at line 39 of file slam2d_viewer.h.
Referenced by draw().
| bool g2o::Slam2DViewer::drawCovariance |
Definition at line 38 of file slam2d_viewer.h.
Referenced by draw().
| SparseOptimizer* g2o::Slam2DViewer::graph |
Definition at line 37 of file slam2d_viewer.h.
Referenced by draw().