Skip to content

Initializations

Max Krieger edited this page Apr 18, 2016 · 3 revisions

Things which must be initialized in the top level opmode:

##Hardware Map

Hardware.init(hardwareMap);

##Control Parser

only if teleop

ControlParser.init(gamepad1, gamepad2, Controls.Shift);

##Logger

Logger.init(telemetry);
Clone this wiki locally