#include <types_slam2d_online.h>
Public Member Functions | |
OnlineVertexSE2 () | |
virtual void | oplus (double *update) |
update the position of the node from the parameters in v | |
void | oplusUpdatedEstimate (double *update) |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
VertexSE2::EstimateType | updatedEstimate |
Definition at line 26 of file types_slam2d_online.h.
g2o::OnlineVertexSE2::OnlineVertexSE2 | ( | ) | [inline] |
Definition at line 30 of file types_slam2d_online.h.
virtual void g2o::OnlineVertexSE2::oplus | ( | double * | v | ) | [inline, virtual] |
update the position of the node from the parameters in v
Reimplemented from g2o::VertexSE2.
Definition at line 32 of file types_slam2d_online.h.
void g2o::OnlineVertexSE2::oplusUpdatedEstimate | ( | double * | update | ) | [inline] |
Definition at line 38 of file types_slam2d_online.h.
Definition at line 29 of file types_slam2d_online.h.
Definition at line 46 of file types_slam2d_online.h.