File tree 1 file changed +3
-2
lines changed
src/main/java/org/team1540/robot2024
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,16 @@ public static class Drivetrain {
56
56
public static final double MAX_ANGULAR_SPEED = MAX_LINEAR_SPEED / DRIVE_BASE_RADIUS ;
57
57
}
58
58
public static class Indexer {
59
+ // TODO: fix these constants
59
60
public static final int INTAKE_ID = 0 ;
60
61
public static final int FEEDER_ID = 0 ;
61
62
public static final double FEEDER_KP = 0.0 ;
62
63
public static final double FEEDER_KI = 0.0 ;
63
64
public static final double FEEDER_KD = 0.0 ;
64
65
public static final double FEEDER_KS = 0.0 ;
65
66
public static final double FEEDER_KV = 0.0 ;
66
- public static final double FEEDER_GEAR_RATIO = 0 .0 ;
67
- public static final double INTAKE_GEAR_RATIO = 0 .0 ;
67
+ public static final double FEEDER_GEAR_RATIO = 1 .0 ;
68
+ public static final double INTAKE_GEAR_RATIO = 1 .0 ;
68
69
69
70
}
70
71
}
You can’t perform that action at this time.
0 commit comments