-
Interfaces Interface Description com.seattlesolvers.solverslib.hardware.ServoEx An extended servo interface. com.seattlesolvers.solverslib.command.old.Command com.seattlesolvers.solverslib.command.old.Subsystem The interface for a custom susbsystem.
-
Classes Class Description com.seattlesolvers.solverslib.hardware.SimpleServo com.seattlesolvers.solverslib.kinematics.wpilibkinematics.SwerveDriveKinematics Helper class that converts a chassis velocity (dx, dy, and dtheta components) into individual module states (speed and angle). com.seattlesolvers.solverslib.kinematics.wpilibkinematics.SwerveModuleState Represents the state of one swerve module. com.seattlesolvers.solverslib.kinematics.wpilibkinematics.SwerveDriveOdometry Class for swerve drive odometry. com.seattlesolvers.solverslib.command.old.CommandOpMode com.seattlesolvers.solverslib.command.old.SequentialCommandGroup Allows you to combine multiple commands into one.
-
Methods Method Description com.seattlesolvers.solverslib.controller.setIntegrationBounds(double,double) Please use the internal integrationControl object and its setIntegrationBounds method.