Add a stowed climber position

Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: Id0df3e4044b9aafcce95160c05a9a57bcdd8a03c
diff --git a/y2024/constants/constants.fbs b/y2024/constants/constants.fbs
index 3c1f409..883a945 100644
--- a/y2024/constants/constants.fbs
+++ b/y2024/constants/constants.fbs
@@ -51,7 +51,7 @@
 // and retracted, which represents meters for when ClimberGoal is RETRACT
 table ClimberSetPoints {
   full_extend:double (id: 0);
-  half_extend:double (id: 1);
+  stowed:double (id: 1);
   retract:double (id: 2);
 }