Ejemplo n.º 1
0
  /**
   * Implement this method to define the code to run when the Init button is pressed on the Driver
   * station.
   */
  @Override
  protected void onInit() {

    robot = PushBot.newConfig(hardwareMap, getTelemetryUtil());

    getTelemetryUtil().addData("Init", getClass().getSimpleName() + " initialized.");
    getTelemetryUtil().sendTelemetry();
  }