|
GearsBot Sample Compile Error?
Anyone else getting a cannot find symbol error in CommandBase.java when trying to compile the GearsBot sample on the line with registerDefaultCommands ?
public static void init() {
oi = new OI();
Subsystem.registerDefaultCommands();
Just curious if I have something set up incorrectly.
|