|
Jafar
|
Segment Feature constriant model. More...
Segment Feature constriant model.
Definition at line 179 of file segmentFeature.hpp.
#include <segmentFeature.hpp>

Public Member Functions | |
| void | fixFeature (jblas::vec_range &L) |
| void | fixFeatureJac (jblas::vec_range &L, jblas::mat &JfL) |
| void | predict (jblas::vec_range &x_r) |
| prediction function. | |
| void jafar::slam::SegmentFeatureContraintModel::predict | ( | jblas::vec_range & | x_r | ) | [virtual] |
prediction function.
predict() implementation should look like:
void MyPredictModel::predict(jblas::vec& x_r) { // compute jacobian aroud x_t, store it in F // compute x_t+1 function of x_t // store result in x }
Implements jafar::filter::JacobianBlockPredictModel.
| Generated on Wed Oct 15 2014 00:37:49 for Jafar by doxygen 1.7.6.1 |
|