Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Reduce Trent wrist angle adjustment to be 25% instead of 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen756 committed Apr 18, 2024
1 parent 9fca409 commit d605cd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/frc/robot/config/CompConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ class CompConfig {
speakerDistanceToAngle -> {
speakerDistanceToAngle.put(1.38, 58.1);
speakerDistanceToAngle.put(2.5, 42.0);
speakerDistanceToAngle.put(3.5, 34.427); // 1.854 - adjusted by half
speakerDistanceToAngle.put(4.5, 28.6025); // 1.605 - adjusted by half
speakerDistanceToAngle.put(5.5, 26.1965); // 1.393 - adjusted by half
speakerDistanceToAngle.put(6.5, 21.6105); // 1.221 - adjusted by half
speakerDistanceToAngle.put(7.5, 20.5415); // 1.083 - adjusted by half
speakerDistanceToAngle.put(9.0, 18.961); // 0.922 - adjusted by half
speakerDistanceToAngle.put(3.5, 33.9635); // 1.854 - adjusted by quarter
speakerDistanceToAngle.put(4.5, 28.20125); // 1.605 - adjusted by quarter
speakerDistanceToAngle.put(5.5, 25.84825); // 1.393 - adjusted by quarter
speakerDistanceToAngle.put(6.5, 21.30525); // 1.221 - adjusted by quarter
speakerDistanceToAngle.put(7.5, 20.27075); // 1.083 - adjusted by quarter
speakerDistanceToAngle.put(9.0, 18.7305); // 0.922 - adjusted by quarter
},
floorSpotDistanceToAngle -> {
floorSpotDistanceToAngle.put(3.4, 18.0);
Expand Down

0 comments on commit d605cd3

Please sign in to comment.