|
Re: Code Not Uploading to Bot
Looking at our code for last year, we declared our subsystems as public static (though not final), then initialized them (set them = new Subsystem()) in robotInit() rather than the declaration line. Your usage appears to me to be correct, but I see that we didn't do it that way; there may be a good reason. Perhaps static initializers don't work correctly on subsystems?
__________________
If you can't find time to do it right, how are you going to find time to do it over?
If you don't pass it on, it never happened.
Robots are great, but inspiration is the reason we're here.
Friends don't let friends use master links.
|