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