Package xbot.common.subsystems.drive
Class SwerveSimpleTrajectoryCommand
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
xbot.common.command.BaseCommand
xbot.common.subsystems.drive.SwerveSimpleTrajectoryCommand
- All Implemented Interfaces:
Sendable
,IPropertySupport
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.Command
Command.InterruptionBehavior
-
Field Summary
Modifier and TypeFieldDescriptionboolean
protected BaseSwerveDriveSubsystem
protected HeadingModule
protected BasePoseSubsystem
Fields inherited from class xbot.common.command.BaseCommand
aKitLog, log, monitor
-
Constructor Summary
ConstructorDescriptionSwerveSimpleTrajectoryCommand
(BaseSwerveDriveSubsystem drive, BasePoseSubsystem pose, PropertyFactory pf, HeadingModule.HeadingModuleFactory headingModuleFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
end
(boolean interrupted) void
execute()
void
boolean
void
reset()
void
setAlternativeIsFinishedSupplier
(Supplier<Boolean> alternativeIsFinishedSupplier) void
setConstantRotationPowerSupplier
(Supplier<Double> constantRotationPowerSupplier) Methods inherited from class xbot.common.command.BaseCommand
getPrefix, includeOnSmartDashboard, includeOnSmartDashboard, requires, runsWhenDisabled, setRunsWhenDisabled
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, schedule, setName, setSubsystem, unless, until, withDeadline, withInterruptBehavior, withName, withTimeout, withTimeout
-
Field Details
-
drive
-
pose
-
headingModule
-
logic
-
constantRotationPowerSupplier
-
constantRotationEnabled
public boolean constantRotationEnabled
-
-
Constructor Details
-
SwerveSimpleTrajectoryCommand
@Inject public SwerveSimpleTrajectoryCommand(BaseSwerveDriveSubsystem drive, BasePoseSubsystem pose, PropertyFactory pf, HeadingModule.HeadingModuleFactory headingModuleFactory)
-
-
Method Details
-
initialize
public void initialize()- Specified by:
initialize
in classBaseCommand
-
reset
public void reset() -
setConstantRotationPowerSupplier
-
execute
public void execute() -
isFinished
public boolean isFinished()- Overrides:
isFinished
in classCommand
-
setAlternativeIsFinishedSupplier
-
end
public void end(boolean interrupted)
-