Skip to content

Bonnie and Clyde Differences

Max Krieger edited this page Dec 9, 2016 · 5 revisions

The two robots, Bonnie and Clyde, have some hardware differences which must be accounted for in organ construction:

Organ Bonnie Clyde
Flicker new Flicker(false, -1) new Flicker(false, 1)
Spinner new Spinner(-1) new Spinner(1)
LiftSpinner new Spinner(Hardware.LiftSpinner, 1) none

To maintain organ reusability, these differences must be accounted for in code. Putting these differences in organs makes it the easiest.

Clone this wiki locally