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

Commit

Permalink
Merge branch 'main' into pivot2
Browse files Browse the repository at this point in the history
  • Loading branch information
carokhan authored Oct 11, 2024
2 parents 561a04a + 0db8a00 commit 00c6400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public static class FeederConstants {

public static final int currentLimit = 50;

public static double kPReal = 0.001;
public static double kPReal = 0.00025;
public static double kVReal = 0.0;

public static final double kPSim = 0.1;
Expand Down Expand Up @@ -285,7 +285,7 @@ public static class ShooterConstants {
public static final double kVPivot = 0.875;
public static final double kAPivot = 0.00;

public static final double kVShooter = 0.0055;
public static final double kVShooter = 0.0055; // COMP: 0.0055, DEMO: 0.0041875
public static final double kAShooter = 0.00;

public static final double kPShooterReal = 0.0000;
Expand Down
20 changes: 0 additions & 20 deletions vendordeps/yagsl.json

This file was deleted.

0 comments on commit 00c6400

Please sign in to comment.