forwardPredictor.cpp
Go to the documentation of this file.
1
2
#include "
forwardPredictor.h
"
3
4
5
using namespace
armarx
;
6
7
ForwardPredictor::ForwardPredictor
()
8
=
default
;
9
10
ForwardPredictor::~ForwardPredictor
()
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
RobotComponents
components
Feedforward
forwardPredictor.cpp
Generated on Sat Oct 12 2024 09:14:12 for armarx_documentation by
1.8.17