**Help** Our drivers station got reset randomly

Our drivers station reset, we lost a lot of progress on our code. We have an off-season comp coming up in a week. The code is deployed to the RoboRio 2, and I’m wondering if we can get the code off of the Rio onto the PC.

The jar should be on the roboRIO and you should be able to get it off through FTP and then de-compile the jar, you will have to make an example project though and transfer the code. Have y’all uploaded the code to GitHub? I highly suggest you do so in the future.

1 Like

We have uploaded it, but we did some work after. Could you go a bit more in depth on the process?

You can access the roboRIO through FTP by putting ftp://roborio-TEAM-frc.local/ in the address bar of file explorer and I’m not sure the exact directory but in should be there somewhere. Obviously replace TEAM with your team number. For the de-compiling you can use http://java-decompiler.github.io/.

Over usb or Ethernet?

Either should work fine. Here is some more documentation on FTP if needed roboRIO FTP — FIRST Robotics Competition documentation.

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