Package-level declarations
Types
Link copied to clipboard
class AbsoluteDriveCommand(vForwards: DoubleSupplier, vStrafe: DoubleSupplier, headingX: DoubleSupplier, headingY: DoubleSupplier) : Command
A Command that lets you provide a direct heading rather than an angular velocity
Link copied to clipboard
class CornerSpinCommand(rotation: DoubleSupplier, driveMode: BooleanSupplier, slowMode: BooleanSupplier) : Command
A Command that allows rotation around a corner/swerve module.
Link copied to clipboard
class CorrectedDriveCommand(vForward: DoubleSupplier, vStrafe: DoubleSupplier, omega: DoubleSupplier, driveMode: BooleanSupplier, slowMode: BooleanSupplier) : Command
A command that controls the swerve drive using joystick inputs.
Link copied to clipboard
Link copied to clipboard
class TeleopDriveCommand(vForward: DoubleSupplier, vStrafe: DoubleSupplier, omega: DoubleSupplier, slowMode: DoubleSupplier) : Command
A command that controls the swerve drive using joystick inputs.
Link copied to clipboard