|
Re: Using Coniditionals to Build Custom Command Groups
Why not have two command groups built, and then decide which to run at the beginning of Autonomous? This is what we've done in the past.
Alternately, you would build the Command Group in your autonomousInit, rather then in the constructor of the Command Group.
|