Lesson: An Example of a RoboRio Robot Program

Overview: 
Show a simple example of a Java program for RoboRio (FRC) robots. This is a preview of the type program the student will be learning about in subsequent lessons.
Objectives: 

Look at the example and know that soon you will understand what this Java code does, where it came from and how to create programs yourself. For now, just a preview.

Content: 

Here is a very simple Java program for RoboRio (FRC) robots. This is just to give you a preview of what we will be covering in the following lessons. We will show you what all of this means, where it comes from, how it works and examples of how this basic program is the basis of more complex programs that make robots move and respond to their environment.

Navigation: