Skip to content

Commit

Permalink
internal Choreo link and ftp link
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Nov 10, 2024
1 parent 01bb548 commit 61e657a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/docs/software/advanced-gradlerio/compiler-args.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ frcStaticFileDeploy(getArtifactTypeClass('FileTreeArtifact')) {
}
```

This will overwrite any duplicate files found in the `/home/lvuser/deploy` directory on the RIO and copy over any additional not present there. If `deleteOldFiles` is false it will not remove any files no longer present in the project deploy directory. Changing it to `true` helps prevent programs like [Choreo](https://sleipnirgroup.github.io/Choreo/) and [PathPlanner](https://github.com/mjansen4857/pathplanner) from getting confused by files that were deleted locally but still exist on the roboRIO.
This will overwrite any duplicate files found in the `/home/lvuser/deploy` directory on the RIO and copy over any additional not present there. If `deleteOldFiles` is false it will not remove any files no longer present in the project deploy directory. Changing it to `true` helps prevent programs like :doc:`Choreo </docs/software/wpilib-tools/choreo/index>` and [PathPlanner](https://github.com/mjansen4857/pathplanner) from getting confused by files that were deleted locally but still exist on the roboRIO.

If you want to manage the roboRIO files directly, the :doc:`FTP documentation </docs/software/roborio-info/roborio-ftp>` provides one method to do so.

0 comments on commit 61e657a

Please sign in to comment.