forwardPredictor.cpp
Go to the documentation of this file.
1 
2 #include "forwardPredictor.h"
3 
4 
5 using namespace armarx;
6 
8  = default;
9 
11  = default;
12 
13 void ForwardPredictor::calc()
14 {
15 
16  predict_IMU();
17 
18  predict_optFlow();
19 }
20 
21 void ForwardPredictor::predict_IMU()
22 {
23 
24 }
25 
26 void ForwardPredictor::predict_optFlow()
27 {
28 
29 }
30 
31 
32 
33 
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:28