initPoint[2] = new Vector(1,6);
initPoint[3] = new Vector(6,6);
*/
pilot = new TachoPilot(56,112,Motor.B,Motor.C,false);
pilot.setMoveSpeed(100);
pilot.setTurnSpeed(50);
map = new Map((byte)MapSize);
search = new Search(map);
comm = Communicator.createStandardCommunicator(map);