From 609012996a25023489e1fef33e88c6895d853f1c Mon Sep 17 00:00:00 2001 From: Prashant Kondayapalepu Date: Sun, 25 Feb 2024 19:10:39 -0800 Subject: [PATCH 1/7] Added new auto system --- 2024/crescendo_config.js | 4 ++-- docs/GoogleSheets.md | 4 ++-- index.html | 18 ++++++------------ 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/2024/crescendo_config.js b/2024/crescendo_config.js index e186e7d5b..d9c6b533b 100644 --- a/2024/crescendo_config.js +++ b/2024/crescendo_config.js @@ -15,7 +15,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2023tnkn", + "defaultValue": "2024tnkn", "required": "true" }, { "name": "Match Level", @@ -77,7 +77,7 @@ var config_data = ` "code": "ass", "type": "counter" }, - { "name": "Auto Position Reached(Click each time to place a circle to map the path)", + { "name": "Auto Position Reached", "code": "at", "type": "clickable_image", "filename": "2024/field_image.png", diff --git a/docs/GoogleSheets.md b/docs/GoogleSheets.md index 850f8cc41..328836b0b 100644 --- a/docs/GoogleSheets.md +++ b/docs/GoogleSheets.md @@ -44,8 +44,8 @@ There is an extensive set-up process described in following section. Follow the 1. Create spreadheet * Create a new Google Spreadsheet on your Google Drive. * The "Sheet" needs to be named "Sheet1" - * The first column header should be labeled "Date" - * Create headers for all of your data elements (avoid spaces; not tested with spaces) + * The first column header shoud be labeled "Date" + * Create headers for all of youlr data elements (avoid spaces; not tested with spaces) 3. Add script * While still in the spreadsheet click Extensions -> Apps Script * Update the project name from "Untitled project" to something meaningful to you diff --git a/index.html b/index.html index bde1c5b9e..09e50a95b 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,7 @@
-
- +

PWNAGE
Scouting 2020

pre-match

@@ -27,8 +26,7 @@

pre-match

-
- +

PWnAGE
Scouting 2020

Auton

@@ -38,8 +36,7 @@

Auton

-
- +

PWnAGE
Scouting 2020

Teleop

@@ -49,8 +46,7 @@

Teleop

-
- +

PWnAGE
Scouting 2020

Endgame

@@ -60,8 +56,7 @@

Endgame

-
- +

PWnAGE
Scouting 2020

Miscellaneous

@@ -71,8 +66,7 @@

Miscellaneous

-
- +

PWnAGE
Scouting 2020

Generate QR Code

From b1b4b215766d85d66a5ff651e5ce5d26049ce47c Mon Sep 17 00:00:00 2001 From: Prashant Kondayapalepu Date: Sun, 25 Feb 2024 23:05:36 -0800 Subject: [PATCH 2/7] color redesign --- 2024/crescendo_config.js | 2 +- index.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/2024/crescendo_config.js b/2024/crescendo_config.js index d9c6b533b..58265fabb 100644 --- a/2024/crescendo_config.js +++ b/2024/crescendo_config.js @@ -15,7 +15,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2024tnkn", + "defaultValue": "2023tnkn", "required": "true" }, { "name": "Match Level", diff --git a/index.html b/index.html index 09e50a95b..468ebcc3d 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
-
+

PWNAGE
Scouting 2020

pre-match

@@ -26,7 +26,7 @@

pre-match

-
+

PWnAGE
Scouting 2020

Auton

@@ -36,7 +36,7 @@

Auton

-
+

PWnAGE
Scouting 2020

Teleop

@@ -46,7 +46,7 @@

Teleop

-
+

PWnAGE
Scouting 2020

Endgame

@@ -56,7 +56,7 @@

Endgame

-
+

PWnAGE
Scouting 2020

Miscellaneous

@@ -66,7 +66,7 @@

Miscellaneous

-
+

PWnAGE
Scouting 2020

Generate QR Code

From 3d8a554c082318a5e0948cc799b179b9aa1e36d9 Mon Sep 17 00:00:00 2001 From: Prashant Kondayapalepu Date: Mon, 26 Feb 2024 17:07:14 -0800 Subject: [PATCH 3/7] Added logo for frc team --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 468ebcc3d..bde1c5b9e 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,7 @@
+

PWNAGE
Scouting 2020

pre-match

@@ -27,6 +28,7 @@

pre-match

+

PWnAGE
Scouting 2020

Auton

@@ -37,6 +39,7 @@

Auton

+

PWnAGE
Scouting 2020

Teleop

@@ -47,6 +50,7 @@

Teleop

+

PWnAGE
Scouting 2020

Endgame

@@ -57,6 +61,7 @@

Endgame

+

PWnAGE
Scouting 2020

Miscellaneous

@@ -67,6 +72,7 @@

Miscellaneous

+

PWnAGE
Scouting 2020

Generate QR Code

From 19ce6272fbd4e9dcc7a11d87991ea27c3a5b1931 Mon Sep 17 00:00:00 2001 From: Prashant Kondayapalepu Date: Tue, 27 Feb 2024 09:27:12 -0800 Subject: [PATCH 4/7] fixed spelling issues --- docs/GoogleSheets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GoogleSheets.md b/docs/GoogleSheets.md index 328836b0b..850f8cc41 100644 --- a/docs/GoogleSheets.md +++ b/docs/GoogleSheets.md @@ -44,8 +44,8 @@ There is an extensive set-up process described in following section. Follow the 1. Create spreadheet * Create a new Google Spreadsheet on your Google Drive. * The "Sheet" needs to be named "Sheet1" - * The first column header shoud be labeled "Date" - * Create headers for all of youlr data elements (avoid spaces; not tested with spaces) + * The first column header should be labeled "Date" + * Create headers for all of your data elements (avoid spaces; not tested with spaces) 3. Add script * While still in the spreadsheet click Extensions -> Apps Script * Update the project name from "Untitled project" to something meaningful to you From b80c83c3f71c7337efa1298ee24a59a30feb641c Mon Sep 17 00:00:00 2001 From: Prashant Kondayapalepu Date: Tue, 27 Feb 2024 09:50:51 -0800 Subject: [PATCH 5/7] Added instructions --- 2024/crescendo_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/crescendo_config.js b/2024/crescendo_config.js index 58265fabb..e186e7d5b 100644 --- a/2024/crescendo_config.js +++ b/2024/crescendo_config.js @@ -77,7 +77,7 @@ var config_data = ` "code": "ass", "type": "counter" }, - { "name": "Auto Position Reached", + { "name": "Auto Position Reached(Click each time to place a circle to map the path)", "code": "at", "type": "clickable_image", "filename": "2024/field_image.png", From 46887ca8846a4fdb53fa2773475c30e6a1899fd9 Mon Sep 17 00:00:00 2001 From: Prashant Kondayapalepu Date: Fri, 1 Mar 2024 23:18:58 -0800 Subject: [PATCH 6/7] Configured SVR day1 match lineups --- 2024/crescendo_config.js | 2 +- resources/js/TBAInterface.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2024/crescendo_config.js b/2024/crescendo_config.js index e186e7d5b..2556383e3 100644 --- a/2024/crescendo_config.js +++ b/2024/crescendo_config.js @@ -15,7 +15,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2023tnkn", + "defaultValue": "2024casj", "required": "true" }, { "name": "Match Level", diff --git a/resources/js/TBAInterface.js b/resources/js/TBAInterface.js index 8887e1e4b..a0c4c9bd5 100644 --- a/resources/js/TBAInterface.js +++ b/resources/js/TBAInterface.js @@ -1,7 +1,7 @@ // TBAInterface funcitons to pull data from TheBlueAlliance.com var teams = null; var schedule = null; -var authKey = "uTHeEfPigDp9huQCpLNkWK7FBQIb01Qrzvt4MAjh9z2WQDkrsvNE77ch6bOPvPb6"; +var authKey = "zdg1CFOM0AojfMxByypNJKk7E0d4POvHsdNClZ9Hj3ov0ryfm46ElFwZ9QeL6JEU"; /** * Get list of teams in event * From 50e10cfbb13c209ed18d45baff3d6d2400c55089 Mon Sep 17 00:00:00 2001 From: Araav Nayak <104335810+AraavNayak@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:05:41 -0700 Subject: [PATCH 7/7] Update crescendo_pit_config.js --- 2024/crescendo_pit_config.js | 99 +++++++++++++----------------------- 1 file changed, 36 insertions(+), 63 deletions(-) diff --git a/2024/crescendo_pit_config.js b/2024/crescendo_pit_config.js index ce66a3f1d..22411a39f 100644 --- a/2024/crescendo_pit_config.js +++ b/2024/crescendo_pit_config.js @@ -9,83 +9,56 @@ var config_data = ` "code": "t", "type": "number" }, - { "name": "Width", + { "name": "Scoring capability", "code": "wid", - "type": "number", - "defaultValue": "0" + "type": "radio", + "choices": { + "a": "Amp
", + "s": "Speaker
", + "b": "Both
" + } }, - { "name": "Weight", + { "name": "Can they hang from chain?", "code": "wei", - "type": "number", - "defaultValue": "0" - }, - { "name": "Drivetrain", - "code": "drv", "type": "radio", "choices": { - "s": "Swerve
", - "w": "West Coast/Tank
", - "b": "Butterfly/Grashopper
", - "m": "Mechanum
", - "o": "Other" - }, - "defaultValue": "o" + "yes_chain": "Yes with harmony
", + "half_chain": "Yes but no harmony
", + "no_chain": "No
" + } }, - { "name": "Other Drivetrain", - "code": "odt", - "type": "text", - "size": 20, - "maxSize": 50 + { "name": "Average Cycle time", + "code": "drv", + "type": "number" }, - { "name": "Swerve Ratio", - "code": "sr", + { "name": "Average Cycles", + "code": "drv", + "type": "number" + }, + { "name": "Pickup", + "code": "odt", "type": "radio", "choices": { - "1": "L1 (8.14:1)
", - "2": "L2 (6.75:1)
", - "3": "L3 (6.12:1)
", - "4": "L4 (5.14:1)
", - "o": "Other ratio (put in comments)
", - "x": "Not Swerve" - }, - "defaultValue":"x" + "g_pickup": "Ground
", + "s_pickup": "Source
", + "b_pickup": "Both
" + } }, - { "name": "Drivetrain Motor", - "code": "mot", + { "name": "Can score trap?", + "code": "sr", "type": "radio", "choices": { - "n": "Neo
", - "f": "Falcon
", - "c": "CIM
", - "x": "Other
" - }, - "defaultValue":"x" - }, - { "name": "# of Batteries", - "code": "nob", - "type": "number" - }, - { "name": "Floor pickup Notes", - "code": "fpu", - "type": "bool" - }, - { "name": "Autos", - "code": "aut", - "type": "text", - "size": 20, - "maxSize": 250 + "y_trap": "Yes
", + "n_trap": "No
" + } }, - { "name": "Scouting Method /
Program (ScoutingPASS?)", - "code": "sct", - "type": "text", - "size": 20, - "maxSize": 250 + { "name": "Auto strat", + "code": "mot", + "type": "text" }, - { "name": "Comments", - "code": "co", - "type": "text", - "size": 20, - "maxSize": 250 + { "name": "Additional notes
(eg. what do they generally do/specialize in?)", + "code": "mot", + "type": "text" } ], "auton": [