Skip to content

Commit

Permalink
Rename getTimeStamp
Browse files Browse the repository at this point in the history
  • Loading branch information
anivanchen committed Jan 23, 2024
1 parent b2a97ad commit 1f52046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/stuypulse/robot/util/VisionData.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Pose3d getCameraLocation() {
return cameraLocation;
}

public double getTimeStamp() {
public double getTimestamp() {
return timestamp;
}

Expand Down

0 comments on commit 1f52046

Please sign in to comment.