|
Re: Compressor is not working
whenever you say
= new ##(parameters) (such as new Jaguar(1))
keep it all in your robot init function, because it has to run after the cRIO is done compiling.
also,
public RobotTemplate() will never run. it has to be public void robotInit()
|