Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing roboRIO flash drive to development PC #624

Open
allengregoryiv opened this issue Nov 14, 2022 · 2 comments
Open

Syncing roboRIO flash drive to development PC #624

allengregoryiv opened this issue Nov 14, 2022 · 2 comments

Comments

@allengregoryiv
Copy link

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.

@PeterJohnson
Copy link
Member

PeterJohnson commented Nov 14, 2022

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?

@allengregoryiv
Copy link
Author

Yes editing in build.gradle would work great.

@PeterJohnson PeterJohnson transferred this issue from wpilibsuite/allwpilib Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants