|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
configuration object for PiMax controller. Use PiMax::getDefaultConf(). More...
#include <pimax.h>
Public Attributes | |
| double | initFeedbackStrength |
| initial strength of sensor to motor connection More... | |
| bool | useExtendedModel |
| if true, the extended model (S matrix) is used More... | |
| bool | useSigma |
| if true, the covariance matrix is learned otherwise a unit matrix is used More... | |
| bool | useTeaching |
| if true the controller can be taught see teachable interface More... | |
| int | steps4Averaging |
of steps the sensors are averaged (1 means no averaging)More... | |
| int | steps4Delay |
of steps the motor values are delayed (1 means no delay)More... | |
| bool | someInternalParams |
| if true only some internal parameters are exported More... | |
| bool | onlyMainParameters |
| if true only some configurable parameters are exported More... | |
configuration object for PiMax controller. Use PiMax::getDefaultConf().
| 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 |
| int steps4Delay |
| bool useExtendedModel |
if true, the extended model (S matrix) is used
| bool useSigma |
if true, the covariance matrix is learned otherwise a unit matrix is used
| bool useTeaching |
if true the controller can be taught see teachable interface