GradleRIO icon indicating copy to clipboard operation
GradleRIO copied to clipboard

Syncing roboRIO flash drive to development PC

Open allengregoryiv opened this issue 3 years ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. It would be great if there was a convenient way to sync a RoboRio directory to the development PC. Especially with the increase use of logging frameworks being able to quickly access those logs without removing a flash drive from the RIO would be ideal.

Describe the solution you'd like A WPILib pallet command to sync a specific directory or automatically sync a directory like what we do with the deploy folder but in the opposite direction. This could also be used to sync the preferences file between robots or something like that.

allengregoryiv avatar Nov 14 '22 23:11 allengregoryiv

For data logs in particular, DataLogTool is specifically designed for easy downloading of log files from the robot. It doesn't have support for other file types or entire directories, but in GUI space at some point we'd effectively just be recreating FileZilla.

But it sounds like maybe you're looking for a GradleRIO command to use in vscode that you could custom-configure via build.gradle?

PeterJohnson avatar Nov 14 '22 23:11 PeterJohnson

Yes editing in build.gradle would work great.

allengregoryiv avatar Nov 15 '22 00:11 allengregoryiv