Beta8397/virtual_robot

It should not be possible to obtain references to hardware before INIT button is pressed.

Closed this issue · 1 comments

Currently, it is possible in the simulator to obtain reference to hardware before INIT button is pressed (i.e., a call to hardwaremap.get will work). In the real FTC system, this will not work (hardware references are obtained within the runOpMode or init methods).

Fixed with pull request #36