Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

SwerveModulePosition Class #16

Answered by calcmogul
grappell asked this question in Q&A
Oct 23, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Here's what changed between 2023.4.3 and 2024.1.1 beta 2.

diff --git a/wpimath/src/main/java/edu/wpi/first/math/kinematics/SwerveModulePosition.java b/wpimath/src/main/java/edu/wpi/first/math/kinematics/SwerveModulePosition.java
index 7968154ae..d058764f3 100644
--- a/wpimath/src/main/java/edu/wpi/first/math/kinematics/SwerveModulePosition.java
+++ b/wpimath/src/main/java/edu/wpi/first/math/kinematics/SwerveModulePosition.java
@@ -4,11 +4,14 @@
 
 package edu.wpi.first.math.kinematics;
 
+import edu.wpi.first.math.MathUtil;
 import edu.wpi.first.math.geometry.Rotation2d;
+import edu.wpi.first.math.interpolation.Interpolatable;
 import java.util.Objects;
 
 /** Represents the state of one …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@grappell
Comment options

@calcmogul
Comment options

@grappell
Comment options

Answer selected by grappell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants