Programming Progamz pls
Importance VERY IMPORTANT
Language Java (For our team) cRIO o Java ME
But how…? Programming: o WPILibJ API for FRC ( ) Application Programming Interface Deploying o Netbeans o Eclipse
Tracking Several options: On Board tracking o Various Methods on Board Driver station tracking o JavaCV
Working in teams GitHub Open source repository (Team 1923) POWER
Basics of Java 1.Variables a. private int x = 5 2.Objects a. Numero five = new Numero(5) 3.Methods a. public static void main(string[] args){}
Parts of a method public static void main(String []args) { System.out.println(“This is a String”); } VisibilityStatic? Return Type Method Name Parameters
Review ( ) 1) What are the parameters for the first constructor in the Gyro Class? 2) What is a class that could represent the Victor speed controller? The Jaguar? b) What method could be used to change or set the speed of a motor? (Victor or Jag) 3) Which class provided in the API is implemented to detect input from a controller? 4) What does API stand for? 5) What are the parameters (params) for the Joystick class? 6) Define UI. FINAL QUESTION What is the Difference between a “JoyfulStick” and a “BhavishStick”?
Some Helpful Links (Oracle Docs) ^Simple Search^ - (FIRST API 2013)