Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define the fields needed for scouting the 2025 season #67

Closed
jkleiber opened this issue Dec 1, 2024 · 4 comments · Fixed by #79
Closed

Define the fields needed for scouting the 2025 season #67

jkleiber opened this issue Dec 1, 2024 · 4 comments · Fixed by #79
Assignees

Comments

@jkleiber
Copy link
Member

jkleiber commented Dec 1, 2024

Work Required

  • Make a list of variables we care about for the 2025 season

Future tickets will use this exercise to define the database schema and the UI for data entry

Closing Criteria

  • List posted to ticket and approved
@jkleiber
Copy link
Member Author

jkleiber commented Jan 9, 2025

@aidnem I'm working here on the scouting fields. So far I have

Pre-match

  • Scout name
  • match number
  • team number
  • alliance
  • start position
  • no show?

Autonomous

  • Moved? (leave points)
  • Count of Coral scored and where
  • Count of algae scored in net, scored in processor, or missed
  • Count of fouls / tech fouls

Teleop

  • Count of Coral scored and where
  • Count of algae scored in net, scored in processor, or missed
  • Count of fouls / tech fouls

Endgame

  • points earned: none / park / shallow cage / deep cage

Post match

  • cards (yellow, red, none)
  • scout comments

@aidnem
Copy link

aidnem commented Jan 9, 2025

Here's the list of things we came up with from our meeting:

Basic: (feedback of need for reducing redundant/incorrect data)
Match number
Alliance color
Robot position
Scout initials

Auto:
Taxi true/false
Number of coral scored in each level
Number of of coral on each level failed
Number of algae scored in processor
Coopertition true/false

Tele op:
Number of algae in net
Number of algae in net failed
Number of algae in processor
Number of algae in processor failed
Number of coral on each level
Number of coral on each level failed

End game (select one):
Parked
Shallow climb
Shallow climb failed
Deep climb
Deep climb failed

Likert scale qualitative comments:
Defense effectiveness ranked 1-5
Driving (mobility, adaptability, flexibility) ranked 1-5
Stability ranked 1-5
General text box

Stats:
Averages for all successful and failed points scored of each type/location in auto and tele op with st dev
Mode end game result
Number of cycles

Pit scouting:
Swerve/tank
Can the robot pick up coral from the ground true/false
Can the robot pick up coral from HP true/false

I can work on making our lists match each other/removing duplicates, I figured I would just post the raw list first.

@aidnem
Copy link

aidnem commented Jan 9, 2025

@jkleiber Here's the merged list, feel free to suggest changes:
Prematch:

  • Scout name or initials
  • match number
  • team number
  • alliance
  • start position
  • no show?

Auto:

  • Taxi true/false
  • Number of coral scored in each level
  • Number of of coral on each level failed
  • Number of algae scored in processor
  • Number of algae scored in net
  • Number of algae missed
  • Coopertition true/false
  • Count of fouls / tech fouls

Teleop:

  • Number of algae in net
  • Number of algae in net failed
  • Number of algae in processor
  • Number of algae in processor failed
  • Number of algae removed from reef and dropped
  • Number of coral on each level
  • Number of coral on each level failed
  • Count of fouls / tech fouls

Endgame:

  • select one: none / park / shallow cage / shallow cage failed / deep cage / deep cage failed

Postmatch/Likert scale qualitative comments:

  • Cards: Yellow/Red/None
  • Defense effectiveness ranked 1-5
  • Driving (mobility, adaptability, flexibility) ranked 1-5
  • Stability ranked 1-5
  • General text box

Stats:

  • Averages for all successful and failed points scored of each type/location in auto and tele op with st dev
  • Mode end game result
  • Number of cycles

Pit scouting:

  • Drive type: Swerve/tank/maybe mecanum?
  • Can the robot pick up coral from the ground true/false
  • Can the robot pick up coral from HP true/false
  • Maybe include: Can the robot pick up algae from the ground true/false

@jkleiber
Copy link
Member Author

jkleiber commented Jan 9, 2025

@aidnem I can add these, thanks for putting this list together!

@jkleiber jkleiber linked a pull request Jan 10, 2025 that will close this issue
@aidnem aidnem mentioned this issue Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants