Sped box grab up significantly and handle disable

Add some more trajectories and cut tolerances to make box grabbing go
faster.  Also, go to the nearest node when disabled.

Change-Id: Ic641db69a8c18eb61771ebc352e05ceef0d90084
diff --git a/y2018/control_loops/superstructure/intake/intake.h b/y2018/control_loops/superstructure/intake/intake.h
index 599ddde..2c36efa 100644
--- a/y2018/control_loops/superstructure/intake/intake.h
+++ b/y2018/control_loops/superstructure/intake/intake.h
@@ -94,7 +94,7 @@
   State state() const { return state_; }
 
   bool clear_of_box() const {
-    return controller_.output_position() < -0.2;
+    return controller_.output_position() < -0.1;
   }
 
  private: