We are a rookie team working on Java drive code. On Visual Studio Code, we successfully built the robot code on build.gradle. When deploying the code to the Roborio, the error, Missing Target!. GradleRIO detected this build failed due to not being able to find “roborio”! We looked at this and we have to update the version of edu.wpi.first.GradleRIO. The version we have right now is 2019.2.1… Can anyone share how to update it?
I don’t remember which off the top of my head, but you’ll either have to update the roborio with the roborio imaging tool, or you’ll need to update your WPILib version. I’m pretty sure it’s the rio being out of date though. Are you running 2022 WPILib VSCode on your computer?
Yes. we just installed it. Right now, we’re going through the codes and fixing any errors.
This generally means it’s unable to locate the roborio on the network, not that the version is out of date (though that may also be the case).
Could you please provide the full output from your deploy? There’s usually some more information there
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.