Roborio Latest Image

Hello,

My team is trying to deploy code to our practice bot and it says

image

I noticed it said compilation error, but I have no errors in the code…

So, i went to both the rio imaging tool and phoenix tuner and both recognized the roborio as connected. This made me think that maybe it is connected but the image of th rio is to old… currently it is running FRC_roboRIO_2019_v12 which I think is an old version? however, when I installed the most recent FRC Update Suite from here http://www.ni.com/download/first-robotics-software-2017/7904/en/… Even after this update, the version on the rio was still only FRC_roboRIO_2019_v12… is this the newest version and if not where/how do I get the newest one?

1 Like

Actually I found an error, so that was the issue with the compile error however, regardless of that separate error, this still shows up:

This is when we are over USB to the rio and it shows up in the imaging tool and the phoenix tuner

Did you scroll up to see what the actual error is?
There will be more information further up.

P.S.
V14 is the latest, so you will need to update everything.

1 Like

I fixed the error… the second message is the new message after I fixed it

@Mark_McLeod

  • What went wrong:
    Execution failed for task ‘:discoverRoborio’.

A failure occurred while executing jaci.gradle.deploy.target.discovery.TargetDiscoveryWorker
Target roborio could not be found at any location! See above for more details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2m 53s
4 actionable tasks: 3 executed, 1 up-to-date
Missing Target!

Are you connected to the robot, and is it on?

GradleRIO detected this build failed due to not being able to find “roborio”!
Scroll up in this error log for more information.
The terminal process terminated with exit code: 1

There is more information on that error further up the scrolling output screen.

1 Like

i posted it here

@Mark_McLeod

Get the latest v14 from here: http://www.ni.com/download/first-robotics-software-2017/7904/en/

You also have to pull in the latest WPILIB version to match the v14 image.

1 Like

okay, i will try this… I think I already did the latest update suite but I will try the WPILIB now

Also VScode needs an update.
You can update everything linked to the web, through the vscode interface.

1 Like

thanks! that did the trick I think!!!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.