commit | b2d77affb884471bf16b4ac102ede09237f3b7a7 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Mar 31 20:07:21 2021 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Mar 31 20:30:41 2021 -0700 |
tree | 0f6f2875a9894db79d63c9de807e6315c894981c | |
parent | b9dc3f64435d8e3e82d880b62836127148c8ddce [diff] [blame] |
Increase spline UI screen size Change-Id: I4bc45ed85b9f6a3e38d6d5e3a32a7445b4c601a5
diff --git a/frc971/control_loops/python/constants.py b/frc971/control_loops/python/constants.py index 1a1ee96..aa1d280 100644 --- a/frc971/control_loops/python/constants.py +++ b/frc971/control_loops/python/constants.py
@@ -5,7 +5,7 @@ screen = window.get_screen() #Set screen size for rest of program. -SCREEN_SIZE = screen.get_height() / 3 +SCREEN_SIZE = screen.get_height() / 1.5 # Placeholder value ROBOT_SIDE_TO_BALL_CENTER = 0.15