mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Added new SparkMAX analog encoder option, fixed 'none' absolute encoder type
This commit is contained in:
@@ -39,10 +39,11 @@ public class SwerveDriveConfiguration
|
||||
/**
|
||||
* Create swerve drive configuration.
|
||||
*
|
||||
* @param moduleConfigs Module configuration.
|
||||
* @param swerveIMU Swerve IMU.
|
||||
* @param invertedIMU Invert the IMU.
|
||||
* @param driveFeedforward The drive motor feedforward to use for the {@link SwerveModule}.
|
||||
* @param moduleConfigs Module configuration.
|
||||
* @param swerveIMU Swerve IMU.
|
||||
* @param invertedIMU Invert the IMU.
|
||||
* @param driveFeedforward The drive motor feedforward to use for the {@link SwerveModule}.
|
||||
* @param physicalCharacteristics {@link SwerveModulePhysicalCharacteristics} to store in association with self.
|
||||
*/
|
||||
public SwerveDriveConfiguration(
|
||||
SwerveModuleConfiguration[] moduleConfigs,
|
||||
|
||||
Reference in New Issue
Block a user