Programming Team Members
Grayson Tinker - Lead
Ozzy
Taylor Roth
We work with all the software aspects of the robot, programming all the controls to the specific needs of our drivers, as well as we program and fine tune the autonomous phase
Organizing our space and teaching new members the basics
FIRST Tech Challenge is based upon java, a common programming language. Teams are provided with the OnBot blocks program to help students learn program, and OnBot Java to help the transition from blocks style programming to text programming.
public class HelloFTC {
/**
* Java4Life >:]
*/
public static void main(String[] args) {
System.out.println("HelloFTC");
}
}
It's especially important to us to always be using the engineering design process to plan our programs out so that we can program efficiently once we are able to meet in person.