Class PARTsCommandUtils

java.lang.Object
org.parts3492.partslib.command.PARTsCommandUtils

public class PARTsCommandUtils extends Object
Command Utilities for PARTs.
  • Constructor Details

    • PARTsCommandUtils

      public PARTsCommandUtils()
  • Method Details

    • setCommandName

      public static edu.wpi.first.wpilibj2.command.Command setCommandName(String name, edu.wpi.first.wpilibj2.command.Command c)
      Set the given command's name.
      Parameters:
      name - The name to set the command.
      c - The target command.
      Returns:
      The modified command with the given name.