forwardPredictor.cpp
Go to the documentation of this file.
1
2#include "forwardPredictor.h"
3
4
5using namespace armarx;
6
8
10
11void
12ForwardPredictor::calc()
13{
14
15 predict_IMU();
16
17 predict_optFlow();
18}
19
20void
21ForwardPredictor::predict_IMU()
22{
23}
24
25void
26ForwardPredictor::predict_optFlow()
27{
28}
This file offers overloads of toIce() and fromIce() functions for STL container types.