generated from TitaniumTigers4829/4829-BaseRobotCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
regular prioritynormal priority itemnormal priority item
Description
Command factories can be used both in teleop and auto to help simplify/reduce the amount of individual commands written, as they help reduce the amount of duplicate code by letting us create new 'commands' that are either sequential or parallel command groups.
Triggers let us bind these command groups to different inputs(joystick buttons, etc.).
basically using these will make our code much cleaner and reduce the amount of duplicate code we have
https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html
Metadata
Metadata
Assignees
Labels
regular prioritynormal priority itemnormal priority item