mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Autos testing
This commit is contained in:
@@ -45,15 +45,15 @@ public class IntakeConstants {
|
||||
|
||||
|
||||
public static final Slot0Configs ARM_PID = new Slot0Configs()
|
||||
.withKP(0.03)
|
||||
.withKP(0.08)
|
||||
.withKI(0.0)
|
||||
.withKD(0.0);
|
||||
.withKD(0.06);
|
||||
|
||||
|
||||
|
||||
public static ConfigurableDouble arm_kP = new ConfigurableDouble("ARM KP", 0.08);
|
||||
public static ConfigurableDouble arm_kI = new ConfigurableDouble("ARM KI", 0);
|
||||
public static ConfigurableDouble arm_kD = new ConfigurableDouble("ARM KD", 0.1);
|
||||
public static ConfigurableDouble arm_kD = new ConfigurableDouble("ARM KD", 0.06);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user