Package choreo.util

Class ChoreoAlert.MultiAlert

java.lang.Object
edu.wpi.first.wpilibj.Alert
choreo.util.ChoreoAlert.MultiAlert
All Implemented Interfaces:
AutoCloseable
Enclosing class:
ChoreoAlert

public static class ChoreoAlert.MultiAlert extends Alert
An alert that can have multiple causes. Utilizes a function to generate an error message from a list of causes.
  • Method Details

    • addCause

      public void addCause(String name)
      Adds an error causer to this alert, and pushes the alert to NetworkTables if it is not already present.
      Parameters:
      name - The name of the error causer