Skip to content

Commit

Permalink
Update VisionSubsystem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonElia authored Jul 24, 2024
1 parent 9c9b160 commit 15a55cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ private void checkAndUpdatePose(int limelightNumber, double lastTX, double lastT

return new double[]{currentTX, currentTY};
}
// default value if it can't get the offsets
return new double[]{0, 0};
}

/**
Expand Down

0 comments on commit 15a55cf

Please sign in to comment.