Removed redundant turn_width.
Change-Id: I68d70930c3d25afa05d00e381b73cd34bdfe6f33
diff --git a/y2014/control_loops/drivetrain/drivetrain_base.cc b/y2014/control_loops/drivetrain/drivetrain_base.cc
index b4ef447..1e18b68 100644
--- a/y2014/control_loops/drivetrain/drivetrain_base.cc
+++ b/y2014/control_loops/drivetrain/drivetrain_base.cc
@@ -25,7 +25,7 @@
drivetrain::kMass, drivetrain::kRobotRadius, drivetrain::kWheelRadius,
drivetrain::kR, drivetrain::kV, drivetrain::kT,
- constants::GetValues().turn_width, constants::GetValues().high_gear_ratio,
+ constants::GetValues().high_gear_ratio,
constants::GetValues().low_gear_ratio,
constants::GetValues().left_drive, constants::GetValues().right_drive};