TEXAS TORQUE

Torque Learn

A Rookie's Guide to Texas Torque

Coding for FRC

Before we program a robot, make sure you have the items installed as detailed in Getting Started.

How to use WPILib

The version of Visual Studio Code that you installed earlier has WPILib built in. With the WPILib button in the top-right of the window, you have access to commands for writing, building, and deploying robot code.

Making a New Project

Before you get into actually coding, first:

Now what?

NOTE: Assume Java from now on!

Project Layout

In TorqueTemplate, you are given an empty robot. It, assuming you cloned recursively, will have access to torquelib and holds proper file structure. But what do these files do?