configuration object for Sox controller. Use Sox::getDefaultConf(). More...
#include <sox.h>
Public Attributes | |
double | initFeedbackStrength |
initial strength of sensor to motor connection | |
bool | useExtendedModel |
if true, the extended model (S matrix) is used | |
bool | useTeaching |
if true the controller can be taught see teachable interface | |
int | steps4Averaging |
# of steps the sensors are averaged (1 means no averaging) | |
int | steps4Delay |
# of steps the motor values are delayed (1 means no delay) | |
bool | someInternalParams |
if true only some internal parameters are exported | |
bool | onlyMainParameters |
if true only some configurable parameters are exported | |
double | factorS |
factor for learning rate of S | |
double | factorb |
factor for learning rate of b |
configuration object for Sox controller. Use Sox::getDefaultConf().
double factorb |
factor for learning rate of b
double factorS |
factor for learning rate of S
double initFeedbackStrength |
initial strength of sensor to motor connection
bool onlyMainParameters |
if true only some configurable parameters are exported
bool someInternalParams |
if true only some internal parameters are exported
int steps4Averaging |
# of steps the sensors are averaged (1 means no averaging)
int steps4Delay |
# of steps the motor values are delayed (1 means no delay)
bool useExtendedModel |
if true, the extended model (S matrix) is used
bool useTeaching |
if true the controller can be taught see teachable interface