I am trying to deploy code to my robot and I’m getting the message
BUILD FAILED
C:\Users\Developer\wpilib\java\current\ant\build.xml:208: Assertion failed boolean test.
roboRIO Image does not match plugin, allowed image version: 19
I know that my roboRIO has version 23 on it, and I’m also fairly sure that my plugins are all up to date. So what could be causing this mismatch? Should I just try downgrading the roboRIO image?
Reinstalling tools by closing eclipse, deleting the [your user profile]/wpilib/ directory, then restarting eclipse and letting the plugin copy out the folder again fixed this issue for me.
You can also update the check manually in
wpilib/cpp/current/ant/build.xml
Okay so I figured out the issue: I had to update my National Instruments tools to this years version so that my roborRIO imaging tool had the correct image (v19). Thanks guys!!