From 1a87f7ade9e3ce78beee1710c6b5a225610af4db Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Wed, 24 Sep 2025 19:04:11 +0200 Subject: [PATCH] Remove the need of setup env variables on Pixi for Jetty Requires this change before merging https://github.com/gazebo-tooling/release-tools/pull/1388/files#r2376445557 Also fixed the workspace paths. Signed-off-by: Jose Luis Rivero --- jetty/install_windows_src.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/jetty/install_windows_src.md b/jetty/install_windows_src.md index fe272ada3..10529aacb 100644 --- a/jetty/install_windows_src.md +++ b/jetty/install_windows_src.md @@ -127,24 +127,13 @@ workspace are: # CMD cd gazebo pixi shell -call install\setup.bat +call gz-ws\install\setup.bat # PowerShell cd gazebo pixi shell -.\install\setup.ps1 +.\gz-ws\install\setup.ps1 ``` -:::{warning} -An issue in the conda-forge Qt6 package is requiring to set QT environment variables: -::: - -```bash -# Until https://github.com/conda-forge/qt-main-feedstock/issues/275 is resolved -cd gazebo -set QT_PLUGIN_PATH=%CONDA_PREFIX%\Library\lib\qt6\plugins\platforms -set QML2_IMPORT_PATH=%CONDA_PREFIX%\Library\lib\qt6\qml -``` - You should now be able to launch gazebo normally: ```bash