Robot Scouter is an open-source Android app with three core goals to make FIRST competition robot scouting easy, efficient, and collaborative.
- Full offline support 📡
- No setup required i.e. no databases 🗄️ (managing databases = 💩)
- Easy sharing between users 🔗
- Seamless collaboration: multiple people can scout the same team, different teams, or go solo on Android N and use split screen mode to scout several teams at once.
- Customizable scouting templates 📃 with several different metrics to choose from:
- header/title 🔖
- true/false (checkbox)
- stopwatch (for keeping track of cycle time) ⏱️
- number (counter)
- list (item selector)
- text (notes) 📜
- Integration with The Blue Alliance to automatically populate relevant team info
- Advanced spreadsheet exporting:
- Averages are computed for each team automatically
- A global average sheet is included to compare teams against each other 📊
- Fancy formatting on devices with Android Lollipop (21) and above 🎀
- Charts! 📈
- PSA: Excel spreadsheets can easily be converted to Google Sheets.
- And more!
Want to add features, fix bugs, or just poke around the code? No problem! Just make sure to read the contribution guidelines before getting in too deep.
If you know another language, please help translate Robot Scouter!
- Get familiar with Firebase to understand the core technologies behind Robot Scouter
- Take careful note of the Firebase Realtime Database and Firebase-UI
- Move the dummy files into position
- If you are working with the database or need access to other Firebase technologies, create your own Firebase project and replace the dummy google-services.json with the one created in your Firebase project
- Run
./gradlew checkto make sure the Travis build will pass - That's it! 🚀
Note: to improve build performance, pass in the devBuild flag to Gradle by searching for
Gradle-Android Compiler in Intellij and adding -PdevBuild to the CLI options.
If you want to get the latest build from master, you can join the alpha testers community and the beta.
