Difference between revisions of "FTC Just Enough Android Studio 20220223"

From wikidb
Jump to: navigation, search
(Modify and Build)
(Strategy)
Line 3: Line 3:
 
* Assure that the training robots are configured correctly for the tutorials
 
* Assure that the training robots are configured correctly for the tutorials
 
* Introduce a '''Happy Path''' to starting a project. This is not by any means a complete tutorial.
 
* Introduce a '''Happy Path''' to starting a project. This is not by any means a complete tutorial.
 +
* Best Known Methods (BKM) are critical and are guided by the individual FTC teams. BKM will be integrated into my material but core Java skills will be the focus.
  
 
= Download a project from GitHub =
 
= Download a project from GitHub =

Revision as of 10:27, 24 February 2022

Strategy

  • Assure that the training robots are configured correctly for the tutorials
  • Introduce a Happy Path to starting a project. This is not by any means a complete tutorial.
  • Best Known Methods (BKM) are critical and are guided by the individual FTC teams. BKM will be integrated into my material but core Java skills will be the focus.

Download a project from GitHub

  • Set up a GitHub account

The Configuration File

Connection Details

Creating a Configuation File Using the Driver Station

  • Section 9.4

Build Project

Modify and Build

References