Added a zeroed flag.
diff --git a/frc971/control_loops/claw/claw.cc b/frc971/control_loops/claw/claw.cc
index f7b1ffe..64db8b4 100755
--- a/frc971/control_loops/claw/claw.cc
+++ b/frc971/control_loops/claw/claw.cc
@@ -758,6 +758,8 @@
   status->done_with_ball =
       is_ready() && separation_done_with_ball && bottom_done && bottom_velocity_done;
 
+  status->zeroed = is_ready();
+
   was_enabled_ = ::aos::robot_state->enabled;
 }