Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save knmcguire/8a2d724a31d0ffc651de4560d296eb11 to your computer and use it in GitHub Desktop.
pixi.toml for ros2 lyrical and gazebo jetty
[workspace]
name = "robostack"
description = "Development environment for RoboStack ROS packages"
channels = ["https://prefix.dev/conda-forge", "https://prefix.dev/robostack-lyrical"]
platforms = ["win-64"]
[target.win-64.activation.env]
QT_QPA_PLATFORM_PLUGIN_PATH="%CONDA_PREFIX%\\Library\\lib\\qt6\\plugins\\platforms"
QML2_IMPORT_PATH="%CONDA_PREFIX%\\Library\\lib\\qt6\\qml"
[dependencies]
# ROS lyrical dependencies
ros-lyrical-desktop = "*"
ros-lyrical-ros-gz = "*"
ros-lyrical-turtlesim = "*"
ros-lyrical-foxglove-bridge = "*"
# Gazebo Jetty dependencies
libgz-sim = "10.*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment