Changes between Version 7 and Version 8 of ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl


Ignore:
Timestamp:
Nov 4, 2019, 1:53:49 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v7 v8  
    8181  * How much the control loop adjusts the power based on the sensed inputs (kP=0.01 in the above example)
    8282  * Try printing the error and adjusted motor powers using System.out.println(...) to see what adjustments are taking place.
    83 Try experimenting with these values (carefully and changing them a little at a time) to see what effect they have.  Be prepared to hit the Disable button or space bar when testing!
    8483
     84=== Extra Credit ===
     85Try experimenting with the control values (carefully and changing them a little at a time) to see what effect they have.  Be prepared to hit the Disable button or space bar when testing!
     86