gazebo-tooling / setup-gazebo

GSoC 24 project ongoing
Apache License 2.0
2 stars 1 forks source link

Windows support #27

Open j-rivero opened 1 week ago

j-rivero commented 1 week ago

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:

traversaro commented 6 days ago

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 https://github.com/conda-forge/gz-sim-feedstock/issues/61 .