End sandstorm mode at L2

Change-Id: I68536ee881e1a35a3fc35f851655d46a43be0c9c
diff --git a/y2019/actors/autonomous_actor.cc b/y2019/actors/autonomous_actor.cc
index 6f16f44..85d516c 100644
--- a/y2019/actors/autonomous_actor.cc
+++ b/y2019/actors/autonomous_actor.cc
@@ -116,7 +116,7 @@
   StartDrive(0.0, -0.35 * turn_scalar, kDrive, kTurn);
 
   LOG(INFO, "Elevator up\n");
-  set_elevator_goal(0.01);
+  set_elevator_goal(0.78);
   SendSuperstructureGoal();
 
   if (!WaitForDriveDone()) return true;