Skip to content

Instantly share code, notes, and snippets.

@knmcguire
Created June 3, 2025 08:28
Show Gist options
  • Save knmcguire/c5b14909cf76cc80593c98ddebef51c6 to your computer and use it in GitHub Desktop.
Save knmcguire/c5b14909cf76cc80593c98ddebef51c6 to your computer and use it in GitHub Desktop.
Pixi toml file for Running Gazebo Ionic and Fortress on Windows 11
[project]
authors = ["knmcguire <kimberleymcguire@gmail.com>"]
channels = ["conda-forge"]
name = "gazebo"
platforms = ["win-64"]
version = "0.1.0"
[tasks]
[dependencies]
[feature.ionic.dependencies]
libgz-cmake4 = "*"
libgz-common6 = "*"
libgz-fuel-tools10 = "*"
libgz-sim9 = "*"
libgz-gui9 = "*"
libgz-launch8 = "*"
libgz-math8 = "*"
libgz-msgs11 = "*"
libgz-physics8 = "*"
libgz-plugin3 = "*"
libgz-rendering9 = "*"
libgz-sensors9 = "*"
libgz-tools2 = "*"
libgz-transport14 = "*"
libgz-utils3 = "*"
libsdformat15 = "*"
[feature.harmonic.dependencies]
libgz-cmake3 = "*"
libgz-common5 = "*"
libgz-fuel-tools9 = "*"
libgz-sim8 = "*"
libgz-gui8 = "*"
libgz-launch7 = "*"
libgz-math7 = "*"
libgz-msgs10 = "*"
libgz-physics7 = "*"
libgz-plugin2 = "*"
libgz-rendering8 = "*"
libgz-sensors8 = "*"
libgz-tools2 = "*"
libgz-transport13 = "*"
libgz-utils2 = "*"
libsdformat14 = "*"
[environments]
default = ["ionic"]
harmonic = ["harmonic"]
ionic = ["ionic"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment