allwpilib
allwpilib copied to clipboard
Commands update requirements inconsistently
There are some commands that update requirements via m_requirements, and some that call addRequirements? probably should always call addRequirements?
Any examples of commands that update via m_requirements?
Sure, just search for m_requirements.addAll, there's a bunch of them in Java