Package robot.humaninterface.operators
Class DefaultOperator
java.lang.Object
lib.humaninput.HumanInput
lib.humaninput.Operator
robot.humaninterface.operators.DefaultOperator
- All Implemented Interfaces:
Nameable
-
Field Summary
Fields inherited from class lib.humaninput.Operator
SHOOT_INDEXER_DELAYFields inherited from class lib.humaninput.HumanInput
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidA function where the driver's and operator's controls are bound to commandsMethods inherited from class lib.humaninput.Operator
c_smartShoot, wrapShootCommandMethods inherited from class lib.humaninput.HumanInput
getName, unbindCommands
-
Constructor Details
-
DefaultOperator
public DefaultOperator() -
DefaultOperator
-
-
Method Details
-
bindCommands
public void bindCommands()Description copied from class:HumanInputA function where the driver's and operator's controls are bound to commandsCan't be done in the constructor because constructors are called too early
- Specified by:
bindCommandsin classHumanInput
-