mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-07-04 07:31:39 +00:00
Upgrading to 2025.7.0
This commit is contained in:
@@ -3,15 +3,17 @@ package swervelib.imu;
|
||||
import edu.wpi.first.math.geometry.Rotation3d;
|
||||
import edu.wpi.first.math.geometry.Translation3d;
|
||||
import edu.wpi.first.units.measure.MutAngularVelocity;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
/**
|
||||
* Swerve IMU abstraction to define a standard interface with a swerve drive.
|
||||
*/
|
||||
public abstract class SwerveIMU
|
||||
public abstract class SwerveIMU implements AutoCloseable
|
||||
{
|
||||
|
||||
@Override
|
||||
public abstract void close();
|
||||
|
||||
/**
|
||||
* Reset IMU to factory default.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user