Changes between Version 38 and Version 39 of ControlSystems/SoftwareTeam/Training/GettingStarted


Ignore:
Timestamp:
Oct 31, 2019, 1:31:44 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v38 v39  
    30302. FIRST and WPI provide a framework that your robot program must run within; the framework manages many aspects of the robot for you.
    31313. 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:
     32The 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:
    3333
    3434* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController Xbox Controller]