Let the turret free!
Give it full voltage and a better profile.
Change-Id: I5e6d0ae099ae0de481c0dae5b52d76038cd78468
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2022/constants.cc b/y2022/constants.cc
index a380a4e..873c47f 100644
--- a/y2022/constants.cc
+++ b/y2022/constants.cc
@@ -68,7 +68,7 @@
auto *const turret_params = &turret->subsystem_params;
turret_params->zeroing_voltage = 4.0;
- turret_params->operating_voltage = 4.0;
+ turret_params->operating_voltage = 12.0;
turret_params->zeroing_profile_params = {0.5, 2.0};
turret_params->default_profile_params = {15.0, 40.0};
turret_params->range = Values::kTurretRange();