|
Re: Requires() in the Command-Based Framework
The command architecture is designed such that only one command should be operating on a subsystem at one time which is enforced using Requires(). If you have a subsystem that needs to have multiple commands operating on it at once, it may be too large and able to be broken into smaller components.
|