Skip to content

Commit e592130

Browse files
authored
Update OdometryHandler.java
1 parent 4696354 commit e592130

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/spikes2212/path/OdometryHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public void calculate() {
5353
lastLeftPosition = leftPosition;
5454
lastRightPosition = rightPosition;
5555

56-
5756
Pose2d newPose = pose.exp(
5857
new Twist2d(averageDeltaDistance, 0.0, angle.getRadians()));
5958

@@ -96,4 +95,4 @@ public void set(double x, double y) {
9695
this.lastLeftPosition = 0;
9796
this.lastRightPosition = 0;
9897
}
99-
}
98+
}

0 commit comments

Comments
 (0)