Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <selforg/abstractcontroller.h>
#include <selforg/controller_misc.h>
#include <assert.h>
#include <cmath>
#include <selforg/matrix.h>
#include <selforg/teachable.h>
#include <selforg/parametrizable.h>
Go to the source code of this file.
Classes | |
struct | SoxConf |
configuration object for Sox controller. Use Sox::getDefaultConf(). More... | |
class | Sox |
This controller implements the standard algorihm described the the Chapter 5 (Homeokinesis) with extensions of Chapter 15 of book "The Playful Machine". More... | |