Changes between Version 38 and Version 39 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Oct 31, 2019, 1:31:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v38 v39 30 30 2. FIRST and WPI provide a framework that your robot program must run within; the framework manages many aspects of the robot for you. 31 31 3. WPI also provides a rich library of pre-written classes called WPIlib that makes robot programming faster and easier. 32 Go through each of the examples below in sequence to learn how to program the various devices used in FRC robots:32 The examples below will teach you to program and use each part of an FRC robot; you should do them in order as they build on each other: 33 33 34 34 * [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController Xbox Controller]