@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface TeleOp
TeleOp
annotation on
your teleop OpModes that you want to show up in the driver station display.
If you want to temporarily disable an opmode from showing up, then set then also add
a Disabled
annotation to it.Autonomous
,
Disabled
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.
|