onInitialise

protected abstract fun onInitialise()

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