Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rmheuer committed May 9, 2024
2 parents dade8fc + 6bd3fa2 commit 4c81071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class AmpArm2Subsystem extends SubsystemBase {
private static final double motorToArmRatio = 50;
private static final double encoderToArmRatio = 2;

private static final double cancoderOffset = 0.163330;
private static final double cancoderOffset = -0.079590;

private Position targetPos;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public SwerveEstimator(FieldInfo field) {
double halfFrameW = 0.695 / 2;

CameraCaptureProperties captureProps = new CameraCaptureProperties()
.setExposure(20);
.setExposure(20)
.setGain(5);

tagTracker = new TagTrackerInput(
field,
Expand Down

0 comments on commit 4c81071

Please sign in to comment.