Add climber code without tests

This runs a loop to follow the request.

Signed-off-by: Siddhant Kanwar <kanwarsiddhant@gmail.com>
Change-Id: Iad516390561175f74eb33e0cda6a505376a372ed
diff --git a/frc971/constants.h b/frc971/constants.h
index 7f1f1d5..6188f01 100644
--- a/frc971/constants.h
+++ b/frc971/constants.h
@@ -68,6 +68,8 @@
   double allowable_encoder_error;
 };
 
+struct RelativeEncoderZeroingConstants {};
+
 struct AbsoluteEncoderZeroingConstants {
   // The number of samples in the moving average filter.
   size_t average_filter_size;