Skip to content

Commit acd2938

Browse files
committed
updatetimestamp
1 parent 8d953fe commit acd2938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RobotSideCode/wallEYE/src/main/java/WallEye/WallEyeCam.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public WallEyeResult getResults() {
120120
curUpdateNum = (int) updateSub.get();
121121
double[] tempPose1 = pose1Sub.get();
122122
double[] tempPose2 = pose2Sub.get();
123-
double timestamp = timestampSub.get();
123+
double timestamp = RobotController.getFPGATime() - timestampSub.get();
124124
double ambiguity = ambiguitySub.get();
125125
long[] tags = tagsSub.get();
126126
int[] tagsNew = new int[tags.length];

0 commit comments

Comments
 (0)