Tune new hood

Now that we've got better hardware, remove all the hacks to make the old
hood work and tune it.  Much better!

Change-Id: I923cff6c133a23e732b7b593d92a5fa40398a298
diff --git a/y2020/constants.h b/y2020/constants.h
index f7d67e0..de3303b 100644
--- a/y2020/constants.h
+++ b/y2020/constants.h
@@ -61,10 +61,10 @@
 
   static constexpr ::frc971::constants::Range kHoodRange() {
     return ::frc971::constants::Range{
-        0.00,  // Back Hard
-        0.64,  // Front Hard
-        0.01,  // Back Soft
-        0.63   // Front Soft
+        -0.01,  // Back Hard
+        0.65,   // Front Hard
+        0.00,   // Back Soft
+        0.63    // Front Soft
     };
   }