I have two programs to run a servo - if I assign the programs individually to buttons they work but if I build a command group with those two commands in it - so they go one after another - nothing happens - I assigned this command group to a button and it doesn't work - nothing happens when I assign the group as the autonomous command either.
Here it is:
Code:
addSequential(new Move45());
addSequential(new Move0());
ANY help will be GREATLY appreciated! THANKS!