tuw_marker_slam.cpp
Go to the documentation of this file.
2 
3 using namespace tuw;
4 
6  : loop_count_ ( 0 ) {
7 }
8 
9 void SLAM::cycle() {
10  slam_technique_->cycle ( yt_, C_Yt_, ut_, zt_ );
11  loop_count_++;
12 }
SLAMTechniquePtr slam_technique_
counter for the triggered cycles
Definition: ekf_slam.h:8
cv::Mat_< double > C_Yt_
combined state yt = (xt, mt_1, ..., mt_n) with xt = (x, y, alpha), mt_i = (x_i, y_i, alpha_i)
void cycle()
global parameters
Command ut_
combined covariance matrix of combined state
unsigned long loop_count_
measurements at time t
MeasurementPtr zt_
motion commands v, w at time t
std::vector< Pose2D > yt_
constructor


tuw_marker_slam
Author(s): Markus Macsek
autogenerated on Mon Jun 10 2019 15:39:09