From 2eacf667da15f51f2e06928fca78794229ffbeee Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 12 Feb 2023 13:37:39 -0500 Subject: [PATCH 001/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index f3b02e7db..d01d1d466 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -14,7 +14,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2022carv", + "defaultValue": "2023mijac", "required": "true", "disabled": "true" }, From bf750da2386b2f060ef64216240204e01924bcf0 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 19:34:32 -0500 Subject: [PATCH 002/137] Update CU_config.js Updated max size for scouter initials --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index d01d1d466..69e6e904a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -8,7 +8,7 @@ var config_data = ` "code": "s", "type": "scouter", "size": 5, - "maxSize": 5, + "maxSize": 10, "required": "true" }, { "name": "Event", From 98a2a9000fc1c8e64ec57d0f3d0ed2a177f3c0ba Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 19:37:47 -0500 Subject: [PATCH 003/137] Update CU_config.js Updated names --- 2023/CU_config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 69e6e904a..89521f216 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -4,7 +4,7 @@ var config_data = ` "page_title": "Charged Up", "checkboxAs": "10", "prematch": [ - { "name": "Scouter Initials", + { "name": "Scouter Name", "code": "s", "type": "scouter", "size": 5, @@ -36,7 +36,7 @@ var config_data = ` "max": 100, "required": "true" }, - { "name": "Robot", + { "name": "Alliance Station", "code": "r", "type": "robot", "choices": { @@ -55,7 +55,7 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Auto Start Position", + { "name": "Auton Start Position", "code": "as", "type": "clickable_image", "filename": "2023/field_image.png", From 4867125fe2fdc93de7c50cb8b7354b580bbe89de Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 19:39:04 -0500 Subject: [PATCH 004/137] Update CU_config.js Deleted Mobility --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index d01d1d466..18e780db4 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -83,10 +83,6 @@ var config_data = ` "code": "acs", "type": "bool" }, - { "name": "Mobility?", - "code": "am", - "type": "bool" - }, { "name": "Docked", "code": "ad", "type":"radio", From f1735e563fda85b2e23d814c8a40b176e1718c7a Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 19:42:51 -0500 Subject: [PATCH 005/137] Update CU_config.js Updated names --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 18e780db4..6248db7e2 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -64,7 +64,7 @@ var config_data = ` } ], "auton": [ - { "name": "Auto Scoring", + { "name": "Auton Scoring", "code": "asg", "type": "clickable_image", "filename": "2023/grid_image.png", From 2971f1ae3fae927f5ed227b28de2e926ff82fe1f Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 19:44:43 -0500 Subject: [PATCH 006/137] Update CU_config.js Deleted the cycle timer --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index d01d1d466..7685dddde 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -100,10 +100,6 @@ var config_data = ` } ], "teleop": [ - { "name": "Cycle Timer", - "code": "tct", - "type": "cycle" - }, { "name": "Grid Scoring", "code": "tsg", "type": "clickable_image", From d529c29f238bc69833a66765862d28baea146697 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 19:57:25 -0500 Subject: [PATCH 007/137] Update CU_config.js (MAY BE REVERSED) deleted cycle timer for grid scoring --- 2023/CU_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 7685dddde..7aa6aef45 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -110,7 +110,6 @@ var config_data = ` "showFlip": "false", "showUndo": "false", "shape": "circle 12 black red true", - "cycleTimer": "tct" }, { "name": "Feeder Count
(Fed another bot)", "code": "tfc", From c64239f72633e7bf6c798de77ec339ba58224673 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 20:03:31 -0500 Subject: [PATCH 008/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 7aa6aef45..24e6a56d9 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -109,7 +109,7 @@ var config_data = ` "toggleClick": "true", "showFlip": "false", "showUndo": "false", - "shape": "circle 12 black red true", + "shape": "circle 12 black red true" }, { "name": "Feeder Count
(Fed another bot)", "code": "tfc", From 4c4102f2bfe126962dd19961084ab202b932b6f8 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 20:12:24 -0500 Subject: [PATCH 009/137] Update CU_config.js MAY HAVE TO RESTORE --- 2023/CU_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 24e6a56d9..43191e964 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -1,4 +1,3 @@ -var config_data = ` { "title": "Scouting PASS 2023", "page_title": "Charged Up", @@ -233,4 +232,4 @@ var config_data = ` "maxSize": 50 } ] -}`; +} From 3fceaf8f8c01e6bba28568ca8b4eb4bb5e51de58 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 20:22:28 -0500 Subject: [PATCH 010/137] Revert "Update CU_config.js" This reverts commit 4c4102f2bfe126962dd19961084ab202b932b6f8. --- 2023/CU_config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 43191e964..24e6a56d9 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -1,3 +1,4 @@ +var config_data = ` { "title": "Scouting PASS 2023", "page_title": "Charged Up", @@ -232,4 +233,4 @@ "maxSize": 50 } ] -} +}`; From 3382c626ed8e1f67de047d4a38215b3a330d3a1b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 20:31:30 -0500 Subject: [PATCH 011/137] Update CU_config.js deleted docking timer --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index d01d1d466..8d8100251 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -149,10 +149,6 @@ var config_data = ` } ], "endgame": [ - { "name": "Docking Timer", - "code": "dt", - "type": "timer" - }, { "name": "Final Status", "code": "fs", "type":"radio", From 41279e246b7ff74e72bfc1010fb3f0733d83fdf4 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 20:33:06 -0500 Subject: [PATCH 012/137] Update CU_config.js Change names --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 8d8100251..2d045a684 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -149,7 +149,7 @@ var config_data = ` } ], "endgame": [ - { "name": "Final Status", + { "name": "Final Position", "code": "fs", "type":"radio", "choices": { From 405a47c545b7b3d8cecaa64f4b1b8f821cbfb2a5 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 20:36:22 -0500 Subject: [PATCH 013/137] Update CU_config.js deleted alliance partner question --- 2023/CU_config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index d01d1d466..d17015577 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -226,11 +226,6 @@ var config_data = ` "code": "dc", "type": "bool" }, - { "name": "Make good
alliance partner?", - "tooltip": "Would you want this robot on your alliance in eliminations?", - "code": "all", - "type": "bool" - }, { "name": "Comments", "code": "co", "type": "text", From 13004777603490ee142b86576852a918dd2d8c08 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Feb 2023 20:47:12 -0500 Subject: [PATCH 014/137] Update CU_config.js Increased size of comment box --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index d17015577..47308c339 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -230,7 +230,7 @@ var config_data = ` "code": "co", "type": "text", "size": 15, - "maxSize": 50 + "maxSize": 100 } ] }`; From 6e83ce7b4ea950e2f0859f85061ab12905aeed68 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 15 Feb 2023 18:50:13 -0500 Subject: [PATCH 015/137] Update CU_config.js deleted crossed cable b/c the cable was there last year --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6248db7e2..b7d479313 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -75,10 +75,6 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, - { "name": "Crossed Cable", - "code": "acc", - "type": "bool" - }, { "name": "Crossed Charging Station", "code": "acs", "type": "bool" From d7bca9156e5b8e9779534c8a551118afe6304e1b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 15 Feb 2023 19:39:44 -0500 Subject: [PATCH 016/137] Update CU_config.js Deleted driver skill --- 2023/CU_config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 47308c339..e2d1572a5 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -171,17 +171,6 @@ var config_data = ` } ], "postmatch": [ - { "name": "Driver Skill", - "code": "ds", - "type": "radio", - "choices": { - "n": "Not Effective
", - "a": "Average
", - "v": "Very Effective
", - "x": "Not Observed" - }, - "defaultValue": "x" - }, { "name": "Links Scored", "code": "ls", "type": "counter" From 43b233ba018a42acf6566157e5cb4b6c22d44eeb Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 15 Feb 2023 19:40:40 -0500 Subject: [PATCH 017/137] Update CU_config.js deleted speed rating --- 2023/CU_config.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index e2d1572a5..61b5581ff 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -191,18 +191,6 @@ var config_data = ` "code": "sd", "type": "bool" }, - { "name": "Speed Rating", - "code": "sr", - "type": "radio", - "choices": { - "1": "1 (slow)
", - "2": "2
", - "3": "3
", - "4": "4
", - "5": "5 (fast)" - }, - "defaultValue":"3" - }, { "name": "Died/Immobilized", "code": "die", "type": "bool" From a49ef7b2447f83c027de6de6c722364fa15a045c Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 16 Feb 2023 19:35:54 -0500 Subject: [PATCH 018/137] Update CU_config.js deleted links scored --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 61b5581ff..f0df05c52 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -171,10 +171,6 @@ var config_data = ` } ], "postmatch": [ - { "name": "Links Scored", - "code": "ls", - "type": "counter" - }, { "name": "Defense Rating", "code": "dr", "type": "radio", From 08719aa684c8aad02a40e364dd19bfdc0cde9338 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 16 Feb 2023 19:37:31 -0500 Subject: [PATCH 019/137] Update CU_config.js deleted smart placement --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 24e6a56d9..b9e0f0bc4 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -127,10 +127,6 @@ var config_data = ` "code": "who", "type": "text" }, - { "name": "Smart Placement
(creates Links)", - "code": "lnk", - "type": "bool" - }, { "name": "Floor Pickup", "code": "fpu", "type": "radio", From 8ca5358ef67da086dad3968b6d495f0771136d46 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Fri, 17 Feb 2023 16:32:53 -0500 Subject: [PATCH 020/137] Update CU_config.js deleted "park" as an option for final position (isn't any points) --- 2023/CU_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 2d045a684..684d39098 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -153,7 +153,6 @@ var config_data = ` "code": "fs", "type":"radio", "choices": { - "p": "Parked
", "d": "Docked (Not Engaged)
", "e": "Engaged
", "a": "Attempted but failed
", From c72a7c8fc0f86291e0ab2c43d5d85d36a51d17a1 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 10:28:05 -0500 Subject: [PATCH 021/137] Revert "Update CU_config.js" This reverts commit 8ca5358ef67da086dad3968b6d495f0771136d46. --- 2023/CU_config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index 684d39098..2d045a684 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -153,6 +153,7 @@ var config_data = ` "code": "fs", "type":"radio", "choices": { + "p": "Parked
", "d": "Docked (Not Engaged)
", "e": "Engaged
", "a": "Attempted but failed
", From 87878a7e4607f7f6d97479f03bd65431bff286c6 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 12:51:33 -0500 Subject: [PATCH 022/137] Update CU_config.js added dropped game pieces in auto --- 2023/CU_config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index b7d479313..07f47c50d 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -75,6 +75,10 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, + { "name": "Dropped Game Pieces", + "code": "adg", + "type": "counter" + }, { "name": "Crossed Charging Station", "code": "acs", "type": "bool" From 6a7d601fffad92621ced70c12a0d0953011072f4 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 13:11:13 -0500 Subject: [PATCH 023/137] Update CU_config.js reverted changes --- 2023/CU_config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 07f47c50d..6248db7e2 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -75,10 +75,10 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, - { "name": "Dropped Game Pieces", - "code": "adg", - "type": "counter" - }, + { "name": "Crossed Cable", + "code": "acc", + "type": "bool" + }, { "name": "Crossed Charging Station", "code": "acs", "type": "bool" From 875413d6d922d7a7d0182db6ed09ee4d58c8d394 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 13:12:48 -0500 Subject: [PATCH 024/137] Update CU_config.js --- 2023/CU_config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6248db7e2..1c45e2e26 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -4,7 +4,7 @@ var config_data = ` "page_title": "Charged Up", "checkboxAs": "10", "prematch": [ - { "name": "Scouter Initials", + { "name": "Scouter Initial", "code": "s", "type": "scouter", "size": 5, @@ -75,8 +75,8 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, - { "name": "Crossed Cable", - "code": "acc", + { "name": "Dropped Game Pieces", + "code": "adp", "type": "bool" }, { "name": "Crossed Charging Station", From 63d008c8daf2da11c56ac5d61108a9ac68c16c2b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 14:07:16 -0500 Subject: [PATCH 025/137] Update CU_config.js changed from boolean to counter --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 1c45e2e26..649aa519a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -77,7 +77,7 @@ var config_data = ` }, { "name": "Dropped Game Pieces", "code": "adp", - "type": "bool" + "type": "counter" }, { "name": "Crossed Charging Station", "code": "acs", From 10a3ab733084e4d822a26d3c76f5851b7afbcdbd Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 14:18:42 -0500 Subject: [PATCH 026/137] Update CU_config.js ahhhhhhhhhhhh --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 649aa519a..59cbc9a1b 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -4,7 +4,7 @@ var config_data = ` "page_title": "Charged Up", "checkboxAs": "10", "prematch": [ - { "name": "Scouter Initial", + { "name": "Scouter Initials", "code": "s", "type": "scouter", "size": 5, From 473bfab4639fa44b461f8a8d5ab84cb35ec13b28 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 14:32:04 -0500 Subject: [PATCH 027/137] Revert "Update CU_config.js" This reverts commit 08719aa684c8aad02a40e364dd19bfdc0cde9338. --- 2023/CU_config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index b9e0f0bc4..24e6a56d9 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -127,6 +127,10 @@ var config_data = ` "code": "who", "type": "text" }, + { "name": "Smart Placement
(creates Links)", + "code": "lnk", + "type": "bool" + }, { "name": "Floor Pickup", "code": "fpu", "type": "radio", From f78a96749ce815a1b64bd5f62fb242bff53fb0d9 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 14:34:35 -0500 Subject: [PATCH 028/137] Update CU_config.js added pickup cones from any orientation --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 24e6a56d9..b7924bfec 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -127,8 +127,8 @@ var config_data = ` "code": "who", "type": "text" }, - { "name": "Smart Placement
(creates Links)", - "code": "lnk", + { "name": "Can pick up cones from any orientation", + "code": "gpo", "type": "bool" }, { "name": "Floor Pickup", From e6c2363a62918ffa092f928387f6837447c743f6 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 14:39:06 -0500 Subject: [PATCH 029/137] Update CU_config.js added human player station used --- 2023/CU_config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index b7924bfec..b8403027e 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -130,6 +130,18 @@ var config_data = ` { "name": "Can pick up cones from any orientation", "code": "gpo", "type": "bool" + } + { "name": "Human Player station used", + "code": "fs", + "type":"radio", + "choices": { + "s": "Single station only
", + "d": "Double station only
", + "b": "Both stations
", + "x": "Did not pick up anything" + }, + "defaultValue": "x" + }, }, { "name": "Floor Pickup", "code": "fpu", From 2863ab4f031f878e2e2646ada9f3bba137acfbff Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 14:44:09 -0500 Subject: [PATCH 030/137] Update CU_config.js fixed error --- 2023/CU_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index b8403027e..767a9d941 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -130,7 +130,7 @@ var config_data = ` { "name": "Can pick up cones from any orientation", "code": "gpo", "type": "bool" - } + }, { "name": "Human Player station used", "code": "fs", "type":"radio", @@ -142,7 +142,6 @@ var config_data = ` }, "defaultValue": "x" }, - }, { "name": "Floor Pickup", "code": "fpu", "type": "radio", From 3beae4e10d1e0c4bcfb1f24c06a87fa3bbbea7c5 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 14:52:28 -0500 Subject: [PATCH 031/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 767a9d941..529577200 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -127,7 +127,7 @@ var config_data = ` "code": "who", "type": "text" }, - { "name": "Can pick up cones from any orientation", + { "name": "Can pick up cones
from any orientation", "code": "gpo", "type": "bool" }, From 10a89e6e6dec311994cfe4ace73fcd6024e9c457 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:06:05 -0500 Subject: [PATCH 032/137] Update CU_config.js changed to boolean --- 2023/CU_config.js | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 529577200..5f8fd2c45 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -131,17 +131,10 @@ var config_data = ` "code": "gpo", "type": "bool" }, - { "name": "Human Player station used", - "code": "fs", - "type":"radio", - "choices": { - "s": "Single station only
", - "d": "Double station only
", - "b": "Both stations
", - "x": "Did not pick up anything" - }, - "defaultValue": "x" - }, + { "name": "Picks up from double substation table" + "code": "ds" + "type": "bool" + }, { "name": "Floor Pickup", "code": "fpu", "type": "radio", From a13440cb0f341d80e23c5dde81956add00ad90fc Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:08:14 -0500 Subject: [PATCH 033/137] Update CU_config.js --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 5f8fd2c45..832b10242 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -131,8 +131,8 @@ var config_data = ` "code": "gpo", "type": "bool" }, - { "name": "Picks up from double substation table" - "code": "ds" + { "name": "Picks up from double substation table", + "code": "ds", "type": "bool" }, { "name": "Floor Pickup", From d480a72cf6fbda94ba112c7bdeaa852fc369e04f Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:11:29 -0500 Subject: [PATCH 034/137] Update CU_config.js added a line break --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 832b10242..9760b60b6 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -131,7 +131,7 @@ var config_data = ` "code": "gpo", "type": "bool" }, - { "name": "Picks up from double substation table", + { "name": "Picks up from
double substation table", "code": "ds", "type": "bool" }, From c89afb62472a2993cc9cd407f0b0945f49a057ee Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:30:41 -0500 Subject: [PATCH 035/137] Update CU_config.js deleted the auto start position --- 2023/CU_config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 89521f216..1c276dfd7 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,13 +55,6 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Auton Start Position", - "code": "as", - "type": "clickable_image", - "filename": "2023/field_image.png", - "clickRestriction": "one", - "shape": "circle 5 black red true" - } ], "auton": [ { "name": "Auto Scoring", From 0051ea6701d60163a25f7ba5422ed5ea1da8b7ad Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:37:52 -0500 Subject: [PATCH 036/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 1c276dfd7..b2b4da815 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -54,7 +54,7 @@ var config_data = ` "type": "team", "min": 1, "max": 99999 - }, + } ], "auton": [ { "name": "Auto Scoring", From 078ec0a8eb940c19ecc0c49f6ebffbb1399c79db Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:47:20 -0500 Subject: [PATCH 037/137] Update CU_config.js reverted a change --- 2023/CU_config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index b2b4da815..89521f216 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -54,6 +54,13 @@ var config_data = ` "type": "team", "min": 1, "max": 99999 + }, + { "name": "Auton Start Position", + "code": "as", + "type": "clickable_image", + "filename": "2023/field_image.png", + "clickRestriction": "one", + "shape": "circle 5 black red true" } ], "auton": [ From 93bb412990fcbf2ff7b2071ea70cd1c5ef0bbde6 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:50:32 -0500 Subject: [PATCH 038/137] Update CU_config.js try 2 to deleted this stupid thing --- 2023/CU_config.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 89521f216..504c2b7b5 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,12 +55,9 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Auton Start Position", - "code": "as", - "type": "clickable_image", - "filename": "2023/field_image.png", - "clickRestriction": "one", - "shape": "circle 5 black red true" + { "name": "Are You Ready?", + "code": "ayr", + "type": "bool" } ], "auton": [ From 16e4cf8e5740c268868a31335ada7431004547a2 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 15:54:45 -0500 Subject: [PATCH 039/137] Revert "Update CU_config.js" This reverts commit 93bb412990fcbf2ff7b2071ea70cd1c5ef0bbde6. --- 2023/CU_config.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 504c2b7b5..89521f216 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,9 +55,12 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Are You Ready?", - "code": "ayr", - "type": "bool" + { "name": "Auton Start Position", + "code": "as", + "type": "clickable_image", + "filename": "2023/field_image.png", + "clickRestriction": "one", + "shape": "circle 5 black red true" } ], "auton": [ From 60eadc311f6df500b09c95aacfaf4279f44a3cef Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 16:25:40 -0500 Subject: [PATCH 040/137] Update CU_config.js change it to a boolean from a clickable image --- 2023/CU_config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 2c029cd1e..9c1d316c5 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -57,10 +57,7 @@ var config_data = ` }, { "name": "Auton Start Position", "code": "as", - "type": "clickable_image", - "filename": "2023/field_image.png", - "clickRestriction": "one", - "shape": "circle 5 black red true" + "type": "bool" } ], "auton": [ From d893967d7873c3923332410ca8baeb5fa061f720 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 16:32:07 -0500 Subject: [PATCH 041/137] Update CU_config.js delete it altogether --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 9c1d316c5..67429194b 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -54,10 +54,6 @@ var config_data = ` "type": "team", "min": 1, "max": 99999 - }, - { "name": "Auton Start Position", - "code": "as", - "type": "bool" } ], "auton": [ From 0b55525ed3810b8ea51a4e24e5db95f677542c44 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 16:48:00 -0500 Subject: [PATCH 042/137] Revert "Update CU_config.js" This reverts commit d893967d7873c3923332410ca8baeb5fa061f720. --- 2023/CU_config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index 67429194b..9c1d316c5 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -54,6 +54,10 @@ var config_data = ` "type": "team", "min": 1, "max": 99999 + }, + { "name": "Auton Start Position", + "code": "as", + "type": "bool" } ], "auton": [ From 41675e8000a55572271bdfc313b26ee5a2f28433 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 16:54:25 -0500 Subject: [PATCH 043/137] Update CU_config.js changed the name --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 9c1d316c5..14b3ca336 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,7 +55,7 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Auton Start Position", + { "name": "Did they show up?", "code": "as", "type": "bool" } From efe9798e015d4fe2f4d8a51b0d17d677e3d54beb Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 16:59:45 -0500 Subject: [PATCH 044/137] Update CU_config.js changed to radio --- 2023/CU_config.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 14b3ca336..5079c0831 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,9 +55,14 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Did they show up?", + { "name": "Did the show up?", "code": "as", - "type": "bool" + "type": "radio", + "choices": { + "y": "Cones
", + "n": "Cubes
" + }, + "defaultValue": "y" } ], "auton": [ From 056f96fe68ff137db8ad4ce67f276477747ec068 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 17:02:09 -0500 Subject: [PATCH 045/137] Update CU_config.js changes labels on the options --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 5079c0831..6bfbfa427 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -59,8 +59,8 @@ var config_data = ` "code": "as", "type": "radio", "choices": { - "y": "Cones
", - "n": "Cubes
" + "y": "Yes
", + "n": "No
" }, "defaultValue": "y" } From c9573afbc4257b3d6085a09d30adf22fb4eeb9b3 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 17:03:51 -0500 Subject: [PATCH 046/137] Update CU_config.js deleted default value --- 2023/CU_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6bfbfa427..6106e6472 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -62,7 +62,6 @@ var config_data = ` "y": "Yes
", "n": "No
" }, - "defaultValue": "y" } ], "auton": [ From ad696b8050d0218882b3a1717b1fde0139d0792b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 17:06:33 -0500 Subject: [PATCH 047/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6106e6472..f697ca5f8 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -61,7 +61,7 @@ var config_data = ` "choices": { "y": "Yes
", "n": "No
" - }, + } } ], "auton": [ From 6c2b21a487fadbee460061298eda5f2a93921e8d Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 17:12:18 -0500 Subject: [PATCH 048/137] Revert "Update CU_config.js" This reverts commit ad696b8050d0218882b3a1717b1fde0139d0792b. --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index f697ca5f8..6106e6472 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -61,7 +61,7 @@ var config_data = ` "choices": { "y": "Yes
", "n": "No
" - } + }, } ], "auton": [ From 9e37f59ab1bea2a134fae6018dddd17f468a1bd8 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 17:12:27 -0500 Subject: [PATCH 049/137] Revert "Update CU_config.js" This reverts commit c9573afbc4257b3d6085a09d30adf22fb4eeb9b3. --- 2023/CU_config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6106e6472..6bfbfa427 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -62,6 +62,7 @@ var config_data = ` "y": "Yes
", "n": "No
" }, + "defaultValue": "y" } ], "auton": [ From 5c48e9fdd6099090f83365500e9c8226779850ac Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 17:12:46 -0500 Subject: [PATCH 050/137] Revert "Update CU_config.js" This reverts commit 056f96fe68ff137db8ad4ce67f276477747ec068. --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6bfbfa427..5079c0831 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -59,8 +59,8 @@ var config_data = ` "code": "as", "type": "radio", "choices": { - "y": "Yes
", - "n": "No
" + "y": "Cones
", + "n": "Cubes
" }, "defaultValue": "y" } From 683bf60c81455d9cf6b50225eb72a01b1cfcbf73 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 18 Feb 2023 17:12:52 -0500 Subject: [PATCH 051/137] Revert "Update CU_config.js" This reverts commit efe9798e015d4fe2f4d8a51b0d17d677e3d54beb. --- 2023/CU_config.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 5079c0831..14b3ca336 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,14 +55,9 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Did the show up?", + { "name": "Did they show up?", "code": "as", - "type": "radio", - "choices": { - "y": "Cones
", - "n": "Cubes
" - }, - "defaultValue": "y" + "type": "bool" } ], "auton": [ From 56e0b234cf92b21747015be91306cec54f46ca7a Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 19 Feb 2023 14:26:32 -0500 Subject: [PATCH 052/137] Update CU_config.js added "crossed the community line" --- 2023/CU_config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index 59cbc9a1b..6a97959ee 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -82,6 +82,10 @@ var config_data = ` { "name": "Crossed Charging Station", "code": "acs", "type": "bool" + }, + { "name": "Crossed the
community line", + "code": "am", + "type": "bool" }, { "name": "Docked", "code": "ad", From 4520ee44a8533d2571b7e10784d1886d1853b54a Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 19 Feb 2023 14:36:54 -0500 Subject: [PATCH 053/137] Update CU_config.js updated the label --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6a97959ee..5701f5a37 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -83,7 +83,7 @@ var config_data = ` "code": "acs", "type": "bool" }, - { "name": "Crossed the
community line", + { "name": "Crossed the
Community Line", "code": "am", "type": "bool" }, From 5f897231c894f0af2eba2daca130e6727dbae3a0 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 13:58:39 -0500 Subject: [PATCH 054/137] Update CU_config.js changed to work with excel spread sheet --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 5701f5a37..4b63bbe12 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -76,7 +76,7 @@ var config_data = ` "shape": "circle 12 black red true" }, { "name": "Dropped Game Pieces", - "code": "adp", + "code": "acc", "type": "counter" }, { "name": "Crossed Charging Station", From 3c87e3c153993fc41191efe563f961f2cb03ad03 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 15:05:28 -0500 Subject: [PATCH 055/137] Update CU_config.js re-entered the auton start position - it can't be taken away --- 2023/CU_config.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 14b3ca336..2c029cd1e 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,9 +55,12 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Did they show up?", + { "name": "Auton Start Position", "code": "as", - "type": "bool" + "type": "clickable_image", + "filename": "2023/field_image.png", + "clickRestriction": "one", + "shape": "circle 5 black red true" } ], "auton": [ From 9efb31d374242dbee6dd5686c857a7345b2682b9 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 15:24:10 -0500 Subject: [PATCH 056/137] Update CU_config.js changed stuff to work with excel sheet --- 2023/CU_config.js | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 9760b60b6..7f90e3e4a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -119,22 +119,18 @@ var config_data = ` "code": "wf", "type": "bool" }, - { "name": "Was Defended", - "code": "wd", - "type": "bool" - }, - { "name": "Who Defended this bot", + { "name": "Picks up from
double substation table", + "code": "wd", + "type": "bool" + }, + { "name": "Who Defended this bot
(if not defended, leave blank)", "code": "who", "type": "text" }, { "name": "Can pick up cones
from any orientation", - "code": "gpo", + "code": "lnk", "type": "bool" }, - { "name": "Picks up from
double substation table", - "code": "ds", - "type": "bool" - }, { "name": "Floor Pickup", "code": "fpu", "type": "radio", From a90b7082f3b77075291559f02d33a263bce06214 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 15:57:52 -0500 Subject: [PATCH 057/137] Update CU_config.js cosmetic --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 7f90e3e4a..f030b2406 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -123,7 +123,7 @@ var config_data = ` "code": "wd", "type": "bool" }, - { "name": "Who Defended this bot
(if not defended, leave blank)", + { "name": "If defended, who defended this bot
(if not defended, leave blank)", "code": "who", "type": "text" }, From 519fbab6ebc7d8fc8413ad89388a559b7e22f47f Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 16:16:20 -0500 Subject: [PATCH 058/137] Update CU_config.js changed from counter to boolean to not break the excel sheet --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 4b63bbe12..4c6285e93 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -77,7 +77,7 @@ var config_data = ` }, { "name": "Dropped Game Pieces", "code": "acc", - "type": "counter" + "type": "bool" }, { "name": "Crossed Charging Station", "code": "acs", From fc52a606a73ef0787d9c83411651a6e17e6feb38 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 20:21:22 -0500 Subject: [PATCH 059/137] Update CU_config.js github is being stupid --- 2023/CU_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 8e3cd2c46..c0b16e1ab 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -113,8 +113,7 @@ var config_data = ` }, { "name": "Feeder Count
(Fed another bot)", "code": "tfc", - "type": "counter", - "cycleTimer": "tct" + "type": "counter" }, { "name": "Was Fed
Game Pieces", "code": "wf", From 6463e83db0ad6aed16fb1c75b045a7499ada9403 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 20:25:20 -0500 Subject: [PATCH 060/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 45 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index daddca160..0e2761d6b 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -59,9 +59,16 @@ var config_data = ` }, "defaultValue":"x" }, - { "name": "Floor pickup Cones", + { "name": "Game pieve pick up", "code": "fco", - "type": "bool" + "type":"radio", + "choices": { + "d": "Double Substation only
", + "e": "Single Substation/Floor pick-up only
", + "a": "Both substation
", + "x": "Can not manipulate game pieces" + }, + "defaultValue": "x" }, { "name": "Floor pickup Cubes", "code": "fcu", @@ -76,6 +83,40 @@ var config_data = ` "type": "text", "size": 20, "maxSize": 250 + } + { "name": "Auton Start Position", + "code": "as", + "type": "clickable_image", + "filename": "2023/field_image.png", + "shape": "circle 5 black red true" + }, + { "name": "Auton Scoring", + "code": "asg", + "type": "clickable_image", + "filename": "2023/grid_image.png", + "dimensions": "9 4", + "clickRestriction": "onePerBox", + "toggleClick": "true", + "showFlip": "false", + "showUndo": "false", + "shape": "circle 12 black red true" + }, + { "name": "Teleop Scoring", + "code": "asg", + "type": "clickable_image", + "filename": "2023/grid_image.png", + "dimensions": "9 4", + "clickRestriction": "onePerBox", + "toggleClick": "true", + "showFlip": "false", + "showUndo": "false", + "shape": "circle 12 black red true" + }, + { "name": "Comments", + "code": "co", + "type": "text", + "size": 20, + "maxSize": 100 } ], "auton": [ From 008797a53f6b01708bedd05af17b172254652ca8 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 20:32:23 -0500 Subject: [PATCH 061/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 0e2761d6b..34dc075cc 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -83,7 +83,7 @@ var config_data = ` "type": "text", "size": 20, "maxSize": 250 - } + }, { "name": "Auton Start Position", "code": "as", "type": "clickable_image", From 4f165f8adb52554e26d9336372df1772e1cff20c Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 20 Feb 2023 20:44:06 -0500 Subject: [PATCH 062/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 34dc075cc..0811757e8 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -59,30 +59,31 @@ var config_data = ` }, "defaultValue":"x" }, - { "name": "Game pieve pick up", + { "name": "Game piece pick up", "code": "fco", "type":"radio", "choices": { "d": "Double Substation only
", - "e": "Single Substation/Floor pick-up only
", - "a": "Both substation
", + "s": "Single Substation/Floor pick-up only
", + "b": "Both substation
", "x": "Can not manipulate game pieces" }, "defaultValue": "x" }, - { "name": "Floor pickup Cubes", + { "name": "Floor pick up", "code": "fcu", - "type": "bool" + "type":"radio", + "choices": { + "u": "Cubes only
", + "o": "Cones only
", + "b": "Both
", + "x": "Can not manipulate game pieces" + }, + "defaultValue": "x" }, { "name": "Cross Charging Station", "code": "ccs", "type": "bool" - }, - { "name": "Autos", - "code": "aut", - "type": "text", - "size": 20, - "maxSize": 250 }, { "name": "Auton Start Position", "code": "as", @@ -116,7 +117,7 @@ var config_data = ` "code": "co", "type": "text", "size": 20, - "maxSize": 100 + "maxSize": 250 } ], "auton": [ From 1f4364ae99b9cd061f29241aafcf7ac7ad475a0b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 18:27:38 -0500 Subject: [PATCH 063/137] Update CU_Pit_config.js changed teleop scoring option --- 2023/CU_Pit_config.js | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 0811757e8..87e98d605 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -86,24 +86,13 @@ var config_data = ` "type": "bool" }, { "name": "Auton Start Position", - "code": "as", + "code": "asp", "type": "clickable_image", "filename": "2023/field_image.png", "shape": "circle 5 black red true" }, { "name": "Auton Scoring", - "code": "asg", - "type": "clickable_image", - "filename": "2023/grid_image.png", - "dimensions": "9 4", - "clickRestriction": "onePerBox", - "toggleClick": "true", - "showFlip": "false", - "showUndo": "false", - "shape": "circle 12 black red true" - }, - { "name": "Teleop Scoring", - "code": "asg", + "code": "as", "type": "clickable_image", "filename": "2023/grid_image.png", "dimensions": "9 4", @@ -113,6 +102,12 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, + { "name": "Where can they score in teleop?
(bottom, middle, top rows)", + "code": "ts", + "type": "text", + "size": 20, + "maxSize": 250 + }, { "name": "Comments", "code": "co", "type": "text", From 52be47facabbcc3c0e3043220878dc2884d3fc93 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 18:29:54 -0500 Subject: [PATCH 064/137] Update CU_Pit_config.js clarified options for teleop scoring --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 87e98d605..c70421fdd 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -102,7 +102,7 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, - { "name": "Where can they score in teleop?
(bottom, middle, top rows)", + { "name": "Where can they score in teleop?
(bottom, middle, top, or all rows)", "code": "ts", "type": "text", "size": 20, From b5976dfc003124f51a516e17ca67e5ecccec0d1d Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 18:40:13 -0500 Subject: [PATCH 065/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index c70421fdd..5adfa7240 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -102,7 +102,7 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, - { "name": "Where can they score in teleop?
(bottom, middle, top, or all rows)", + { "name": "Teleop scoring ability
(bottom, middle, top, or all rows)", "code": "ts", "type": "text", "size": 20, From 416b9e93b877662ba51e115c27359124e59f6bad Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 19:27:33 -0500 Subject: [PATCH 066/137] Update CU_config.js --- 2023/CU_config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index f030b2406..3e968f9e7 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -119,16 +119,16 @@ var config_data = ` "code": "wf", "type": "bool" }, - { "name": "Picks up from
double substation table", - "code": "wd", - "type": "bool" - }, { "name": "If defended, who defended this bot
(if not defended, leave blank)", "code": "who", "type": "text" }, + { "name": "Picks up from
double substation table", + "code": "dss", + "type": "bool" + }, { "name": "Can pick up cones
from any orientation", - "code": "lnk", + "code": "cao", "type": "bool" }, { "name": "Floor Pickup", From 64fb612c32c6e98fe50c3084e3a68146bb8e7b3e Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 19:28:50 -0500 Subject: [PATCH 067/137] Update CU_config.js --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 4c6285e93..5701f5a37 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -76,8 +76,8 @@ var config_data = ` "shape": "circle 12 black red true" }, { "name": "Dropped Game Pieces", - "code": "acc", - "type": "bool" + "code": "adp", + "type": "counter" }, { "name": "Crossed Charging Station", "code": "acs", From f99b51ac85828ee2b86304034d93a5877a5b9935 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 20:37:49 -0500 Subject: [PATCH 068/137] Update CU_config.js update --- 2023/CU_Pit_config.js | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 5adfa7240..6abe2a1af 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -8,7 +8,7 @@ var config_data = ` "code": "t", "type": "number" }, - { "name": "Width", + { "name": "Width (bumpers included)", "code": "wid", "type": "number", "defaultValue": "0" @@ -24,7 +24,6 @@ var config_data = ` "choices": { "s": "Swerve
", "w": "West Coast/Tank
", - "b": "Butterfly/Grashopper
", "m": "Mechanum
", "o": "Other" }, @@ -36,7 +35,7 @@ var config_data = ` "size": 20, "maxSize": 50 }, - { "name": "Swerve Ratio", + { "name": "Swerve Ratio (speed)", "code": "sr", "type": "radio", "choices": { @@ -59,8 +58,8 @@ var config_data = ` }, "defaultValue":"x" }, - { "name": "Game piece pick up", - "code": "fco", + { "name": "Game piece pick up location", + "code": "pul", "type":"radio", "choices": { "d": "Double Substation only
", @@ -71,14 +70,14 @@ var config_data = ` "defaultValue": "x" }, { "name": "Floor pick up", - "code": "fcu", + "code": "fpu", "type":"radio", "choices": { "u": "Cubes only
", "o": "Cones only
", "b": "Both
", "x": "Can not manipulate game pieces" - }, + }, "defaultValue": "x" }, { "name": "Cross Charging Station", @@ -101,6 +100,20 @@ var config_data = ` "showFlip": "false", "showUndo": "false", "shape": "circle 12 black red true" + }, + { "name": "Engage in Auton?", + "code": "ae", + "type": "bool" + }, + { "name": "Confidence engaging in auton", + "code": "aec", + "type":"radio", + "choices": { + "a": "1 (not tested at all, no confidence)
", + "b": "2
", + "c": "3
", + "d": "4
", + "e": "5 (highly tested, repeatable)" }, { "name": "Teleop scoring ability
(bottom, middle, top, or all rows)", "code": "ts", @@ -108,6 +121,10 @@ var config_data = ` "size": 20, "maxSize": 250 }, + { "name": "# of cycles on teleop, + "code": "tc", + "type": "counter" + }, { "name": "Comments", "code": "co", "type": "text", From 7069c634b2900e2100f3d9417e554636585c005d Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 20:47:50 -0500 Subject: [PATCH 069/137] Update CU_config.js --- 2023/CU_config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index f0df05c52..b733d9fd1 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -183,6 +183,12 @@ var config_data = ` }, "defaultValue": "x" }, + { "name": "Who did they play defense against?", + "code": "wda", + "type": "text", + "size": 15, + "maxSize": 100 + } { "name": "Swerve drive?", "code": "sd", "type": "bool" From 1ec4c3eb9f27f1b08df6adac8a63ed917882253b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 20:56:11 -0500 Subject: [PATCH 070/137] Update CU_config.js --- 2023/CU_config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index 2d045a684..c0f07863d 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -165,6 +165,10 @@ var config_data = ` "code": "dn", "type": "counter" } + { "name": "Did they knock their alliance
partners off the charge station?", + "code": "kop", + "type": "bool" + } ], "postmatch": [ { "name": "Driver Skill", From b4b3cbe36731720e687f47cd538508abbc1592e7 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 21:14:34 -0500 Subject: [PATCH 071/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index b733d9fd1..13a5b27e2 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -188,7 +188,7 @@ var config_data = ` "type": "text", "size": 15, "maxSize": 100 - } + }, { "name": "Swerve drive?", "code": "sd", "type": "bool" From 0c5238ba4c07e81242a4f1bf9dc51bf2423378f1 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 21:30:56 -0500 Subject: [PATCH 072/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 6abe2a1af..444de4152 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -80,6 +80,17 @@ var config_data = ` }, "defaultValue": "x" }, + { "name": "Cone orientation from floor", + "code": "coo", + "type": "radio", + "choices": { + "u": "Upright only
", + "s": "On side only
", + "a": "All orientation
", + "x": "Cannot pick up
cones off the floor" + }, + "defaultValue":"x" + }, { "name": "Cross Charging Station", "code": "ccs", "type": "bool" From fa2ff881a12ab2aef8dfc2d5a1bfa73343a1d834 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 21:46:56 -0500 Subject: [PATCH 073/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 444de4152..e97d34ebf 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -80,7 +80,7 @@ var config_data = ` }, "defaultValue": "x" }, - { "name": "Cone orientation from floor", + { "name": "Cone pick up orientation
from floor", "code": "coo", "type": "radio", "choices": { From f23840c069f25b7ddfe237aa6102644186f1fa95 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 21:50:44 -0500 Subject: [PATCH 074/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index c0f07863d..447453207 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -164,7 +164,7 @@ var config_data = ` { "name": "Total # of alliance
robots docked/engaged", "code": "dn", "type": "counter" - } + }, { "name": "Did they knock their alliance
partners off the charge station?", "code": "kop", "type": "bool" From 012eee90349aa72e1ab0db7129d9c42d1b862205 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 21:57:06 -0500 Subject: [PATCH 075/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 13a5b27e2..eb4f32913 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -183,7 +183,7 @@ var config_data = ` }, "defaultValue": "x" }, - { "name": "Who did they play defense against?", + { "name": "Who did they play
defense against?", "code": "wda", "type": "text", "size": 15, From 4ac5b3780cf463159db2f1c34053b6dea41599b1 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 22:03:05 -0500 Subject: [PATCH 076/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index e97d34ebf..293570d9d 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -125,6 +125,7 @@ var config_data = ` "c": "3
", "d": "4
", "e": "5 (highly tested, repeatable)" + } }, { "name": "Teleop scoring ability
(bottom, middle, top, or all rows)", "code": "ts", @@ -132,7 +133,7 @@ var config_data = ` "size": 20, "maxSize": 250 }, - { "name": "# of cycles on teleop, + { "name": "# of cycles on teleop", "code": "tc", "type": "counter" }, From d8a77b1f1aab7845db2cdad77969e1300f7301c4 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 22:09:50 -0500 Subject: [PATCH 077/137] Update CU_Pit_config.js added the gear ratios and speed for swerve --- 2023/CU_Pit_config.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 293570d9d..94b197254 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -39,10 +39,9 @@ var config_data = ` "code": "sr", "type": "radio", "choices": { - "1": "L1
", - "2": "L2
", - "3": "L3
", - "4": "L4
", + "1": "L1 (8.14:1 or 12-13 ft/sec)
", + "2": "L2 (6.75:1 or 14-16 ft/sec)
", + "3": "L3 (6.12:1 or 16-18 ft/sec)
", "x": "Not Swerve" }, "defaultValue":"x" From 861407fb317db3dfbf568afc2a09d09cc6766d95 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 22:18:40 -0500 Subject: [PATCH 078/137] Update CU_config.js deleted auton start position --- 2023/CU_config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 89521f216..b2b4da815 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -54,13 +54,6 @@ var config_data = ` "type": "team", "min": 1, "max": 99999 - }, - { "name": "Auton Start Position", - "code": "as", - "type": "clickable_image", - "filename": "2023/field_image.png", - "clickRestriction": "one", - "shape": "circle 5 black red true" } ], "auton": [ From 0c074d6afbe9d3b270800d1568a67ea00d3c0a89 Mon Sep 17 00:00:00 2001 From: lstone24 <125162130+lstone24@users.noreply.github.com> Date: Wed, 22 Feb 2023 22:19:14 -0500 Subject: [PATCH 079/137] Revert "Update CU_config.js" --- 2023/CU_config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index 9ea285ae9..25043fbab 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -54,6 +54,13 @@ var config_data = ` "type": "team", "min": 1, "max": 99999 + }, + { "name": "Auton Start Position", + "code": "as", + "type": "clickable_image", + "filename": "2023/field_image.png", + "clickRestriction": "one", + "shape": "circle 5 black red true" } ], "auton": [ From f5c761a4e5a46f97b2863734c09f9a6490150506 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 22:22:38 -0500 Subject: [PATCH 080/137] Revert "Update CU_config.js" This reverts commit 861407fb317db3dfbf568afc2a09d09cc6766d95. --- 2023/CU_config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index b2b4da815..89521f216 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -54,6 +54,13 @@ var config_data = ` "type": "team", "min": 1, "max": 99999 + }, + { "name": "Auton Start Position", + "code": "as", + "type": "clickable_image", + "filename": "2023/field_image.png", + "clickRestriction": "one", + "shape": "circle 5 black red true" } ], "auton": [ From 4f6462ee025d4958e2c7c42d0435fe23087693f7 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 22:39:48 -0500 Subject: [PATCH 081/137] Update CU_Pit_config.js made it easier on scouters --- 2023/CU_Pit_config.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 94b197254..71a444442 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -110,10 +110,6 @@ var config_data = ` "showFlip": "false", "showUndo": "false", "shape": "circle 12 black red true" - }, - { "name": "Engage in Auton?", - "code": "ae", - "type": "bool" }, { "name": "Confidence engaging in auton", "code": "aec", @@ -123,8 +119,10 @@ var config_data = ` "b": "2
", "c": "3
", "d": "4
", - "e": "5 (highly tested, repeatable)" - } + "e": "5 (highly tested, repeatable)
", + "f": "Cannot engage in auton" + }, + "defaultValue": "f" }, { "name": "Teleop scoring ability
(bottom, middle, top, or all rows)", "code": "ts", From d5ab7543cc936562ad954c7e28cef1201dee1a01 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 22:53:13 -0500 Subject: [PATCH 082/137] Update CU_config.js making things easier for my scouters --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 5701f5a37..d7f417435 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -79,10 +79,6 @@ var config_data = ` "code": "adp", "type": "counter" }, - { "name": "Crossed Charging Station", - "code": "acs", - "type": "bool" - }, { "name": "Crossed the
Community Line", "code": "am", "type": "bool" From 4a59f94bab8e4efa4e3315848ca9dfa5f31995cc Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 23:04:08 -0500 Subject: [PATCH 083/137] Update CU_Pit_config.js making my scouter's lives easier one deletion at a time --- 2023/CU_Pit_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 71a444442..1538ebc8f 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -89,10 +89,6 @@ var config_data = ` "x": "Cannot pick up
cones off the floor" }, "defaultValue":"x" - }, - { "name": "Cross Charging Station", - "code": "ccs", - "type": "bool" }, { "name": "Auton Start Position", "code": "asp", From 8f0a68f5d3ca4a36c58dd502040f4cc31ee99047 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 23:06:52 -0500 Subject: [PATCH 084/137] Update CU_Pit_config.js clarifications --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 1538ebc8f..398bc61fc 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -96,7 +96,7 @@ var config_data = ` "filename": "2023/field_image.png", "shape": "circle 5 black red true" }, - { "name": "Auton Scoring", + { "name": "Auton Scoring
(highest scoring option)", "code": "as", "type": "clickable_image", "filename": "2023/grid_image.png", From 7a9e8be29bb439a60cabc4b2ab978e10897c2d80 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Wed, 22 Feb 2023 23:22:33 -0500 Subject: [PATCH 085/137] Update CU_Pit_config.js making my life easier --- 2023/CU_Pit_config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 398bc61fc..b4e9f772d 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -111,14 +111,14 @@ var config_data = ` "code": "aec", "type":"radio", "choices": { - "a": "1 (not tested at all, no confidence)
", - "b": "2
", - "c": "3
", - "d": "4
", - "e": "5 (highly tested, repeatable)
", - "f": "Cannot engage in auton" + "1": "1 (not tested at all, no confidence)
", + "2": "2
", + "3": "3
", + "4": "4
", + "5": "5 (highly tested, repeatable)
", + "x": "Cannot engage in auton" }, - "defaultValue": "f" + "defaultValue": "x" }, { "name": "Teleop scoring ability
(bottom, middle, top, or all rows)", "code": "ts", From 415f0b2fad8ec20f29fb051ca51ce2a54832f035 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 23 Feb 2023 10:23:49 -0500 Subject: [PATCH 086/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index b4e9f772d..dddd58660 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -63,7 +63,7 @@ var config_data = ` "choices": { "d": "Double Substation only
", "s": "Single Substation/Floor pick-up only
", - "b": "Both substation
", + "b": "Both substations
", "x": "Can not manipulate game pieces" }, "defaultValue": "x" From 8a301a7e5be8a8e48622ea40d6a0165278635e14 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 23 Feb 2023 10:44:52 -0500 Subject: [PATCH 087/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index dddd58660..2ee824a61 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -90,7 +90,7 @@ var config_data = ` }, "defaultValue":"x" }, - { "name": "Auton Start Position", + { "name": "Auton Start Positions
(include all options)", "code": "asp", "type": "clickable_image", "filename": "2023/field_image.png", From ae04f2685121370681846e19274e28c9a9c4e403 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 23 Feb 2023 19:40:14 -0500 Subject: [PATCH 088/137] Update CU_config.js made the defense metric more descriptive --- 2023/CU_config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index eb4f32913..7fa847c48 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -175,10 +175,10 @@ var config_data = ` "code": "dr", "type": "radio", "choices": { - "b": "Below Average
", - "a": "Average
", - "g": "Good
", - "e": "Excellent
", + "b": "Below Average (the thought was there)
", + "a": "Average (got in the way from time to time)
", + "g": "Good (was very annoying)
", + "e": "Excellent (An absolute menace)
", "x": "Did not play defense" }, "defaultValue": "x" From 83331b50d02cbe77400c5ad525e9a4c15963a1c0 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 7 Mar 2023 20:21:07 -0500 Subject: [PATCH 089/137] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 2ee824a61..c205742d7 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -62,8 +62,9 @@ var config_data = ` "type":"radio", "choices": { "d": "Double Substation only
", - "s": "Single Substation/Floor pick-up only
", - "b": "Both substations
", + "s": "Single Substation
", + "f": "Floor pick-up only
", + "b": "All locations
", "x": "Can not manipulate game pieces" }, "defaultValue": "x" @@ -90,7 +91,7 @@ var config_data = ` }, "defaultValue":"x" }, - { "name": "Auton Start Positions
(include all options)", + { "name": "Auton Start Positions
(include all options)
(if can start from anywhere, leave blank)", "code": "asp", "type": "clickable_image", "filename": "2023/field_image.png", From 2cab3aeb27f33299076d82126165510eb3830654 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Fri, 10 Mar 2023 11:08:26 -0500 Subject: [PATCH 090/137] Update CU_config.js changed from jackson event to stanish event --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6d6f94926..622fbc3a2 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -14,7 +14,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2023mijac", + "defaultValue": "2023mista", "required": "true", "disabled": "true" }, From d0167e716ffc329b8aeeae1a0835d3c4895e0b6d Mon Sep 17 00:00:00 2001 From: lstone24 Date: Fri, 10 Mar 2023 18:06:48 -0500 Subject: [PATCH 091/137] Update CU_config.js changed b/c people --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 447453207..1b21d879f 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -161,7 +161,7 @@ var config_data = ` }, "defaultValue": "x" }, - { "name": "Total # of alliance
robots docked/engaged", + { "name": "If docked/engaged, total # of alliance
robots docked/engaged", "code": "dn", "type": "counter" }, From 025e3da7f107f01a197e2f0d52b6ea4e4c9cd432 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 13 Mar 2023 18:57:54 -0400 Subject: [PATCH 092/137] Update CU_config.js try number 2 --- 2023/CU_config.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 89521f216..657622ced 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -57,11 +57,8 @@ var config_data = ` }, { "name": "Auton Start Position", "code": "as", - "type": "clickable_image", - "filename": "2023/field_image.png", - "clickRestriction": "one", - "shape": "circle 5 black red true" - } + "type": "bool" + } ], "auton": [ { "name": "Auto Scoring", From 2018575365fb099602d00ef7c611ea3bcfe52c9f Mon Sep 17 00:00:00 2001 From: lstone24 Date: Mon, 13 Mar 2023 19:59:04 -0400 Subject: [PATCH 093/137] Update CU_config.js updated name --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 657622ced..bc9a2cdd7 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,7 +55,7 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Auton Start Position", + { "name": "Is their robot
on the field?", "code": "as", "type": "bool" } From 18c7a1bb246f9e0dc3206552e55657d78215e5cc Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 14 Mar 2023 18:35:58 -0400 Subject: [PATCH 094/137] Update CU_config.js it's unnecessary --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 7fa847c48..7c5da4769 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -189,10 +189,6 @@ var config_data = ` "size": 15, "maxSize": 100 }, - { "name": "Swerve drive?", - "code": "sd", - "type": "bool" - }, { "name": "Died/Immobilized", "code": "die", "type": "bool" From ad935a874d554b96e36b362db400424e0a77b2ec Mon Sep 17 00:00:00 2001 From: lstone24 <125162130+lstone24@users.noreply.github.com> Date: Wed, 5 Apr 2023 23:17:39 -0400 Subject: [PATCH 095/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index b006ec111..43eb3b69a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -14,7 +14,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2023mista", + "defaultValue": "2023micmp1", "required": "true", "disabled": "true" }, From f9b8969e5f33dcaea07539671569e18d98d75d2a Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 13 Apr 2023 19:16:49 -0400 Subject: [PATCH 096/137] Update CU_config.js updated how big the comments section is --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 7c5da4769..9ba92c5f2 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -205,7 +205,7 @@ var config_data = ` "code": "co", "type": "text", "size": 15, - "maxSize": 100 + "maxSize": 10000 } ] }`; From 385ab191068db44cd01ff13a4574a39bc9278032 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 20 Apr 2023 07:55:37 -0500 Subject: [PATCH 097/137] Update CU_config.js changed from dte to curie --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 43eb3b69a..810434f43 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -14,7 +14,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2023micmp1", + "defaultValue": "2023cur", "required": "true", "disabled": "true" }, From fccc981a86a4ca93fa27d9b50f7e6a121e04dad0 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Fri, 21 Jul 2023 11:36:16 -0400 Subject: [PATCH 098/137] Update CU_config.js updated to rainbow rumble --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index c0f8eeba2..47ced7308 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -14,7 +14,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2023cur", + "defaultValue": "2023mirr", "required": "true", "disabled": "true" }, From c09c16301df2121dfb68ead64d570d08345a0f66 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 5 Oct 2023 21:55:51 -0400 Subject: [PATCH 099/137] Create CS_FTC_config.js created new file for Centerstage, changed pre-match settings --- 2023/CS_FTC_config.js | 192 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 2023/CS_FTC_config.js diff --git a/2023/CS_FTC_config.js b/2023/CS_FTC_config.js new file mode 100644 index 000000000..106b10a6f --- /dev/null +++ b/2023/CS_FTC_config.js @@ -0,0 +1,192 @@ +var config_data = ` +{ + "title": "Scouting PASS 2023-24 FTC", + "page_title": "CENTERSTAGE", + "checkboxAs": "10", + "prematch": [ + { "name": "Scouter Name", + "code": "s", + "type": "scouter", + "size": 5, + "maxSize": 15, + "required": "true" + }, + { "name": "Event", + "code": "e", + "type": "event", + "defaultValue": "2023mirr", + "required": "true", + "disabled": "true" + }, + { "name": "Match #", + "code": "m", + "type": "match", + "min": 1, + "max": 100, + "required": "true" + }, + { "name": "Alliance Station", + "code": "r", + "type": "robot", + "choices": { + "r1": "Red-1", + "b1": "Blue-1
", + "r2": "Red-2", + "b2": "Blue-2
", + }, + "required":"true" + }, + { "name": "Team #", + "code": "t", + "type": "team", + "min": 1, + "max": 999999 + }, + { "name": "Did they use a pixel or team prop?", + "code": "tpp", + "type": "radio" + "choices": { + "tp" : "Team Pixel" + "p" : "Pixel" + } + "defaultValue" : "Pixel" + "required" : "true" + } + ], + "auton": [ + { "name": "Auton Scoring", + "code": "asg", + "type": "clickable_image", + "filename": "2023/grid_image.png", + "dimensions": "9 4", + "clickRestriction": "onePerBox", + "toggleClick": "true", + "showFlip": "false", + "showUndo": "false", + "shape": "circle 12 black red true" + }, + { "name": "Dropped Game Pieces", + "code": "adp", + "type": "counter" + }, + { "name": "Crossed the
Community Line", + "code": "am", + "type": "bool" + }, + { "name": "Docked", + "code": "ad", + "type":"radio", + "choices": { + "d": "Docked (not Engaged)
", + "e": "Engaged
", + "a": "Attempted but failed
", + "x": "Not attempted" + }, + "defaultValue": "x" + } + ], + "teleop": [ + { "name": "Grid Scoring", + "code": "tsg", + "type": "clickable_image", + "filename": "2023/grid_image.png", + "dimensions": "9 4", + "clickRestriction": "onePerBox", + "toggleClick": "true", + "showFlip": "false", + "showUndo": "false", + "shape": "circle 12 black red true" + }, + { "name": "Feeder Count
(Fed another bot)", + "code": "tfc", + "type": "counter" + }, + { "name": "Was Fed
Game Pieces", + "code": "wf", + "type": "bool" + }, + { "name": "If defended, who defended this bot
(if not defended, leave blank)", + "code": "who", + "type": "text" + }, + { "name": "Picks up from
double substation table", + "code": "dss", + "type": "bool" + }, + { "name": "Can pick up cones
from any orientation", + "code": "cao", + "type": "bool" + }, + { "name": "Floor Pickup", + "code": "fpu", + "type": "radio", + "choices": { + "o": "Cones
", + "u": "Cubes
", + "b": "Both
", + "x": "Not Attempted" + }, + "defaultValue": "x" + } + ], + "endgame": [ + { "name": "Final Position", + "code": "fs", + "type":"radio", + "choices": { + "p": "Parked
", + "d": "Docked (Not Engaged)
", + "e": "Engaged
", + "a": "Attempted but failed
", + "x": "Not attempted" + }, + "defaultValue": "x" + }, + { "name": "If docked/engaged, total # of alliance
robots docked/engaged", + "code": "dn", + "type": "counter" + }, + { "name": "Did they knock their alliance
partners off the charge station?", + "code": "kop", + "type": "bool" + } + ], + "postmatch": [ + { "name": "Defense Rating", + "code": "dr", + "type": "radio", + "choices": { + "b": "Below Average (the thought was there)
", + "a": "Average (got in the way from time to time)
", + "g": "Good (was very annoying)
", + "e": "Excellent (An absolute menace)
", + "x": "Did not play defense" + }, + "defaultValue": "x" + }, + { "name": "Who did they play
defense against?", + "code": "wda", + "type": "text", + "size": 15, + "maxSize": 100 + }, + { "name": "Died/Immobilized", + "code": "die", + "type": "bool" + }, + { "name": "Tippy
(almost tipped over)", + "code": "tip", + "type": "bool" + }, + { "name": "Dropped Cones (>2)", + "code": "dc", + "type": "bool" + }, + { "name": "Comments", + "code": "co", + "type": "text", + "size": 15, + "maxSize": 10000 + } + ] +}`; From a4e2a2b2425e3261f1e726d757988e1e192def4e Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 5 Oct 2023 22:07:53 -0400 Subject: [PATCH 100/137] Revert "Create CS_FTC_config.js" This reverts commit c09c16301df2121dfb68ead64d570d08345a0f66. --- 2023/CS_FTC_config.js | 192 ------------------------------------------ 1 file changed, 192 deletions(-) delete mode 100644 2023/CS_FTC_config.js diff --git a/2023/CS_FTC_config.js b/2023/CS_FTC_config.js deleted file mode 100644 index 106b10a6f..000000000 --- a/2023/CS_FTC_config.js +++ /dev/null @@ -1,192 +0,0 @@ -var config_data = ` -{ - "title": "Scouting PASS 2023-24 FTC", - "page_title": "CENTERSTAGE", - "checkboxAs": "10", - "prematch": [ - { "name": "Scouter Name", - "code": "s", - "type": "scouter", - "size": 5, - "maxSize": 15, - "required": "true" - }, - { "name": "Event", - "code": "e", - "type": "event", - "defaultValue": "2023mirr", - "required": "true", - "disabled": "true" - }, - { "name": "Match #", - "code": "m", - "type": "match", - "min": 1, - "max": 100, - "required": "true" - }, - { "name": "Alliance Station", - "code": "r", - "type": "robot", - "choices": { - "r1": "Red-1", - "b1": "Blue-1
", - "r2": "Red-2", - "b2": "Blue-2
", - }, - "required":"true" - }, - { "name": "Team #", - "code": "t", - "type": "team", - "min": 1, - "max": 999999 - }, - { "name": "Did they use a pixel or team prop?", - "code": "tpp", - "type": "radio" - "choices": { - "tp" : "Team Pixel" - "p" : "Pixel" - } - "defaultValue" : "Pixel" - "required" : "true" - } - ], - "auton": [ - { "name": "Auton Scoring", - "code": "asg", - "type": "clickable_image", - "filename": "2023/grid_image.png", - "dimensions": "9 4", - "clickRestriction": "onePerBox", - "toggleClick": "true", - "showFlip": "false", - "showUndo": "false", - "shape": "circle 12 black red true" - }, - { "name": "Dropped Game Pieces", - "code": "adp", - "type": "counter" - }, - { "name": "Crossed the
Community Line", - "code": "am", - "type": "bool" - }, - { "name": "Docked", - "code": "ad", - "type":"radio", - "choices": { - "d": "Docked (not Engaged)
", - "e": "Engaged
", - "a": "Attempted but failed
", - "x": "Not attempted" - }, - "defaultValue": "x" - } - ], - "teleop": [ - { "name": "Grid Scoring", - "code": "tsg", - "type": "clickable_image", - "filename": "2023/grid_image.png", - "dimensions": "9 4", - "clickRestriction": "onePerBox", - "toggleClick": "true", - "showFlip": "false", - "showUndo": "false", - "shape": "circle 12 black red true" - }, - { "name": "Feeder Count
(Fed another bot)", - "code": "tfc", - "type": "counter" - }, - { "name": "Was Fed
Game Pieces", - "code": "wf", - "type": "bool" - }, - { "name": "If defended, who defended this bot
(if not defended, leave blank)", - "code": "who", - "type": "text" - }, - { "name": "Picks up from
double substation table", - "code": "dss", - "type": "bool" - }, - { "name": "Can pick up cones
from any orientation", - "code": "cao", - "type": "bool" - }, - { "name": "Floor Pickup", - "code": "fpu", - "type": "radio", - "choices": { - "o": "Cones
", - "u": "Cubes
", - "b": "Both
", - "x": "Not Attempted" - }, - "defaultValue": "x" - } - ], - "endgame": [ - { "name": "Final Position", - "code": "fs", - "type":"radio", - "choices": { - "p": "Parked
", - "d": "Docked (Not Engaged)
", - "e": "Engaged
", - "a": "Attempted but failed
", - "x": "Not attempted" - }, - "defaultValue": "x" - }, - { "name": "If docked/engaged, total # of alliance
robots docked/engaged", - "code": "dn", - "type": "counter" - }, - { "name": "Did they knock their alliance
partners off the charge station?", - "code": "kop", - "type": "bool" - } - ], - "postmatch": [ - { "name": "Defense Rating", - "code": "dr", - "type": "radio", - "choices": { - "b": "Below Average (the thought was there)
", - "a": "Average (got in the way from time to time)
", - "g": "Good (was very annoying)
", - "e": "Excellent (An absolute menace)
", - "x": "Did not play defense" - }, - "defaultValue": "x" - }, - { "name": "Who did they play
defense against?", - "code": "wda", - "type": "text", - "size": 15, - "maxSize": 100 - }, - { "name": "Died/Immobilized", - "code": "die", - "type": "bool" - }, - { "name": "Tippy
(almost tipped over)", - "code": "tip", - "type": "bool" - }, - { "name": "Dropped Cones (>2)", - "code": "dc", - "type": "bool" - }, - { "name": "Comments", - "code": "co", - "type": "text", - "size": 15, - "maxSize": 10000 - } - ] -}`; From 8a2e87b46403f44f52554563eb195b809b340752 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 8 Oct 2023 21:02:58 -0400 Subject: [PATCH 101/137] Update CU_config.js Changed pre-match stuff --- 2023/CU_config.js | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 47ced7308..6bed1b753 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -1,14 +1,14 @@ var config_data = ` { - "title": "Scouting PASS 2023", - "page_title": "Charged Up", - "checkboxAs": "10", + "title": "Scouting PASS 2023-24 FTC edition", + "page_title": "Centerstage", + "checkboxAs": "10", "prematch": [ { "name": "Scouter Name", "code": "s", - "type": "scouter", + "type": "text", "size": 5, - "maxSize": 10, + "maxSize": 15, "required": "true" }, { "name": "Event", @@ -18,17 +18,6 @@ var config_data = ` "required": "true", "disabled": "true" }, - { "name": "Match Level", - "code": "l", - "type": "level", - "choices": { - "qm": "Quals
", - "de": "Double Elimination
", - "f": "Finals" - }, - "defaultValue": "qm", - "required": "true" - }, { "name": "Match #", "code": "m", "type": "match", @@ -43,9 +32,7 @@ var config_data = ` "r1": "Red-1", "b1": "Blue-1
", "r2": "Red-2", - "b2": "Blue-2
", - "r3": "Red-3", - "b3": "Blue-3" + "b2": "Blue-2
" }, "required":"true" }, @@ -53,12 +40,8 @@ var config_data = ` "code": "t", "type": "team", "min": 1, - "max": 99999 + "max": 999999 }, - { "name": "Is their robot
on the field?", - "code": "as", - "type": "bool" - } ], "auton": [ { "name": "Auton Scoring", From ccd379e013613596a8098f2df46e99685fbd20e8 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 8 Oct 2023 21:05:35 -0400 Subject: [PATCH 102/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6bed1b753..309f8f68a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -41,7 +41,7 @@ var config_data = ` "type": "team", "min": 1, "max": 999999 - }, + } ], "auton": [ { "name": "Auton Scoring", From 6f0454083612541d411371daeffde60c1fd941d7 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 8 Oct 2023 21:34:47 -0400 Subject: [PATCH 103/137] Update CU_config.js changed so it works now --- 2023/CU_config.js | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 309f8f68a..688991600 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -6,7 +6,7 @@ var config_data = ` "prematch": [ { "name": "Scouter Name", "code": "s", - "type": "text", + "type": "scouter", "size": 5, "maxSize": 15, "required": "true" @@ -25,7 +25,7 @@ var config_data = ` "max": 100, "required": "true" }, - { "name": "Alliance Station", + { "name": "Team Position", "code": "r", "type": "robot", "choices": { @@ -36,12 +36,30 @@ var config_data = ` }, "required":"true" }, + { "name": "Match Level", + "code": "l", + "type": "level", + "choices": { + "qm": "Qualification
" + "el": "Elimination" + } + "defaultValue": "qm", + } { "name": "Team #", "code": "t", "type": "team", "min": 1, "max": 999999 - } + }, + { "name": "Staring piece", + "code": "as", + "type": "radio", + "choices": { + "px": "Pixel", + "tp": "Team Prop" + } + "defaultValue": "px" + } ], "auton": [ { "name": "Auton Scoring", From 92e827fa8f93afa0059f0816df662c1c16c2c3ba Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 8 Oct 2023 21:37:58 -0400 Subject: [PATCH 104/137] Update CU_config.js --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 688991600..6bfda6e93 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -40,10 +40,10 @@ var config_data = ` "code": "l", "type": "level", "choices": { - "qm": "Qualification
" + "qm": "Qualification
", "el": "Elimination" } - "defaultValue": "qm", + "defaultValue": "qm" } { "name": "Team #", "code": "t", From e8dd9a4d51c4e5004afdba3edfea4900bee75e76 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 8 Oct 2023 21:41:30 -0400 Subject: [PATCH 105/137] Update CU_config.js --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6bfda6e93..d7638f292 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -34,7 +34,7 @@ var config_data = ` "r2": "Red-2", "b2": "Blue-2
" }, - "required":"true" + "required": "true" }, { "name": "Match Level", "code": "l", @@ -44,7 +44,7 @@ var config_data = ` "el": "Elimination" } "defaultValue": "qm" - } + }, { "name": "Team #", "code": "t", "type": "team", From fc04690244ac1df98006994a5b1809071a0bc596 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sun, 8 Oct 2023 21:43:28 -0400 Subject: [PATCH 106/137] Update CU_config.js --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index d7638f292..1591a0c34 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -42,7 +42,7 @@ var config_data = ` "choices": { "qm": "Qualification
", "el": "Elimination" - } + }, "defaultValue": "qm" }, { "name": "Team #", @@ -57,7 +57,7 @@ var config_data = ` "choices": { "px": "Pixel", "tp": "Team Prop" - } + }, "defaultValue": "px" } ], From 5eb46e685bdd0a4e444c803869586bf440351458 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 19:24:46 -0400 Subject: [PATCH 107/137] Update CU_config.js Changed position of match level to hopefully make it work again --- 2023/CU_config.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 1591a0c34..dd4116943 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -18,6 +18,15 @@ var config_data = ` "required": "true", "disabled": "true" }, + { "name": "Match Level", + "code": "l", + "type": "level", + "choices": { + "qm": "Qualification
", + "el": "Elimination" + }, + "defaultValue": "qm" + }, { "name": "Match #", "code": "m", "type": "match", @@ -36,20 +45,12 @@ var config_data = ` }, "required": "true" }, - { "name": "Match Level", - "code": "l", - "type": "level", - "choices": { - "qm": "Qualification
", - "el": "Elimination" - }, - "defaultValue": "qm" - }, { "name": "Team #", "code": "t", "type": "team", "min": 1, "max": 999999 + "required": "true" }, { "name": "Staring piece", "code": "as", From 4f27cf6132b3bd87c9e03abd89ac738be53b043b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 19:37:09 -0400 Subject: [PATCH 108/137] Update CU_config.js Changing one thing at a time until it all works --- 2023/CU_config.js | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index dd4116943..870828d35 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -1,14 +1,14 @@ var config_data = ` { - "title": "Scouting PASS 2023-24 FTC edition", - "page_title": "Centerstage", - "checkboxAs": "10", + "title": "Scouting PASS 2023", + "page_title": "Charged Up", + "checkboxAs": "10", "prematch": [ { "name": "Scouter Name", "code": "s", "type": "scouter", "size": 5, - "maxSize": 15, + "maxSize": 10, "required": "true" }, { "name": "Event", @@ -18,15 +18,17 @@ var config_data = ` "required": "true", "disabled": "true" }, - { "name": "Match Level", - "code": "l", - "type": "level", - "choices": { - "qm": "Qualification
", - "el": "Elimination" - }, - "defaultValue": "qm" - }, + { "name": "Match Level", + "code": "l", + "type": "level", + "choices": { + "qm": "Quals
", + "de": "Double Elimination
", + "f": "Finals" + }, + "defaultValue": "qm", + "required": "true" + }, { "name": "Match #", "code": "m", "type": "match", @@ -34,27 +36,28 @@ var config_data = ` "max": 100, "required": "true" }, - { "name": "Team Position", + { "name": "Alliance Station", "code": "r", "type": "robot", "choices": { "r1": "Red-1", "b1": "Blue-1
", "r2": "Red-2", - "b2": "Blue-2
" + "b2": "Blue-2
", + "r3": "Red-3", + "b3": "Blue-3" }, - "required": "true" + "required":"true" }, { "name": "Team #", "code": "t", "type": "team", "min": 1, - "max": 999999 - "required": "true" + "max": 99999 }, - { "name": "Staring piece", - "code": "as", - "type": "radio", + { "name": "Is their robot
on the field?", + "code": "as", + "type": "radio", "choices": { "px": "Pixel", "tp": "Team Prop" From fe23bebacda0209f8efd63eda57999968f648ea7 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 19:41:09 -0400 Subject: [PATCH 109/137] Update CU_config.js deleted the default value from the 'auton starting position' code because I think that's the problem --- 2023/CU_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 870828d35..16cb89270 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -61,8 +61,7 @@ var config_data = ` "choices": { "px": "Pixel", "tp": "Team Prop" - }, - "defaultValue": "px" + } } ], "auton": [ From 9d6c18ff8bf2f0194438af8eba34ee17d02303c0 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 19:51:34 -0400 Subject: [PATCH 110/137] Update CU_config.js 'auton start position' twas the problem :( --- 2023/CU_config.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 16cb89270..ab192b4a1 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -55,13 +55,18 @@ var config_data = ` "min": 1, "max": 99999 }, - { "name": "Is their robot
on the field?", - "code": "as", - "type": "radio", + { "name": "Are they using
a pixel or team prop?", + "code": "spi", + "type": "radio", "choices": { "px": "Pixel", "tp": "Team Prop" } + "defaultValue": "px" + }, + { "name": "Is their robot
on the field?", + "code": "as", + "type": "bool" } ], "auton": [ From c69b85a2032d1006b3b2a16e79c70571640e54fe Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 19:52:56 -0400 Subject: [PATCH 111/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index ab192b4a1..87d6e7452 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -61,7 +61,7 @@ var config_data = ` "choices": { "px": "Pixel", "tp": "Team Prop" - } + }, "defaultValue": "px" }, { "name": "Is their robot
on the field?", From afdd620e7ba4168e211c339701499c6b85fca259 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 20:02:27 -0400 Subject: [PATCH 112/137] Update CU_config.js Updating everything else after finding the problem --- 2023/CU_config.js | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 87d6e7452..525cf3cc7 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -1,30 +1,28 @@ var config_data = ` { - "title": "Scouting PASS 2023", - "page_title": "Charged Up", + "title": "Scouting PASS 2023-24 FTC edition", + "page_title": "Centerstage", "checkboxAs": "10", "prematch": [ { "name": "Scouter Name", "code": "s", "type": "scouter", "size": 5, - "maxSize": 10, + "maxSize": 15, "required": "true" }, { "name": "Event", "code": "e", "type": "event", "defaultValue": "2023mirr", - "required": "true", - "disabled": "true" + "required": "true" }, { "name": "Match Level", "code": "l", "type": "level", "choices": { - "qm": "Quals
", - "de": "Double Elimination
", - "f": "Finals" + "qm": "Qualifications
", + "de": "Eliminations" }, "defaultValue": "qm", "required": "true" @@ -43,9 +41,7 @@ var config_data = ` "r1": "Red-1", "b1": "Blue-1
", "r2": "Red-2", - "b2": "Blue-2
", - "r3": "Red-3", - "b3": "Blue-3" + "b2": "Blue-2" }, "required":"true" }, From f218e6c8afb055949c31a9b5b8c53fc082875393 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 20:19:29 -0400 Subject: [PATCH 113/137] Update CU_config.js Changing things for clarity --- 2023/CU_config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 525cf3cc7..4f68fe99b 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -34,14 +34,14 @@ var config_data = ` "max": 100, "required": "true" }, - { "name": "Alliance Station", + { "name": "Robot Position", "code": "r", "type": "robot", "choices": { - "r1": "Red-1", - "b1": "Blue-1
", - "r2": "Red-2", - "b2": "Blue-2" + "r1": "Red backdrop", + "b1": "Blue backdrop
", + "r2": "Red landing zone", + "b2": "Blue landing zone" }, "required":"true" }, From f1368289c7727408cb3b936c44481b16a812e60e Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 20:40:30 -0400 Subject: [PATCH 114/137] Update CU_config.js Changes to all of auton code to FTC stuff --- 2023/CU_config.js | 51 +++++++++++++++++++---------------------------- 1 file changed, 21 insertions(+), 30 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 4f68fe99b..6f3d1bc92 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -66,36 +66,27 @@ var config_data = ` } ], "auton": [ - { "name": "Auton Scoring", - "code": "asg", - "type": "clickable_image", - "filename": "2023/grid_image.png", - "dimensions": "9 4", - "clickRestriction": "onePerBox", - "toggleClick": "true", - "showFlip": "false", - "showUndo": "false", - "shape": "circle 12 black red true" - }, - { "name": "Dropped Game Pieces", - "code": "adp", - "type": "counter" - }, - { "name": "Crossed the
Community Line", - "code": "am", - "type": "bool" - }, - { "name": "Docked", - "code": "ad", - "type":"radio", - "choices": { - "d": "Docked (not Engaged)
", - "e": "Engaged
", - "a": "Attempted but failed
", - "x": "Not attempted" - }, - "defaultValue": "x" - } + { "name": "Did the robot park
in the Backstage?", + "code": "prk", + "type": "bool" + }, + { "name": "Purple pixel on
randomized line", + "code": "plr", + "type": "bool" + }, + { "name": "Yellow pixel on
correct Backdrop position", + "code": "ybr", + "type": "bool" + }, + { "name": "All pixels in the Backdrop", + "code": "abd", + "type": "counter" + "defaultValue": 0 + }, + { "name": "All pixels in the Backstage", + "code": "abs", + "type": "counter" + } ], "teleop": [ { "name": "Grid Scoring", From 57b166c59da5128853858d092326b5876e1779fc Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 20:49:29 -0400 Subject: [PATCH 115/137] Update CU_config.js --- 2023/CU_config.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 6f3d1bc92..b381d5e1c 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,10 +38,10 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red backdrop", + "r1": "Red backdrop
", "b1": "Blue backdrop
", - "r2": "Red landing zone", - "b2": "Blue landing zone" + "r2": "Red landing zone
", + "b2": "Blue landing zone
" }, "required":"true" }, @@ -78,14 +78,15 @@ var config_data = ` "code": "ybr", "type": "bool" }, - { "name": "All pixels in the Backdrop", + { "name": "All pixels they placed
in the Backdrop", "code": "abd", - "type": "counter" + "type": "counter", "defaultValue": 0 }, - { "name": "All pixels in the Backstage", + { "name": "All pixels they placed
in the Backstage", "code": "abs", - "type": "counter" + "type": "counter", + "defaultValue": 0 } ], "teleop": [ From ddfd2104e64ad6c4cb32a940aed7b9b0196d11d3 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 20:55:00 -0400 Subject: [PATCH 116/137] Update CU_config.js --- 2023/CU_config.js | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index b381d5e1c..a1f47b785 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -90,16 +90,10 @@ var config_data = ` } ], "teleop": [ - { "name": "Grid Scoring", - "code": "tsg", - "type": "clickable_image", - "filename": "2023/grid_image.png", - "dimensions": "9 4", - "clickRestriction": "onePerBox", - "toggleClick": "true", - "showFlip": "false", - "showUndo": "false", - "shape": "circle 12 black red true" + { "name": "Pixel's placed on
Backdrop in teleop", + "code": "tbd", + "type: "counter", + "defaultValue": 0 }, { "name": "Feeder Count
(Fed another bot)", "code": "tfc", From 849683e3724bf439eaba222c9a4c15d4ad6454bf Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:01:23 -0400 Subject: [PATCH 117/137] Update CU_config.js back to trying to be able to get off of the pre-match page --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index a1f47b785..cae3f46a6 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,9 +38,9 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red backdrop
", + "r1": "Red backdrop ", "b1": "Blue backdrop
", - "r2": "Red landing zone
", + "r2": "Red landing zone ", "b2": "Blue landing zone
" }, "required":"true" From 8542e242edebb16be490edccdc79a9d0670bb988 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:02:47 -0400 Subject: [PATCH 118/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index cae3f46a6..f1687692f 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -92,7 +92,7 @@ var config_data = ` "teleop": [ { "name": "Pixel's placed on
Backdrop in teleop", "code": "tbd", - "type: "counter", + "type": "counter", "defaultValue": 0 }, { "name": "Feeder Count
(Fed another bot)", From 0c2cf62b67e43bfc85addbfea975af37e44c50f5 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:03:46 -0400 Subject: [PATCH 119/137] Update CU_config.js --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index f1687692f..16ed222ca 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,9 +38,9 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red backdrop ", + "r1": "Red backdrop", "b1": "Blue backdrop
", - "r2": "Red landing zone ", + "r2": "Red landing zone", "b2": "Blue landing zone
" }, "required":"true" From 1ae97298d66d3483bbef03f3c64c24c0b16f85e0 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:05:08 -0400 Subject: [PATCH 120/137] Update CU_config.js let's try that --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 16ed222ca..1cf26e835 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,7 +38,7 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red backdrop", + "r1": "Red backdrop ", "b1": "Blue backdrop
", "r2": "Red landing zone", "b2": "Blue landing zone
" From f3724c7d43df79a6f89f42dbd43ae3bf66bb8806 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:08:01 -0400 Subject: [PATCH 121/137] Update CU_config.js it might just need a little more... --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 1cf26e835..cc516aa1a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,7 +38,7 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red backdrop ", + "r1": "Red backdrop ", "b1": "Blue backdrop
", "r2": "Red landing zone", "b2": "Blue landing zone
" From 4239e632b05da6f2f6009a4a8ba5abd9b98a81b5 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:38:13 -0400 Subject: [PATCH 122/137] Update CU_config.js lots of changes and hoping it works (don't try this at home kids) --- 2023/CU_config.js | 108 +++++++++++++++++----------------------------- 1 file changed, 40 insertions(+), 68 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index cc516aa1a..4c980223a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,7 +38,7 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red backdrop ", + "r1": "Red backdrop", "b1": "Blue backdrop
", "r2": "Red landing zone", "b2": "Blue landing zone
" @@ -80,94 +80,62 @@ var config_data = ` }, { "name": "All pixels they placed
in the Backdrop", "code": "abd", - "type": "counter", - "defaultValue": 0 + "type": "counter" }, { "name": "All pixels they placed
in the Backstage", "code": "abs", - "type": "counter", - "defaultValue": 0 + "type": "counter" } ], "teleop": [ { "name": "Pixel's placed on
Backdrop in teleop", "code": "tbd", - "type": "counter", - "defaultValue": 0 + "type": "counter" }, - { "name": "Feeder Count
(Fed another bot)", - "code": "tfc", + { "name": "Pixels placed in
Backstage in teleop", + "code": "tbs", "type": "counter" }, - { "name": "Was Fed
Game Pieces", - "code": "wf", - "type": "bool" - }, - { "name": "If defended, who defended this bot
(if not defended, leave blank)", - "code": "who", - "type": "text" + { "name": "Mosaics count", + "code": "tm", + "type": "counter" }, - { "name": "Picks up from
double substation table", - "code": "dss", - "type": "bool" - }, - { "name": "Can pick up cones
from any orientation", - "code": "cao", - "type": "bool" - }, - { "name": "Floor Pickup", - "code": "fpu", + { "name": "Lines crossed on
the backdrop", + "code": "bdl", "type": "radio", - "choices": { - "o": "Cones
", - "u": "Cubes
", - "b": "Both
", - "x": "Not Attempted" - }, - "defaultValue": "x" - } - ], + "choices": { + "l0": "No lines", + "l1": "First line", + "l2": "Second line", + "l3": "Third line" + }, + "defaultValue": 0 + }, "endgame": [ { "name": "Final Position", - "code": "fs", + "code": "fp", "type":"radio", "choices": { - "p": "Parked
", - "d": "Docked (Not Engaged)
", - "e": "Engaged
", - "a": "Attempted but failed
", - "x": "Not attempted" + "p": "Parked in the Backstage
", + "s": "Suspended from the rigging", + "a": "Attempted suspension", + "x": "No special position" }, "defaultValue": "x" }, - { "name": "If docked/engaged, total # of alliance
robots docked/engaged", - "code": "dn", - "type": "counter" - }, - { "name": "Did they knock their alliance
partners off the charge station?", - "code": "kop", - "type": "bool" + { "name": "Drone launch zone", + "code": "dlz", + "type": "radio", + "choices": { + "z0": "No drone launch", + "z1": "Zone 1", + "z2": "Zone 2", + "z3": "Zone 3" + }, + "defaultValue": "z0" } ], "postmatch": [ - { "name": "Defense Rating", - "code": "dr", - "type": "radio", - "choices": { - "b": "Below Average (the thought was there)
", - "a": "Average (got in the way from time to time)
", - "g": "Good (was very annoying)
", - "e": "Excellent (An absolute menace)
", - "x": "Did not play defense" - }, - "defaultValue": "x" - }, - { "name": "Who did they play
defense against?", - "code": "wda", - "type": "text", - "size": 15, - "maxSize": 100 - }, { "name": "Died/Immobilized", "code": "die", "type": "bool" @@ -176,10 +144,14 @@ var config_data = ` "code": "tip", "type": "bool" }, - { "name": "Dropped Cones (>2)", - "code": "dc", + { "name": "Dropped Pixel (>4)", + "code": "dp", "type": "bool" }, + { "name": "Many penalties? (noticable)", + "code": "p", + "type": "bool" + }, { "name": "Comments", "code": "co", "type": "text", From ad39191c52d6f77b1395555b593ffa1a86d11cbe Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:40:52 -0400 Subject: [PATCH 123/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 4c980223a..81ce91bdd 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -156,7 +156,7 @@ var config_data = ` "code": "co", "type": "text", "size": 15, - "maxSize": 10000 + "maxSize": 100000 } ] }`; From ce47e31e213476ed21d6d6274b5913fc496d90ee Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:43:03 -0400 Subject: [PATCH 124/137] Update CU_config.js --- 2023/CU_config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/2023/CU_config.js b/2023/CU_config.js index 81ce91bdd..8ef2d227f 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -111,6 +111,7 @@ var config_data = ` }, "defaultValue": 0 }, +], "endgame": [ { "name": "Final Position", "code": "fp", From b0329e6db3ba10a830711b0c5be4ecd383d8b7b7 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:44:37 -0400 Subject: [PATCH 125/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 8ef2d227f..1c67750b7 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -111,7 +111,7 @@ var config_data = ` }, "defaultValue": 0 }, -], + ], "endgame": [ { "name": "Final Position", "code": "fp", From 78a707cf655f3dc1c7ab0bf43bc2a22cf9dc23c9 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:46:26 -0400 Subject: [PATCH 126/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 1c67750b7..175a95319 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -110,7 +110,7 @@ var config_data = ` "l3": "Third line" }, "defaultValue": 0 - }, + } ], "endgame": [ { "name": "Final Position", From 8d1189b235ef8c31442aef61330bd352b2d0f4f7 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 10 Oct 2023 21:49:24 -0400 Subject: [PATCH 127/137] Update CU_config.js --- 2023/CU_config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 175a95319..3d2b2a1b7 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -104,9 +104,9 @@ var config_data = ` "code": "bdl", "type": "radio", "choices": { - "l0": "No lines", - "l1": "First line", - "l2": "Second line", + "l0": "No lines
", + "l1": "First line
", + "l2": "Second line
", "l3": "Third line" }, "defaultValue": 0 @@ -118,8 +118,8 @@ var config_data = ` "type":"radio", "choices": { "p": "Parked in the Backstage
", - "s": "Suspended from the rigging", - "a": "Attempted suspension", + "s": "Suspended from the rigging
", + "a": "Attempted suspension
", "x": "No special position" }, "defaultValue": "x" @@ -128,9 +128,9 @@ var config_data = ` "code": "dlz", "type": "radio", "choices": { - "z0": "No drone launch", - "z1": "Zone 1", - "z2": "Zone 2", + "z0": "No drone launch
", + "z1": "Zone 1
", + "z2": "Zone 2
", "z3": "Zone 3" }, "defaultValue": "z0" @@ -145,7 +145,7 @@ var config_data = ` "code": "tip", "type": "bool" }, - { "name": "Dropped Pixel (>4)", + { "name": "Dropped Pixels (>4)", "code": "dp", "type": "bool" }, From 2af2c82bbbd1b6c93e7e5a47f97978a63017df2d Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 11:00:04 -0400 Subject: [PATCH 128/137] Update TBAInterface.js Change: getting information from Blue Alliance API to Orange Alliance API --- resources/js/TBAInterface.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/TBAInterface.js b/resources/js/TBAInterface.js index 8887e1e4b..e3102af02 100644 --- a/resources/js/TBAInterface.js +++ b/resources/js/TBAInterface.js @@ -10,9 +10,9 @@ var authKey = "uTHeEfPigDp9huQCpLNkWK7FBQIb01Qrzvt4MAjh9z2WQDkrsvNE77ch6bOPvPb6" function getTeams(eventCode) { if (authKey) { var xmlhttp = new XMLHttpRequest(); - var url = "https://www.thebluealliance.com/api/v3/event/" + eventCode + "/teams/simple"; + var url = "https://www.theorangealliance.org/api/event/" + eventCode + "/teams"; xmlhttp.open("GET", url, true); - xmlhttp.setRequestHeader("X-TBA-Auth-Key", authKey); + xmlhttp.setRequestHeader("X-TOA-Key", authKey); xmlhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { var response = this.responseText; @@ -32,9 +32,9 @@ function getTeams(eventCode) { function getSchedule(eventCode) { if (authKey) { var xmlhttp = new XMLHttpRequest(); - var url = "https://www.thebluealliance.com/api/v3/event/" + eventCode + "/matches/simple"; + var url = "https://www.theorangealliance.org/api/event/" + eventCode + "/teams"; xmlhttp.open("GET", url, true); - xmlhttp.setRequestHeader("X-TBA-Auth-Key", authKey); + xmlhttp.setRequestHeader("X-TOA-Key", authKey); xmlhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { var response = this.responseText; From 12cc79ec841c6b65eb3b079c0233ae26a0f79b22 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 11:06:10 -0400 Subject: [PATCH 129/137] Update CU_config.js Seeing if I change the name of the of the starting position --- 2023/CU_config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 3d2b2a1b7..bd627545f 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,10 +38,10 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red backdrop", - "b1": "Blue backdrop
", - "r2": "Red landing zone", - "b2": "Blue landing zone
" + "r1": "Red 1, + "b1": "Blue 1
", + "r2": "Red 2", + "b2": "Blue 2
" }, "required":"true" }, From 05be6664351bc8eac571fb35abcb85368e5f4e9c Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 11:07:42 -0400 Subject: [PATCH 130/137] Update CU_config.js --- 2023/CU_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index bd627545f..5cf8545ac 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -42,8 +42,7 @@ var config_data = ` "b1": "Blue 1
", "r2": "Red 2", "b2": "Blue 2
" - }, - "required":"true" + } }, { "name": "Team #", "code": "t", From 688cff376702fff4745c76d5f6c5b269de3bd70d Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 11:23:24 -0400 Subject: [PATCH 131/137] Update CU_config.js --- 2023/CU_config.js | 11 ++++++----- resources/js/TBAInterface.js | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 5cf8545ac..e1d147d02 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -38,11 +38,12 @@ var config_data = ` "code": "r", "type": "robot", "choices": { - "r1": "Red 1, - "b1": "Blue 1
", - "r2": "Red 2", - "b2": "Blue 2
" - } + "r1": "Red backdrop", + "b1": "Blue backdrop
", + "r2": "Red landing zone", + "b2": "Blue landing zone
" + }, + "required": "true" }, { "name": "Team #", "code": "t", diff --git a/resources/js/TBAInterface.js b/resources/js/TBAInterface.js index e3102af02..25640bd5b 100644 --- a/resources/js/TBAInterface.js +++ b/resources/js/TBAInterface.js @@ -10,9 +10,9 @@ var authKey = "uTHeEfPigDp9huQCpLNkWK7FBQIb01Qrzvt4MAjh9z2WQDkrsvNE77ch6bOPvPb6" function getTeams(eventCode) { if (authKey) { var xmlhttp = new XMLHttpRequest(); - var url = "https://www.theorangealliance.org/api/event/" + eventCode + "/teams"; + var url = "https://www.thebluealliance.com/api/v3/event/" + eventCode + "/teams/simple"; xmlhttp.open("GET", url, true); - xmlhttp.setRequestHeader("X-TOA-Key", authKey); + xmlhttp.setRequestHeader("X-TBA-Auth-Key", authKey); xmlhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { var response = this.responseText; @@ -32,9 +32,9 @@ function getTeams(eventCode) { function getSchedule(eventCode) { if (authKey) { var xmlhttp = new XMLHttpRequest(); - var url = "https://www.theorangealliance.org/api/event/" + eventCode + "/teams"; + var url = "https://www.thebluealliance.com/api/v3/event/" + eventCode + "/teams/simple"; xmlhttp.open("GET", url, true); - xmlhttp.setRequestHeader("X-TOA-Key", authKey); + xmlhttp.setRequestHeader("X-TBA-Auth-Key", authKey); xmlhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { var response = this.responseText; From 1ea9b4bdfa0e371fa6872ca3539442f406a98da3 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 12:22:37 -0400 Subject: [PATCH 132/137] Update CU_config.js trying to get blue to work again --- 2023/CU_config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index e1d147d02..67dea1c1d 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -42,7 +42,9 @@ var config_data = ` "b1": "Blue backdrop
", "r2": "Red landing zone", "b2": "Blue landing zone
" - }, + "r3": " ", + "b3": " ", + }, "required": "true" }, { "name": "Team #", From 127592aa580f4ef6708f828cd179c98613cf45f7 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 12:26:37 -0400 Subject: [PATCH 133/137] Update CU_config.js --- 2023/CU_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 67dea1c1d..a2498bf68 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -43,7 +43,7 @@ var config_data = ` "r2": "Red landing zone", "b2": "Blue landing zone
" "r3": " ", - "b3": " ", + "b3": " " }, "required": "true" }, From ce320bdd38820c16a2c39e7000b8bcf3205d3449 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 12:34:45 -0400 Subject: [PATCH 134/137] Update CU_config.js --- 2023/CU_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index a2498bf68..1895a949a 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -42,8 +42,8 @@ var config_data = ` "b1": "Blue backdrop
", "r2": "Red landing zone", "b2": "Blue landing zone
" - "r3": " ", - "b3": " " + "r3": "test", + "b3": "testy" }, "required": "true" }, From a0a0bffb19a751f6cd3f6ebc357cab3705f5cd2b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Sat, 21 Oct 2023 12:41:15 -0400 Subject: [PATCH 135/137] Update CU_config.js --- 2023/CU_config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 1895a949a..e257e86a8 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -41,9 +41,9 @@ var config_data = ` "r1": "Red backdrop", "b1": "Blue backdrop
", "r2": "Red landing zone", - "b2": "Blue landing zone
" - "r3": "test", - "b3": "testy" + "b2": "Blue landing zone
", + "r3": " ", + "b3": " " }, "required": "true" }, From a74985d77e8ea444633a8e088387f9d15e57847c Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 26 Oct 2023 18:51:55 -0400 Subject: [PATCH 136/137] Update CU_config.js deleted mosaics because i think it's stupid --- 2023/CU_config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index e257e86a8..4d45f177d 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -98,10 +98,6 @@ var config_data = ` "code": "tbs", "type": "counter" }, - { "name": "Mosaics count", - "code": "tm", - "type": "counter" - }, { "name": "Lines crossed on
the backdrop", "code": "bdl", "type": "radio", From 3b66a11ff42ba5967c2b507f02b40b04f43fcd91 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Thu, 26 Oct 2023 19:03:44 -0400 Subject: [PATCH 137/137] Update CU_config.js deleting the defaultValue for the Event since this won't work for FTC --- 2023/CU_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/2023/CU_config.js b/2023/CU_config.js index 4d45f177d..103cc7b02 100644 --- a/2023/CU_config.js +++ b/2023/CU_config.js @@ -14,7 +14,6 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2023mirr", "required": "true" }, { "name": "Match Level",