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