Lock-in decision on trap/amp when moving extend

Signed-off-by: Niko Sohmers <nikolai@sohmers.com>
Change-Id: I2db1875b8816b742e8fe03f88ba33d0f8baa7512
diff --git a/y2024/control_loops/superstructure/superstructure.h b/y2024/control_loops/superstructure/superstructure.h
index 868f11f..e1856a3 100644
--- a/y2024/control_loops/superstructure/superstructure.h
+++ b/y2024/control_loops/superstructure/superstructure.h
@@ -71,6 +71,8 @@
 
   SuperstructureState state_ = SuperstructureState::IDLE;
 
+  NoteGoal requested_note_goal_ = NoteGoal::NONE;
+
   aos::monotonic_clock::time_point transfer_start_time_ =
       aos::monotonic_clock::time_point::min();