Package frc.robot.commands.drivetrain
Class AimAtTag
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.robot.commands.drivetrain.AimAtTag
- All Implemented Interfaces:
Sendable
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.Command
Command.InterruptionBehavior
-
Constructor Summary
-
Method Summary
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
addRequirements, addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineFor, deadlineWith, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout, withTimeout
-
Constructor Details
-
AimAtTag
public AimAtTag(Drivetrain drivetrain, int tagID, Supplier<Double> xMovement, Supplier<Double> yMovement) -
AimAtTag
public AimAtTag(Drivetrain drivetrain, int tagID, boolean invertFacing, Supplier<Double> xMovement, Supplier<Double> yMovement)
-
-
Method Details
-
initialize
public void initialize()- Overrides:
initialize
in classCommand
-
execute
public void execute() -
end
public void end(boolean interrupted) -
isFinished
public boolean isFinished()- Overrides:
isFinished
in classCommand
-