Added friction compensation to the angle adjust.
diff --git a/frc971/control_loops/wrist/wrist.cc b/frc971/control_loops/wrist/wrist.cc
index 97a0cef..3c76ff8 100644
--- a/frc971/control_loops/wrist/wrist.cc
+++ b/frc971/control_loops/wrist/wrist.cc
@@ -48,6 +48,7 @@
   }
 
   config_data->max_zeroing_voltage = 5.0;
+  config_data->deadband_voltage = 0.0;
   return true;
 }