FTC Programming Software Installation

FTC Programming Software Installation

In this section, we will talk about installing Source Control Software as well as FTC Software Components.

Source Control Software

We use GitHub Desktop as our source control software that stores our source code on the Internet at GitHub.com (GitHub repositories). Follow these instructions to set up and install software to access our GitHub repositories.

image name

Congratulations! You have now successfully cloned the FtcTemplate repository.

FTC Software Components

To develop code for an FTC robot, you need to install the following software components:

  1. Android Studio: Integrated Development Environment (IDE).
  2. Git Command Line Tools: Git command line tools provide plug-in for Android Studio.

Android Studio

To download and install Android Studio, go to this website. Click the download Android Studio button and agree to their terms and conditions. Once the installer is downloaded, open it to start the installation. Generally, you can take all the default options it suggested unless you know what you are doing and want to customize the installation. Click “Finish” to start Android Studio. In the “Welcome to Android Studio” window, click the “Open” button and select the FtcTemplate folder where you cloned the GitHub repository.

Git Command Line Tools

Git command line tools allow you to perform Git operations within Android Studio. You can download and install them from here. During the installation, it will ask you to select a lot of choices, just take all the defaults unless you know what you are doing.