Skip to content
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

Document process for vendors to publish wheels that can get consumed by robotpy installer #78

Open
virtuald opened this issue Jan 20, 2025 · 1 comment

Comments

@virtuald
Copy link
Member

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.

@virtuald
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant