Intake retracts further.
Change-Id: I82a5c51de965e3a5102c8eaa9695a5e636e43898
diff --git a/y2018/constants.h b/y2018/constants.h
index 4416abc..44f0726 100644
--- a/y2018/constants.h
+++ b/y2018/constants.h
@@ -84,8 +84,8 @@
static constexpr ::frc971::constants::Range kIntakeRange() {
// TODO(austin) Sort this out.
- return ::frc971::constants::Range{(-0.75 * M_PI), (1.25 * M_PI),
- (-2.0 / 3.0 * M_PI), M_PI};
+ return ::frc971::constants::Range{-3.7, (1.25 * M_PI),
+ -3.3, M_PI};
}
struct IntakeSide {
diff --git a/y2018/joystick_reader.cc b/y2018/joystick_reader.cc
index a916218..239f15a 100644
--- a/y2018/joystick_reader.cc
+++ b/y2018/joystick_reader.cc
@@ -120,7 +120,7 @@
}
} else {
// Bring in the intake.
- intake_goal_ = -M_PI * 2.0 / 3.0;
+ intake_goal_ = -3.3;
}
auto new_superstructure_goal = superstructure_queue.goal.MakeMessage();