Skip to content

Commit

Permalink
fix: properly update rear camera tag poses
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Jan 30, 2024
1 parent 5867759 commit 3c90cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void periodic() {
rearCameraInputs.lastMeasurementTimestampSecs,
rearCameraInputs.estimatedPoseMeters,
rearCameraInputs.seenTagIDs,
rearPose.tagPosesMeters());
rearCameraInputs.tagPosesMeters);
}

TimestampedVisionPose latestPose = getEstimatedPose();
Expand Down

0 comments on commit 3c90cda

Please sign in to comment.