mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-21 06:31:40 +00:00
Updated support for Talons
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package frc.robot.subsystems.swervedrive2.swervelib.parser;
|
||||
package swervelib.parser;
|
||||
|
||||
import edu.wpi.first.math.geometry.Translation2d;
|
||||
import frc.robot.subsystems.swervedrive2.swervelib.SwerveModule;
|
||||
import frc.robot.subsystems.swervedrive2.swervelib.imu.SwerveIMU;
|
||||
import swervelib.SwerveModule;
|
||||
import swervelib.imu.SwerveIMU;
|
||||
|
||||
/**
|
||||
* Swerve drive configurations used during SwerveDrive construction.
|
||||
|
||||
Reference in New Issue
Block a user