GradleRIO icon indicating copy to clipboard operation
GradleRIO copied to clipboard

robotpy parity: write deploy.json to rio on deploy?

Open virtuald opened this issue 7 months ago • 0 comments

Currently pyfrc writes a deploy.json to the rio, and the information is printed out when the robot starts (and there's an API for accessing it). Seems like it would be generally useful and simple to implement.

  • https://github.com/robotpy/pyfrc/blob/b8472df58739031b60c384f3304c6cb56e582f19/pyfrc/mains/cli_deploy.py#L213
  • https://github.com/robotpy/mostrobotpy/blob/main/subprojects/robotpy-wpilib/wpilib/deployinfo.py

virtuald avatar Nov 25 '23 16:11 virtuald