Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Raise chassis position to avoid rubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
Omegabytes-Programmers committed Mar 19, 2023
1 parent 64810ba commit 0ac51f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/ArmSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public enum Position {
// Zero angles are with lower arm vertical and upper arm horizontal
Position.STARTING, new ArmPosition(-20, -58),
Position.PRECHASSIS, new ArmPosition(-32, -45),
Position.CHASSIS, new ArmPosition(-20, -48),
Position.CHASSIS, new ArmPosition(-20, -44),
Position.SAFE, new ArmPosition(-19, 11),
Position.GRID_LOW, new ArmPosition(-10, -43),
Position.GRID_MID, new ArmPosition(-5, -8),
Expand Down

0 comments on commit 0ac51f0

Please sign in to comment.