Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.53 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.53 KB

FTC Fission 310 2020-2021 ULTIMATE-GOAL

Managed Lucas Lee

Setting up your coding environment

  • Download Java 8 by following these instructions
  • Create a GitHub account
  • Download Git
  • Download Android Studio
  • Clone the ftc_app repository by using git clone in your terminal or by downloading the .zip
  • Using your terminal, change directories into the following path FtcRobotController\TeamCode\src\main\java\org\firstinspires\ftc
  • Delete the teamcode directory
  • Clone this repository into the above path and rename its directory to teamcode
  • Open Android Studio and click "Open an existing Android Studio project"
  • Open the directory that holds the ftc_app repository

Deploying code to the robot

  • You may need to download Motorola Mobile Drivers to allow your computer to correctly transfer files onto the phones.
  • Connect the RobotController phone to your computer via USB.
  • Click the green play button in Android Studio (Run 'TeamCode') or press Shift + F10.
  • Wait until the code is completely deployed
  • Connect the RobotController to the REV Expansion Hub.

Helpful resources