Changes between Version 12 and Version 13 of ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController


Ignore:
Timestamp:
Nov 3, 2019, 9:43:58 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController

    v12 v13  
    1010* Press Generate Project
    1111* At the dialog select Yes (Current Window)
    12 The WPILib extension then creates a new Robot project for you.  The project contains many files and they're listed and organized in the left tree.  The file we're intersted in is src->main->java->Robot.java  open that file by double-clicking on it.
     12The WPILib extension then creates a new Robot project for you.  The project contains many files and they're listed and organized in the left tree.  The file we're intersted in is src->main->java->frc->robot->Robot.java  open that file by double-clicking on it.
    1313
    1414The Robot.java class that was created for you contains the minimal set of functions required for a robot program operating in the WPIlib framework.  The functions include: