Class ArcadeDrivetrain

    • Method Detail

      • setForwardTarget

        public void setForwardTarget​(double forwardTarget)
      • setTurnTarget

        public void setTurnTarget​(double turnTarget)
      • stop

        public void stop()
        Stop all movement by setting all motor target values to 0 and disabling them.
        Specified by:
        stop in class AbstractDrivetrainBase
      • task

        public void task()
                  throws java.lang.Exception
        The background task to run.
        Specified by:
        task in interface Subsystem
        Throws:
        java.lang.Exception - in case the defined task throws any Exceptions