#include <basiccontroller.h>
Collaboration diagram for BasicControllerConf:
Public Attributes | |
int | buffersize |
buffersize size of the time-buffer for x,y,eta | |
double | cInit |
cInit size of the C matrix to initialised with. | |
double | cNonDiag |
cNonDiag is the size of the nondiagonal elements in respect to the diagonal (cInit) ones | |
bool | modelInit |
size of the unit-map strenght of the model | |
bool | useS |
useS decides whether to use the S matrix in addition to the A matrix | |
bool | someInternalParams |
someInternalParams if true only some internal parameters are exported, otherwise all | |
double | modelCompliant |
learning factor for model (or sensor) compliant learning | |
bool | useFantasy |
if true fantasising is enabled | |
InvertableModel * | model |
model used as world model |
int buffersize |
buffersize size of the time-buffer for x,y,eta
double cInit |
cInit size of the C matrix to initialised with.
double cNonDiag |
cNonDiag is the size of the nondiagonal elements in respect to the diagonal (cInit) ones
model used as world model
double modelCompliant |
learning factor for model (or sensor) compliant learning
bool modelInit |
size of the unit-map strenght of the model
bool someInternalParams |
someInternalParams if true only some internal parameters are exported, otherwise all
bool useFantasy |
if true fantasising is enabled
bool useS |
useS decides whether to use the S matrix in addition to the A matrix