commands2.button Package

Button(*args, **kwargs)

A class used to bind command scheduling to button presses.

CommandGenericHID(arg0)

A subclass of {@link GenericHID} with {@link Trigger} factories for command-based.

CommandJoystick(arg0)

A version of {@link Joystick} with {@link Trigger} factories for command-based.

CommandPS4Controller(arg0)

A version of {@link PS4Controller} with {@link Trigger} factories for command-based.

CommandXboxController(arg0)

A version of {@link XboxController} with {@link Trigger} factories for command-based.

JoystickButton(joystick, buttonNumber)

A class used to bind command scheduling to joystick button presses.

NetworkButton(*args, **kwargs)

A Button that uses a NetworkTable boolean field.

POVButton(joystick, angle[, povNumber])

A class used to bind command scheduling to joystick POV presses.