-
Notifications
You must be signed in to change notification settings - Fork 11
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
maven repo offline? #16
Comments
I had a drive failure a few weeks ago and have been working on trying to restore the data, but ended up having a lot of issues along the way. It will probably take at least a few more weeks until I get all the parts necessary to restore it. In the mean time, it is available directly here, and you could also use a service such as Gitpack. I apologize for the confusion. |
How would I go about installing the library manually? The maven repository is still offline unfortunately. |
There are a couple options. You can also use GitHub's package repository here, however this can be annoying as you need to authenticate your requests to it with an API token from your account. Finally, you could also just copy paste the code into your project, although I wouldn't really recommend this option as it's more difficult to maintain. I cannot make guaranteed promises at this point, but I hope that I'll have all my old services restored by the end of April. Unfortunately, all of this stuff was basically run for my hobby purposes, but since losing my data, I've realized the importance in making sure it's resilient and secure, and I've had to spend a lot of time relearning everything the proper way to make sure it never happens again. |
Okay thank you for your help! I appreciate you putting so much time and effort into maintaining this after all these years. |
@jsmith128 I ended up just copying the source directly into our project. And then making some changes to handle the 2024 lib changes: We didn't end up using the pixy for too long, but the code seemed to work for getting target position metrics Also, thanks @PseudoResonance for the help and work on this lib |
Thanks @jcorcoran! And then simply importing like any other library It should be worth noting that we haven't actually tested it on our robot yet, so we may need to do it your way with the code changes! |
Thanks to the merging of #17, you can now use jitpack's maven repo to get this dependency to your project with the maven string |
Attempting to build now w/ wpilib 2024 project.
It looks like the maven repo is offline:
The text was updated successfully, but these errors were encountered: