Changes between Version 7 and Version 8 of Command Based Robot Notes


Ignore:
Timestamp:
Jan 17, 2015, 10:08:23 AM (10 years ago)
Author:
awollack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Command Based Robot Notes

    v7 v8  
    7272    * Runs one command in the command group after the other without the need for an end command.
    7373
     74  {{{addParallel(new Command1());}}}
     75
    7476 - ''Sequential''
    7577    * Runs one command in the command group after the other with the need for an end() command before moving to the next command.
    7678
    7779  {{{addSequential(new Command1());}}}
    78 
    79  
    80   {{{addParallel(new Command1());}}}