LoopUntilCmd

fun LoopUntilCmd(    action: () -> Unit,     endCondition: () -> Boolean,     vararg requirements: KSubsystem)