/** Wait for new data from the driver station. */
 public void waitForData() {
   waitForData(0);
 }