Commit Graph

7 Commits

Author SHA1 Message Date
Keenan D. Buckley 48e2e2238a Replaced DriveWithJoystick with Inline Command 2020-01-05 21:07:16 -07:00
Keenan D. Buckley 732a849a5a Add Documentation to Commands in RobotContainer.java 2020-01-05 21:06:38 -07:00
Keenan D. Buckley 5054e32dcb Merge branch 'master' into inline-commands 2020-01-06 03:50:59 +00:00
Keenan D. Buckley e0478d2f0d Change GamerMove into an inline command 2020-01-05 20:47:09 -07:00
Keenan D. Buckley 7e57cf8f2d Added "Add your docs here" flags to all needed methods
- All methods that need javadoc have been marked with

/**
 * Add your docs here.
 */
2020-01-05 20:27:01 -07:00
Keenan D. Buckley c52bbdd2ee Implement new Command Based Framework 2020-01-05 18:59:50 -07:00
Keenan D. Buckley 6fb373969d Implement new RobotContainer.java and Constants.java Classes
- OI.java has been deprecated and replaced with RobotContainer.java
- RobotMap.java has been deprecated and replaced with Constants.java
- Changes have been made to use the new classes without errors; some of these changes will be changed in the future
2020-01-05 17:35:52 -07:00