Add zeroing state to claw status messages.
Change-Id: I0144cb1455a3de5abca45e071c22f59cd4631e3f
diff --git a/frc971/zeroing/zeroing.h b/frc971/zeroing/zeroing.h
index 9f9329a..7fa2262 100644
--- a/frc971/zeroing/zeroing.h
+++ b/frc971/zeroing/zeroing.h
@@ -104,6 +104,11 @@
bool error_;
};
+// Populates an EstimatorState struct with information from the zeroing
+// estimator.
+void PopulateEstimatorState(const ZeroingEstimator &estimator,
+ EstimatorState *state);
+
} // namespace zeroing
} // namespace frc971