Last active
July 21, 2026 14:37
-
-
Save knmcguire/8a2d724a31d0ffc651de4560d296eb11 to your computer and use it in GitHub Desktop.
pixi.toml for ros2 lyrical and gazebo jetty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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