Send 0.95 from TOF controller if there is no cone.

This lets us detect cone presence separately from unplugged sensor.

Change-Id: I0f70c1229bd88b5c50ed2fdf043361d072c41402
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2023/control_loops/superstructure/superstructure_position.fbs b/y2023/control_loops/superstructure/superstructure_position.fbs
index 927fe10..cf8a843 100644
--- a/y2023/control_loops/superstructure/superstructure_position.fbs
+++ b/y2023/control_loops/superstructure/superstructure_position.fbs
@@ -26,7 +26,7 @@
     wrist:frc971.AbsolutePosition (id: 1);
 
     // If this is true, the cone beam break is triggered.
-    end_effector_cone_beam_break:bool (id: 2);
+    cone_position:double (id: 2);
 
     // If this is true, the cube beam break is triggered.
     end_effector_cube_beam_break:bool (id: 3);