Skip to content

Instantly share code, notes, and snippets.

@knmcguire
Last active April 21, 2026 14:08
Show Gist options
  • Select an option

  • Save knmcguire/c5b14909cf76cc80593c98ddebef51c6 to your computer and use it in GitHub Desktop.

Select an option

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]
channels = ["conda-forge"]
name = "gazebo"
platforms = ["win-64"]
version = "0.1.0"
[tasks]
[dependencies]
[feature.rotary.dependencies]
libgz-cmake = "*"
libgz-common = "*"
libgz-fuel-tools = "*"
libgz-sim = "*"
libgz-gui = "*"
libgz-launch = "*"
libgz-math = "*"
libgz-msgs = "*"
libgz-physics = "*"
libgz-plugin = "*"
libgz-rendering = "*"
libgz-sensors = "*"
libgz-tools = "*"
libgz-transport = "*"
libgz-utils = "*"
libsdformat = "*"
[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"]
rotary = ["rotary"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment