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

Windows support #27

Closed
j-rivero opened this issue Jun 25, 2024 · 1 comment · Fixed by #28
Closed

Windows support #27

j-rivero opened this issue Jun 25, 2024 · 1 comment · Fixed by #28
Assignees

Comments

@j-rivero
Copy link
Contributor

To implement the Windows support we are going to use the great conda-forge packages for Gazebo. See https://anaconda.org/search?q=platform%3Alinux-64+gz-.

Some notes about the gz package on Conda:

  • There are no gz-$collection packages in Conda, so we would need to translate $collection from github actions to return a list of packages (mainly gz-simX). For example: if someone is using gz-harmonic on Windows that should be translated to the package gz-sim9. We might want to add new packages to this translation but for now let's use this $collection -> gz-simX. Remember that https://github.com/gazebo-tooling/gazebodistro host the relationship between collection and packages.
  • If I'm not wrong there are packages only for Garden and Harmonic on conda-forge. Other distributions should return a meaningful error the user.
  • We can probably use the miniconda (package manager) github action https://github.com/marketplace/actions/setup-miniconda
@traversaro
Copy link

There are no gz-$collection packages in Conda, so we would need to translate $collection from github actions to return a list of packages (mainly gz-simX). For example: if someone is using gz-harmonic on Windows that should be translated to the package gz-sim9. We might want to add new packages to this translation but for now let's use this $collection -> gz-simX. Remember that https://github.com/gazebo-tooling/gazebodistro host the relationship between collection and packages.

Just as xref (not blocking the work on this great repo), eventually we can add those collection packages, I opened an issue on this in conda-forge/gz-sim-feedstock#61 .

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

Successfully merging a pull request may close this issue.

3 participants