Changes between Version 3 and Version 4 of ControlSystems/SoftwareTeam/Training/WPILib/CommandBasedProgramming
- Timestamp:
- Dec 15, 2019, 9:43:40 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/WPILib/CommandBasedProgramming
v3 v4 12 12 Create a new project in VSCode (WPILib Icon->Create a new project->Template->Java->Command Robot). Notice that in the project src folder, addition to the Main.java and Robot.java we're used to seeing, the project also has: [[Image(CommandBasedFiles.jpg,align=right,margin=10)]] 13 13 * OI.java - where the Operator Interface is defined 14 * !RobotMap.java 14 * !RobotMap.java - where global constants are defined (e.g. motor controller addresses) 15 15 * commands folder - where your Commands will be stored 16 16 * subsystems folder - where your Subsystems will be stored