Skip to content

Use command factories and triggers #50

@aridavidson001

Description

@aridavidson001

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

Labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions