2020:Strategy: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Mechanical1 (talk | contribs) No edit summary |
Programming (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<div class="mw-parser-output"> | <div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"><div class="mw-parser-output"> | ||
<div class="mw-parser-output"> | = <span style="font-size:smaller">[http://www.penfieldrobotics.com/wiki/images/5/5f/2020_Robot_Priority_List.pdf 2020_Robot_Priority_List.pdf]</span> = | ||
<div class="mw-parser-output"> | |||
<div class="mw-parser-output"> | |||
= <span style="font-size:smaller | |||
= Scouting app and system - isntructions and log of things I'v done so far: = | |||
#Make a list of all the things that can be scouted | |||
#Make a list of all of the things we will actually be scouting and lay out all of the pages on the scouting app. See [https://docs.google.com/spreadsheets/d/1RK33Qgm6S2DAe43CL9OW6Y78wghZ3IiQotxW2qC8Q1U/edit?usp=sharing here.] | |||
#Go over the pages on the scouting app at the strategy meeting. | |||
#You should be using laptop 7 at this point, it has all of the correct software pre-installed. If not, for now you need Android Studio version 3.3 [https://developer.android.com/studio/archive] | |||
#Move the old scouting folder to the new scouting folder in SVN under FRC20XX\trunk\Scouting. (scoutmaster, ThunderScout, and thunderscout-common) | |||
#Run the app in the new folder to make sure it still works. Android Studio and Java will probably beg you to update them. If you do, make sure to record what version they are currently on so that you can revert to it when it doesn’t work. Version 3.3 of Android Studio works. | |||
#If you are using the emulator to run it, virtualization is turned off in the bios on the laptops, so you will need to use an ARM system image. There should be one already installed on laptop | |||
#Start working on the UI of the app. You can fiddle with the graphical editor if you want to, but I’d use XML. Make sure you name things well, you will be using these names later. | |||
| |||
</div> </div> | |||
= Strategy Archives = | = Strategy Archives = | ||
Line 13: | Line 20: | ||
*[[2018:Strategy]] | *[[2018:Strategy]] | ||
*[[2017:Strategy]] | *[[2017:Strategy]] | ||
</div> | </div> </div> </div> |
Revision as of 18:05, 21 January 2020
2020_Robot_Priority_List.pdf
Scouting app and system - isntructions and log of things I'v done so far:
- Make a list of all the things that can be scouted
- Make a list of all of the things we will actually be scouting and lay out all of the pages on the scouting app. See here.
- Go over the pages on the scouting app at the strategy meeting.
- You should be using laptop 7 at this point, it has all of the correct software pre-installed. If not, for now you need Android Studio version 3.3 [1]
- Move the old scouting folder to the new scouting folder in SVN under FRC20XX\trunk\Scouting. (scoutmaster, ThunderScout, and thunderscout-common)
- Run the app in the new folder to make sure it still works. Android Studio and Java will probably beg you to update them. If you do, make sure to record what version they are currently on so that you can revert to it when it doesn’t work. Version 3.3 of Android Studio works.
- If you are using the emulator to run it, virtualization is turned off in the bios on the laptops, so you will need to use an ARM system image. There should be one already installed on laptop
- Start working on the UI of the app. You can fiddle with the graphical editor if you want to, but I’d use XML. Make sure you name things well, you will be using these names later.