Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl/PWMCode


Ignore:
Timestamp:
Nov 9, 2019, 8:19:03 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v1 v2  
    6666
    6767  /**
     68   * Initialize the motor powers and start the timer we created so we can
     69   * periodically adjust the motor power to keep the robot going straight
    6870   */
    6971  @Override
     
    8486
    8587  /**
    86    * This function is called periodically during autonomous.
     88   * This function is called regularly during autonomous.
     89   * Periodically adjust the motor powers and stop if we've gone the desired distance.
    8790   */
    8891  @Override