Class DefaultOperator

java.lang.Object
lib.humaninput.HumanInput
lib.humaninput.Operator
robot.humaninterface.operators.DefaultOperator
All Implemented Interfaces:
Nameable

public class DefaultOperator extends Operator
  • Constructor Details

    • DefaultOperator

      public DefaultOperator()
    • DefaultOperator

      public DefaultOperator(String name)
  • Method Details

    • bindCommands

      public void bindCommands()
      Description copied from class: HumanInput
      A function where the driver's and operator's controls are bound to commands

      Can't be done in the constructor because constructors are called too early

      Specified by:
      bindCommands in class HumanInput