We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote this, needs to be added to a page somewhere:
The robotpy installer pulls roborio wheels from the wpilib artifactory repo (see https://github.com/wpilibsuite/docker-images/blob/main/cross-ubuntu-py/pip-aarch64.conf ... Peter can set you up with a token). The wheels have to end in linux_roborio.whl. Just publish your x86 wheels to pypi like normal python project and the robotpy installer will pull those for simulation. Additionally, you'll want to publish the package name in the wpilib docs, there's a table with python package names.
The robotpy installer pulls roborio wheels from the wpilib artifactory repo (see https://github.com/wpilibsuite/docker-images/blob/main/cross-ubuntu-py/pip-aarch64.conf ... Peter can set you up with a token). The wheels have to end in linux_roborio.whl.
Just publish your x86 wheels to pypi like normal python project and the robotpy installer will pull those for simulation.
Additionally, you'll want to publish the package name in the wpilib docs, there's a table with python package names.
The text was updated successfully, but these errors were encountered:
Documenting the process to use locally installed wheels would be nice to.My process is RobotPY sync Force install my wheel locally Use RobotPY installer to force install my wheel Deploy and skip any warnings or tests that appear
Documenting the process to use locally installed wheels would be nice to.My process is
RobotPY sync Force install my wheel locally Use RobotPY installer to force install my wheel Deploy and skip any warnings or tests that appear
Sorry, something went wrong.
No branches or pull requests
I wrote this, needs to be added to a page somewhere:
The text was updated successfully, but these errors were encountered: