Package frc.robot
Class Constants.Kinematics
- java.lang.Object
-
- frc.robot.Constants.Kinematics
-
- Enclosing class:
- Constants
public static final class Constants.Kinematics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static double
arcadeDrivePartyModeValue
static double
arcadeDrivePrecisionMode
static double
arcadeDriveVoltage
static double
fastShootVoltage
static double
intakeVoltage
static double
kaVoltSecondsSquaredPerMeter
static edu.wpi.first.math.kinematics.DifferentialDriveKinematics
kDriveKinematics
static double
kMaxAccelerationMetersPerSecondSquared
static double
kMaxSpeedMetersPerSecond
static double
kPDriveVel
static double
kRamseteB
static double
kRamseteZeta
static double
ksVolts
static double
kTrackwidthMeters
static double
kvVoltSecondsPerMeter
static double
reverseShootVoltage
static double
slowShootVoltage
static double
tankDrivePartyModeVoltage
static double
tankDrivePrecisionModeVoltage
static double
tankDriveVoltage
-
Constructor Summary
Constructors Constructor Description Kinematics()
-
-
-
Field Detail
-
tankDriveVoltage
public static final double tankDriveVoltage
- See Also:
- Constant Field Values
-
arcadeDriveVoltage
public static final double arcadeDriveVoltage
- See Also:
- Constant Field Values
-
arcadeDrivePartyModeValue
public static final double arcadeDrivePartyModeValue
- See Also:
- Constant Field Values
-
arcadeDrivePrecisionMode
public static final double arcadeDrivePrecisionMode
- See Also:
- Constant Field Values
-
tankDrivePartyModeVoltage
public static final double tankDrivePartyModeVoltage
- See Also:
- Constant Field Values
-
tankDrivePrecisionModeVoltage
public static final double tankDrivePrecisionModeVoltage
- See Also:
- Constant Field Values
-
fastShootVoltage
public static final double fastShootVoltage
- See Also:
- Constant Field Values
-
slowShootVoltage
public static final double slowShootVoltage
- See Also:
- Constant Field Values
-
reverseShootVoltage
public static final double reverseShootVoltage
- See Also:
- Constant Field Values
-
intakeVoltage
public static final double intakeVoltage
- See Also:
- Constant Field Values
-
ksVolts
public static final double ksVolts
- See Also:
- Constant Field Values
-
kvVoltSecondsPerMeter
public static final double kvVoltSecondsPerMeter
- See Also:
- Constant Field Values
-
kaVoltSecondsSquaredPerMeter
public static final double kaVoltSecondsSquaredPerMeter
- See Also:
- Constant Field Values
-
kMaxSpeedMetersPerSecond
public static final double kMaxSpeedMetersPerSecond
- See Also:
- Constant Field Values
-
kMaxAccelerationMetersPerSecondSquared
public static final double kMaxAccelerationMetersPerSecondSquared
- See Also:
- Constant Field Values
-
kPDriveVel
public static final double kPDriveVel
- See Also:
- Constant Field Values
-
kRamseteB
public static final double kRamseteB
- See Also:
- Constant Field Values
-
kRamseteZeta
public static final double kRamseteZeta
- See Also:
- Constant Field Values
-
kTrackwidthMeters
public static final double kTrackwidthMeters
-
kDriveKinematics
public static final edu.wpi.first.math.kinematics.DifferentialDriveKinematics kDriveKinematics
-
-