wiki:ControlSystems/SoftwareTeam/Training/WPILib

Version 7 (modified by David Albert, 5 years ago) (diff)

--

WPILib

WPILib is developed by volunteers at Worcester Polytechnic Institute and is a library of classes that help make FRC programming eaiser.

  • WPILib provides 4 frameworks for building robot programs. In GettingStarted, we built our first programs using the TimedRobot (previously had been IterativeRobot) framework . For competition, 2537 uses the command based robot framework.
  • You can learn more about game controllers here