Does the Requires() function in the command class preclude any other command that also uses parts of the subsystem? Can anybody explain how this works better? The workshop videos and the comments in the headers are too vague to understand the control system, imo.
EDIT:: Given that I have commands that are manipulating multiple parts of a subsystem, do any of them need to Require() the subsystem? Or, should I be refactoring things to be smaller so that I can still Require but not run into a problem?