Changes between Version 33 and Version 34 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava


Ignore:
Timestamp:
Oct 30, 2019, 10:33:58 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v33 v34  
    442. FIRST and WPI provide a framework that your robot program must run within; the framework manages many aspects of the robot for you.
    553. WPI also provides a rich library of pre-written classes called WPIlib that makes robot programming faster and easier.
     6
     7* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController Xbox Controller]
     8* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/UltrasonicRangefinder Ultrasonic Rangefinder]
     9* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor Servo Motor]
     10* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/DCMotor DC Motor Control]
     11* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/Encoders Encoders]
     12* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous Autonomous]
     13* [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl Closed Loop Control]
    614
    715== First Program: Xbox Controller