Changes between Version 6 and Version 7 of ControlSystems/SoftwareTeam/Training/GettingStarted/PIDControl


Ignore:
Timestamp:
Nov 12, 2019, 6:57:36 PM (6 years ago)
Author:
dosheroff
Comment:

--

Legend:

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

    v6 v7  
    6767}
    6868}}}
     69
     70EXCERSISE
     71
     72Code a robot that will set a single wheel to 2000 RPM
     73* You will need knowledge of encoders, to analyze speed
     74* You can use this PID , and probably should not change the PID class unless you know what you're doing
     75* Just figure out how to implement it. Also, you should be able to tell what every method in this does