Lower intake out position
It intakes balls better this way.
Signed-off-by: Milind Upadhyay <milind.upadhyay@gmail.com>
Change-Id: I3793c7564b1f6ffecdaa61742c1f4925858c0700
diff --git a/y2022/joystick_reader.cc b/y2022/joystick_reader.cc
index 59d495a..910e16d 100644
--- a/y2022/joystick_reader.cc
+++ b/y2022/joystick_reader.cc
@@ -230,7 +230,7 @@
constexpr double kRollerSpeed = 12.0;
constexpr double kTransferRollerSpeed = 12.0;
- constexpr double kIntakePosition = -0.12;
+ constexpr double kIntakePosition = -0.14;
constexpr size_t kIntakeCounterIterations = 25;
if (data.PosEdge(kSpit)) {