Class TimedTurnThenDrive

java.lang.Object
frc.team670.pi.tests.TimedTurnThenDrive

public class TimedTurnThenDrive
extends java.lang.Object
Example of how to turn, then drive forwards based on timing only
  • Constructor Summary

    Constructors 
    Constructor Description
    TimedTurnThenDrive()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.lang.InterruptedException
      Throws:
      java.lang.InterruptedException