|
Re: Conditional Command Group?
You can put if statements around your addSequential/Parallel() calls so they will execute based on a condition, but this will only allow you to respond to values that are set when the robot starts. The initialization of the command group is only performed once when the robot starts, so if (for example) you want to respond to the value of a sensor when the command group is executed, this approach will not work.
__________________
2016 North Shore District - Semifinalists and Excellence in Engineering Award
2015 Northeastern University District - Semifinalists and Creativity Award
2014 Granite State District - Semifinalists and Innovation in Control Award
2012 Boston Regional - Finalists
|