i have to solve this problem. i have to find the center of the battlefield
i used
double X = getBattleFieldHeight() /2;
double Y = getBattleFieldWidth() /2;
to find the center x and y coordinates. my problem is that i dont know how to move my bot right to that position. i dont know the direction in which i have to turn the tank .