2020:Strategy: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) mNo edit summary |
Programming (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
= <span style="font-size:smaller">[http://www.penfieldrobotics.com/wiki/images/5/5f/2020_Robot_Priority_List.pdf 2020_Robot_Priority_List.pdf]</span> = | = <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"> | <div class="mw-parser-output"> | ||
<div class="mw-parser-output"> | <div class="mw-parser-output"> | ||
Line 14: | Line 15: | ||
#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. | #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 7. | #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 7. | ||
#Start working on the UI of the app. It is under app\res\layout. 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. | #Start working on the UI of the app. It is under app\res\layout. 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. Images that you can use are in app\res\drawable | ||
</div> </div> </div> </div> | </div> </div> </div> </div> </div> | ||
</div> | </div> | ||
Revision as of 15:44, 22 January 2020
2020_Robot_Priority_List.pdf
Scouting app and system - instructions and log of things I've 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
- Move the old scouting folder to the new scouting folder in SVN under FRC20XX\trunk\Scouting. (You need to move 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 7.
- Start working on the UI of the app. It is under app\res\layout. 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. Images that you can use are in app\res\drawable