#include <assert.h>
#include <iostream>
#include <vector>
#include "selforg/sinecontroller.h"
#include "selforg/invertmotorspace.h"
Include dependency graph for directconnect.cpp:
Functions | |
void | myrobot (sensor *sensors, int sensornumber, const motor *motors, int motornumber) |
The robot control should go here. | |
int | main () |
Variables | |
const int | MNumber = 2 |
const int | SNumber = 2 |
|
|
|
The robot control should go here.
|
|
|
|
|