Changes between Version 12 and Version 13 of ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController
- Timestamp:
- Nov 3, 2019, 9:43:58 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController
v12 v13 10 10 * Press Generate Project 11 11 * 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.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->frc->robot->Robot.java open that file by double-clicking on it. 13 13 14 14 The 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: