Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
crossmotorcoupling.h File Reference
#include "teachable.h"
#include "abstractcontrolleradapter.h"
#include <list>
#include <vector>
Include dependency graph for crossmotorcoupling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CrossMotorCoupling
 This is an adapter for a teachable controller to implement a cross motor coupling, see dissertation of Georg Martius. More...
 

Typedefs

typedef std::vector< std::list
< int > > 
CMC
 Adjacency lists representing the connection graph. More...
 

Typedef Documentation

typedef std::vector< std::list<int> > CMC

Adjacency lists representing the connection graph.

CMC[i] contains the list of indices of motors, which are used as teaching signals for motor i.