FTC Linear and Iterative OpMode

From wikidb
Jump to: navigation, search

Linear and Iterative Samples

The following are from the external/samples directory. Comments have been removed so that the linear and iterative code can be easily compared.

Parallel Operations

  • FTC Iterative Parallel The example I wrote to demo running operations in parallel using a state machine and using the iterative OpMode style. In each call to the loop method a small amount of work is done for each operation.

Slide Set

To be added later.