The app we used to scout for the 2023 frc season. ͡❛ ͜ʖ ͡❛ ͡❛ ͜ʖ ͡❛ ͡❛ ͜ʖ ͡❛ ͡❛ ͜ʖ ͡❛ ͡❛ ͜ʖ ͡❛ ͡❛ ͜ʖ ͡❛ ͡❛ ͜ʖ ͡❛ It is made to be used on Kindles or other android devices.
Using The Blue Alliance API and a GitHub Library for it
- Ensure match data is available on The Blue Alliance
- Sammamish Example: https://www.thebluealliance.com/event/2023wasam
- Open "ExampleUnitTest.java" in /app/src/test/java/com.example.a2022frcscoutingapp
- Run the
tba_test()
test by clicking the green arrow next to the test, then clicking "Run 'ExampleUnitTest.tba_..." (the first option) in the pop-up window. - Wait for the tests to run and ensure that they succeed by checking the "Test Results" section on the left side of the test window.
- Verify that match data exists in /app/src/main/res/raw/matchdata.txt (Note: The below example contains data for Glacier Peak. Your entries should have different team numbers).
- Download the Scouting App to the tablets.
- Set the "Tablet ID" to the ID for the tablet (a number between 1 and 6) and the "Match Number" to 1.
- Tap the "Team Number" field (it may require two presses). It should automatically update with a team number.
- After saving match results, the "Team Number" field should automatically update along with the "Match Number" field.