Quote:
Originally Posted by jeremypg399
Code:
[cRIO] edu.wpi.first.wpilibj.can.CANNotInitializedException
[cRIO] at edu.wpi.first.wpilibj.can.CANExceptionFactory.checkStatus(CANExceptionFactory.java:44)
[cRIO] at edu.wpi.first.wpilibj.can.JaguarCANDriver.sendMessage(JaguarCANDriver.java:29)
[cRIO] at edu.wpi.first.wpilibj.CANJaguar.sendMessage(CANJaguar.java:567)
|
The CANNotInitializedException means only one thing. The driver plugin is not registered with the system. Double check that you are actually loading the driver plugin.
-Joe