log_file

Each line of this file has six fields, separated by commas.

The 1st field is the robot ID number.

The 2nd is the time stamp in microseconds.

The 3rd, 4th and 5th fields contain the x, y and z coordinates of the position of the robot at that time, in millimetres. We can ignore the z coordinate.

The 6th field contains a single digit that encodes the robot's internal status.

Here is an example fragment of data from a log file, for robot ID 12.

12,1276102516.053952,9652,9595,2574,3

12,1276102516.113629,9667,9608,2572,3

12,1276102516.173641,9689,9631,2571,3

12,1276102516.233462,9709,9653,2575,3

12,1276102516.293447,9730,9675,2579,3

12,1276102516.354639,9751,9697,2574,3

12,1276102516.413671,9766,9712,2568,3

12,1276102516.473826,9787,9734,2578,3

12,1276102516.533672,9817,9765,2578,3

12,1276102516.593483,9838,9787,2577,3

12,1276102516.653483,9860,9809,2574,3

12,1276102516.713498,9874,9824,2574,3

12,1276102516.773682,9904,9856,2575,3