Package com.asiankoala.koawalib.command

Types

Link copied to clipboard
abstract class KOpMode @JvmOverloads constructor(photonEnabled: Boolean = false, maxParallelCommands: Int = 6) : LinearOpMode

The base opmode for utilizing koawalib

Link copied to clipboard
object KScheduler

KScheduler runs all commands. Every loop the scheduler checks for newly scheduled commands, cancelled commands, finished commands, and handles them accordingly. Processing is done behind the scenes, so the main purpose of this class for the user is to schedule commands, mainly using KScheduler.schedule