Add a 6 ball auto.
This has run 10 times in a row.
Change-Id: I6ffe32e99251d17a2e19c371132d1e2371f06dbb
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2020/constants.h b/y2020/constants.h
index 66fb79b..d1689a7 100644
--- a/y2020/constants.h
+++ b/y2020/constants.h
@@ -120,8 +120,8 @@
::frc971::zeroing::AbsoluteEncoderZeroingEstimator>
intake;
- static constexpr double kIntakeRollerSupplyCurrentLimit() { return 30.0; }
- static constexpr double kIntakeRollerStatorCurrentLimit() { return 40.0; }
+ static constexpr double kIntakeRollerSupplyCurrentLimit() { return 40.0; }
+ static constexpr double kIntakeRollerStatorCurrentLimit() { return 60.0; }
static constexpr double kFeederSupplyCurrentLimit() { return 40.0; }
static constexpr double kFeederStatorCurrentLimit() { return 50.0; }