Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11iamYuan committed Oct 5, 2024
1 parent 384c6c3 commit a488ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="title">3128-common</h1>
</div>
<div class="block"><h1>FRC Team 3128 Robot Control Program Utility Library</h1>
<p>Provides utility classes and functions for FRC robot control programs.</p>
<p>Version 1.8.2 (October 4 2024)</p></div>
<p>Version 1.8.3 (October 4 2024)</p></div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>
<div class="summary-table two-column-summary">
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/common/hardware/camera/Camera.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Camera {
public boolean isDisabled = false;
public Transform3d offset;
public double distance;
public Pose2d updatedPose;
public Pose2d updatedPose = new Pose2d();

/**
* Creates a Camera object
Expand Down

0 comments on commit a488ad3

Please sign in to comment.