Robot
A class that makes any command-based robot code a lot smoother and easier to understand.
Properties
Functions
Link copied to clipboard
This method is run when the current OpMode initializes. Automatically called by CommandOpMode if CommandOpMode.registerRobot is called.
Link copied to clipboard
This method is run as soon as the current OpMode starts. Automatically called by CommandOpMode if CommandOpMode.registerRobot is called.
Link copied to clipboard
This method is run after the current OpMode ends. Automatically called by CommandOpMode if CommandOpMode.registerRobot is called.