tuning stuff that we did at NASA
diff --git a/frc971/control_loops/python/polydrivetrain.py b/frc971/control_loops/python/polydrivetrain.py
index 9fa7841..0251408 100755
--- a/frc971/control_loops/python/polydrivetrain.py
+++ b/frc971/control_loops/python/polydrivetrain.py
@@ -117,7 +117,7 @@
# FF * X = U (steady state)
self.FF = self.B.I * (numpy.eye(2) - self.A)
- self.PlaceControllerPoles([0.3, 0.3])
+ self.PlaceControllerPoles([0.5, 0.5])
self.PlaceObserverPoles([0.02, 0.02])
self.G_high = self._drivetrain.G_high