Code:
16:07:23:251 INFO : wpilib : WPILib version 2015.0.8
16:07:23:253 INFO : wpilib : HAL base version 2015.0.8; roboRIO platform version 2015.0.8
16:07:23:254 INFO : wpilib : HAL library version jenkins-stable-2015.326
16:07:23:549 WARNING : robotpy : Robots don't quit!
16:07:23:551 ERROR : robotpy : ---> The startCompetition() method (or methods called by it) should have handled the exception.
Traceback (most recent call last):
File "/usr/local/lib/python3.4/site-packages/wpilib/robotbase.py", line 185, in main
robot.startCompetition()
File "/usr/local/lib/python3.4/site-packages/wpilib/iterativerobot.py", line 75, in startCompetition
self.robotInit()
File "robot.py", line 21, in robotInit
self.jaguar = wpilib.CANJaguar(1)
File "/usr/local/lib/python3.4/site-packages/wpilib/canjaguar.py", line 293, in __init__
raise frccan.CANMessageNotFound("message not found")
hal.exceptions.CANMessageNotFound: message not found
Locals at innermost frame:
{ 'data': [225, 31, 0, 0],
'deviceNumber': 1,
'i': 49,
'receivedFirmwareVersion': True,
'self': <wpilib.canjaguar.CANJaguar object at 0x42c2c810>}