pathplanner icon indicating copy to clipboard operation
pathplanner copied to clipboard

Add PPLib offline installer download

Open Gold872 opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. Not an active problem, but one that could exist. At competitions my team and several others like to have an offline installer of all of the libraries they use in case if something goes wrong with gradle cache, however path planner doesn't have an offline installer available.

Describe the solution you'd like Offer an offline installer for PPlib

Gold872 avatar Dec 26 '23 00:12 Gold872

The artifacts for release builds are available from the workflow here. These can be placed in your gradle cache manually.

I likely won't be doing an actual installer, since its just a lot more to maintain when very few will likely ever use it.

mjansen4857 avatar Dec 27 '23 02:12 mjansen4857

How would I manually add these to the gradle cache though? There doesn't seem to be a defined location for them

Gold872 avatar Dec 31 '23 22:12 Gold872

C:\Users\Public\wpilib\2024\maven

Just drop the com folder from the build artifact in there.

mjansen4857 avatar Jan 01 '24 02:01 mjansen4857