Updated support for Talons

This commit is contained in:
thenetworkgrinch
2023-02-13 17:21:24 -06:00
parent e8d248b68a
commit 8f28956426
126 changed files with 5706 additions and 190 deletions

View File

@@ -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.