Lower intake to pick up balls easier
We were brushing the top and not picking up when bouncing.
Change-Id: I569277f54bbcb99adcc29ddcf3652c9219e9a763
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2020/joystick_reader.cc b/y2020/joystick_reader.cc
index ec4965d..b101337 100644
--- a/y2020/joystick_reader.cc
+++ b/y2020/joystick_reader.cc
@@ -192,7 +192,7 @@
}
if (data.IsPressed(kIntakeExtend) || data.IsPressed(kIntakeExtendDriver)) {
- intake_pos = 1.2;
+ intake_pos = 1.24;
roller_speed = 7.0f;
roller_speed_compensation = true;
preload_intake = true;