turret deadzone

This commit is contained in:
aarav18
2022-03-06 15:05:08 -07:00
parent 9299ee0974
commit 62e248faa9
4 changed files with 9 additions and 25 deletions
+2 -2
View File
@@ -181,8 +181,8 @@ public final class Constants {
public static final Gains SHOOTER_TURRET_GAINS = new Gains(0.6, 0.0, 0.0, 0.0, 0, 1.0);
public static final Gains SHOOTER_ANGLE_GAINS = new Gains(0.05, 0.0, 0.0, 0.0, 0, 0.3);
public static final double SHOOTER_TURRET_MIN = -1.0;
public static final float TURRET_FORWARD_LIMIT = 130; // TODO: find
public static final float TURRET_REVERSE_LIMIT = 0; // TODO: find
public static final double TURRET_FORWARD_LIMIT = 130; // TODO: find
public static final double TURRET_REVERSE_LIMIT = 0; // TODO: find
// deadzones
public static final double HARD_DEADZONE_LEFT = 0.0;