refactor(launcher): run install and launch through Pixi - #38
Merged
charlesmadjeri merged 1 commit intoAug 31, 2026
Merged
Conversation
Mael-RABOT
previously approved these changes
Aug 31, 2026
Refactor Lucy install and launch workflows to use Pixi environment instead of Docker containers. - install.sh: Pixi-based dependency management and colcon build - launch_lucy.sh: native tmux launcher with Pixi environment - launcher.py: updated TUI for Pixi workflow - Lucy.py: Pixi-aware bootstrap and environment setup - config/launcher_config.json: simplified native launch config - config/launcher_config.json.local.example: local override template - scripts/pixi_*.sh: helper scripts for dev shell and launch - scripts/nix_gl_env.sh: NixOS host GL passthrough support
charlesmadjeri
dismissed
Mael-RABOT’s stale review
August 31, 2026 16:01
The merge-base changed after approval.
charlesmadjeri
force-pushed
the
cma/feat-pixi-foundation
branch
from
August 31, 2026 16:01
ec9cada to
2ba2d8a
Compare
charlesmadjeri
force-pushed
the
cma/refactor-launcher-pixi
branch
from
August 31, 2026 16:01
3e2dac7 to
9c7453f
Compare
Arcod7
approved these changes
Aug 31, 2026
Mael-RABOT
approved these changes
Aug 31, 2026
charlesmadjeri
merged commit Aug 31, 2026
b0f7d80
into
cma/feat-pixi-foundation
3 of 5 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OP#173
Summary
Refactor Lucy install and launch workflows to use Pixi environment instead of Docker containers.
Changes
install.sh: Pixi-based dependency management and colcon buildlaunch_lucy.sh: native tmux launcher with Pixi environmentlauncher.py: updated TUI for Pixi workflowLucy.py: Pixi-aware bootstrap and environment setupconfig/launcher_config.json: simplified native launch configconfig/launcher_config.json.local.example: local override templatescripts/pixi_*.sh: helper scripts for dev shell and launchscripts/nix_gl_env.sh: NixOS host GL passthrough supportStack
This is PR 2/4 in the Pixi migration stack: