Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/Training/WPILib


Ignore:
Timestamp:
Oct 31, 2019, 9:37:12 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v4 v5  
    22WPILib is developed by volunteers at Worcester Polytechnic Institute and is a library of classes that help make FRC programming eaiser.
    33
    4 * WPILib provides [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599697-choosing-a-base-class 3 frameworks] for building robot programs.  In GettingStarted, we built our first programs using the !TimedRobot (previously had been !IterativeRobot) framework as described [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/145307-creating-your-benchtop-test-program here].
     4* WPILib provides [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599697-choosing-a-base-class 4 frameworks] for building robot programs.  In GettingStarted, we built our first programs using the !TimedRobot (previously had been !IterativeRobot) framework as described [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/145307-creating-your-benchtop-test-program here].  For competition, 2537 uses the command based robot framework.
    55* You can learn more about "FRC programming done right" [https://frc-pdr.readthedocs.io/en/latest/index.html here]
    66* ​[http://wpilib.screenstepslive.com/s/currentCS/m/java ScreenStepsLive] describes the process; you can also follow some video tutorials: ​[https://www.youtube.com/watch?v=OyOcsmkp-uk here] or ​[https://www.youtube.com/watch?v=dNXu97q08uI here] or [https://www.youtube.com/watch?v=tlZexc02TTc ​here]