onInitialise

protected open fun onInitialise()

Runs upon the pressing of the INIT button on the Driver Station. This is where your hardware should be initialised (if applicable), and to assign OpModes via setOpModes. You may also add specific tasks to the queue here, but it is recommended to use setInitTask or onReady instead.

Override this method to use it.