Make the robot the right size

Change-Id: Ie167f1170ca4a780f9f79b0e4c9cd46036dd42ac
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2020/www/field_handler.ts b/y2020/www/field_handler.ts
index 24ccaee..fc70d99 100644
--- a/y2020/www/field_handler.ts
+++ b/y2020/www/field_handler.ts
@@ -62,8 +62,8 @@
 const TARGET_ZONE_WIDTH = 48 * IN_TO_M;
 const LOADING_ZONE_WIDTH = 60 * IN_TO_M;
 
-const ROBOT_WIDTH = 28 * IN_TO_M;
-const ROBOT_LENGTH = 30 * IN_TO_M;
+const ROBOT_WIDTH = 34 * IN_TO_M;
+const ROBOT_LENGTH = 36 * IN_TO_M;
 
 const PI_COLORS = ["#ff00ff", "#ffff00", "#000000", "#00ffff", "#ffa500"];