Term
|
Definition
a Java class that is a list of instructions for Robot Controller phone to perform |
|
|
Term
|
Definition
Driver controlled op mode |
|
|
Term
|
Definition
Your code makes all decisions and handles everything the robot is designed to do in the autonomous period. |
|
|
Term
|
Definition
a blueprint or a template for creating different objects. example: dog |
|
|
Term
|
Definition
Specific examples of a class. example: 6 month old golden retriever |
|
|
Term
|
Definition
Object that uses addData method to add a message to be sent to the Driver Station phone screen. |
|
|
Term
|
Definition
Collection of statements that are grouped together to perform an operation |
|
|
Term
|
Definition
Fancy word for "create "an object (left_motor). The object is an instance (example) of the class DcMotor |
|
|
Term
|
Definition
|
|
Term
|
Definition
A container that holds values that are used in a Java program. |
|
|
Term
|
Definition
Assign a value to a variable |
|
|