Quote:
Originally Posted by hal00
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.
|
Remove the Subsystem.registerDefaultCommands(); line and the thing should work.