open override fun init(opMode: OpMode) Initializes this API.
In OpMode and LinearOpMode
Call init during the initialization stage.
Override this function to run custom initialization, but make sure to call super.init(opMode)
or the program will crash.