Add a stowed climber position

Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: Id0df3e4044b9aafcce95160c05a9a57bcdd8a03c
diff --git a/y2024/control_loops/superstructure/superstructure.cc b/y2024/control_loops/superstructure/superstructure.cc
index fece6e3..ce5b6a9 100644
--- a/y2024/control_loops/superstructure/superstructure.cc
+++ b/y2024/control_loops/superstructure/superstructure.cc
@@ -87,8 +87,9 @@
         climber_position =
             robot_constants_->common()->climber_set_points()->retract();
         break;
-      default:
-        break;
+      case ClimberGoal::STOWED:
+        climber_position =
+            robot_constants_->common()->climber_set_points()->stowed();
     }
   }