Package ftclib.drivebase
Class FtcSwerveDrive.SwerveInfo
java.lang.Object
ftclib.drivebase.FtcRobotDrive.RobotInfo
ftclib.drivebase.FtcSwerveDrive.SwerveInfo
- Enclosing class:
- FtcSwerveDrive
This class contains Swerve Robot Info.
-
Field Summary
FieldsFields inherited from class ftclib.drivebase.FtcRobotDrive.RobotInfo
absoluteOdometry, driveMotorInverted, driveMotorNames, driveMotorType, drivePidTolerance, headingWrapRangeHigh, headingWrapRangeLow, hubLogoDirection, hubUsbDirection, imuName, indicatorName, limelight, odometryType, odWheelXScale, odWheelYScale, pidStallDetectionEnabled, ppdFollowingDistance, profiledMaxAcceleration, profiledMaxDeceleration, profiledMaxTurnRate, profiledMaxVelocity, robotLength, robotMaxAcceleration, robotMaxDeceleration, robotMaxTurnRate, robotMaxVelocity, robotName, robotWidth, turnMaxPidRampRate, turnPidCoeffs, turnPidPowerLimit, turnPidTolerance, velPidCoeffs, webCam1, webCam2, wheelBaseLength, wheelBaseWidth, xDriveMaxPidRampRate, xDrivePidCoeffs, xDrivePidPowerLimit, xDrivePosScale, xOdWheelIndices, xOdWheelSensorNames, xOdWheelXOffsets, xOdWheelYOffsets, yDriveMaxPidRampRate, yDrivePidCoeffs, yDrivePidPowerLimit, yDrivePosScale, yOdWheelIndices, yOdWheelSensorNames, yOdWheelXOffsets, yOdWheelYOffsets
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
steerEncoderNames
-
steerEncoderInverted
public boolean[] steerEncoderInverted -
steerEncoderZeros
public double[] steerEncoderZeros -
steerZerosFilePath
-
steerMotorType
-
steerMotorNames
-
steerMotorInverted
public boolean[] steerMotorInverted -
steerMotorPidCoeffs
-
steerMotorPidTolerance
public double steerMotorPidTolerance -
swerveModuleNames
-
-
Constructor Details
-
SwerveInfo
public SwerveInfo()
-