For each robot, a csv file with: * GameTime (seconds) * InField (integer 0 or 1) * RobotX (float in meters) * RobotY (float in meters) * NumObstacles (int) for each obstacle seen by this robot: * ObstacleX (float in meters) * ObstacleY (float in meters) --------------------------- Coordinates CAMBADA as in: http://wiki.robocup.org/images/1/1a/MSL_WMDataStruct.pdf (Fig. 1)