mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-20 06:31:39 +00:00
Update to 2024.5.0.3
This commit is contained in:
@@ -11,6 +11,10 @@ import swervelib.imu.SwerveIMU;
|
||||
public class SwerveDriveConfiguration
|
||||
{
|
||||
|
||||
/**
|
||||
* Number of modules on the robot.
|
||||
*/
|
||||
public final int moduleCount;
|
||||
/**
|
||||
* Swerve Module locations.
|
||||
*/
|
||||
@@ -19,10 +23,6 @@ public class SwerveDriveConfiguration
|
||||
* Swerve IMU
|
||||
*/
|
||||
public SwerveIMU imu;
|
||||
/**
|
||||
* Number of modules on the robot.
|
||||
*/
|
||||
public final int moduleCount;
|
||||
/**
|
||||
* Swerve Modules.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user