#include "invertmotorcontroller.h"
#include <assert.h>
#include <math.h>
#include "matrix.h"
#include "noisegenerator.h"
Include dependency graph for dercontroller.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | DerControllerConf |
class | DerController |
class for robot controller that uses the georg's matrixlib for direct matrix inversion for n channels (simple one layer networks) More... | |
Typedefs | |
typedef DerControllerConf | DerControllerConf |
|
|