NextOpMode
Base class for all NextFTC OpModes.
Automatically injects the scanned dev.nextftc.robot.NextRobot instance and handles the lifecycle execution, calling various OpModeHooks and managing the internal command scheduler.
Parameters
hooks
Internal hooks used to manage robot mechanisms and the scheduler loop.
Constructors
Link copied to clipboard
Secondary constructor invoked by the NextFTCOpModeScanner during automatic registration.