Skip to content

Commit

Permalink
Merge branch 'preDistrictComp' of https://github.com/DevilBotz2876/Cr…
Browse files Browse the repository at this point in the history
…escendo2024 into preDistrictComp
  • Loading branch information
BrownGenius committed Mar 28, 2024
2 parents 3191307 + 60fec03 commit 3f4aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/config/RobotConfigInferno.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public RobotConfigInferno() {
ArmConstants.ffKv = 6.18;
ArmConstants.ffKa = 0.04;

ArmConstants.maxVelocityInDegreesPerSecond = 45;
ArmConstants.maxAccelerationInDegreesPerSecondSquared = 120;
ArmConstants.maxVelocityInDegreesPerSecond = 90;
ArmConstants.maxAccelerationInDegreesPerSecondSquared = 240;

ArmConstants.pidMaxOutput = 6.0;
ArmConstants.pidMinOutput = -5.0;
Expand Down

0 comments on commit 3f4aa2a

Please sign in to comment.