Reefscape2025
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
Reefscape2025
Reefscape2025
/
frc.robot.commands
/
AlignSwerve
Align
Swerve
public
class
AlignSwerve
extends
Command
Members
Constructors
Align
Swerve
Link copied to clipboard
public
void
AlignSwerve
(
Direction
offsetSide
)
Creates a new AlignSwerve using the Direction Enum.
public
void
AlignSwerve
(
Direction
offsetSide
,
double offsetAmount
)
Creates a new AlignSwerve.
Functions
end
Link copied to clipboard
public
void
end
(
boolean interrupted
)
The action to take when the command ends.
execute
Link copied to clipboard
public
void
execute
(
)
The main body of a command.
initialize
Link copied to clipboard
public
void
initialize
(
)
The initial subroutine of a command.
is
Finished
Link copied to clipboard
public
boolean
isFinished
(
)
Returns whether this command has finished.