Skip to content

GramGra07/WHS-FTC-Code_Training_Module

Repository files navigation

WHS-FTC Code_Training_Module

Created by FTC Team 5115

To help everyone that wants to understand the coding process and language involved in FTC programming and Java

Note: I will try to keep updating for as long as possible but please request features and give feedback here

Github Repo located here

Updating your devices

Go to this website. It will take you to rev hardware client. Once you download the app you will be able to connect the DS phone or the Control Hub and it will show you your possible updates, take them all and you are good to go!

Overall Game

The game begins with a 30 second autonomous period, runtime helps us achieve this, and then a 2 minute TeleOp period, the goal is to score as many points as possible.

Feedback

I would love to have feedback on this repository. You can contact me through the discussions! Thanks!

Glossary

A repository is a folder hosted on github that contains code and items.

A TeleOp is an opmode that uses your game-pad inputs to control your robot, it is on the right side of the phone when selecting an opmode.

A Autonomous opmode is an opmode that continuously loops for 30 seconds at the beginning of the each match, it is on the left side of the phone when selecting an opmode.

My apologies if this doesn't work, some code software allows this exact code, some doesn't.