Package frc.robot.autonomous.actions
Class LogCommand
- java.lang.Object
-
- edu.wpi.first.wpilibj2.command.CommandBase
-
- edu.wpi.first.wpilibj2.command.InstantCommand
-
- frc.robot.autonomous.actions.LogCommand
-
- All Implemented Interfaces:
edu.wpi.first.wpilibj.Sendable,edu.wpi.first.wpilibj2.command.Command
public class LogCommand extends edu.wpi.first.wpilibj2.command.InstantCommandA command that will simply log a pre-set message to the console when run
-
-
Constructor Summary
Constructors Constructor Description LogCommand(java.lang.String msg)A command that will simply log a pre-set message to the console when run
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class edu.wpi.first.wpilibj2.command.CommandBase
addRequirements, getName, getRequirements, getSubsystem, initSendable, setName, setSubsystem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-