@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Autonomous
Autonomous
annotation on
your autonomous OpModes that you want to show up in the driver station display.
If you want to temporarily disable an opmode, then set then also add
a Disabled
annotation to it.TeleOp
,
Disabled
,
OpModeRegistrar
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
group
Optionally indicates a group of other OpModes with which the annotated
OpMode should be sorted on the driver station OpMode list.
|
java.lang.String |
name
The name to be used on the driver station display.
|