update

fun update()

Update the subsystem and run the current task, if tasks are not set up this will just call periodic. This method should be called if you are running this subsystem manually, otherwise it will be called by the Scheduler or by AutonomousBunyipsOpMode. Alternatively all subsystems that were instantiated can be statically updated via updateAll.