You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Workspace bringup for the Lucy / InMoov humanoid. Everything (ROS 2 Humble, Gaze
10
10
11
11
<sub>Linux GUI forwarding uses `xhost` (preinstalled). On Wayland run `xhost +local:docker` if windows don't open — see [GUI](#gui-rviz-and-gazebo).</sub>
12
12
13
-
> **Windows users:** see the [Windows README](windows/README.md)for step-by-step install instructions (including the Docker Desktop "uncheck WSL 2" note) and the native `windows/Lucy.py` manager.
13
+
> **Windows users:** see the [Windows README](windows/README.md)— **`Lucy-Setup.exe`** to install/update, **`Lucy.exe`** to launch.
14
14
15
15
## Get the repository
16
16
@@ -48,13 +48,16 @@ python3 Lucy.py
48
48
49
49
### Windows
50
50
51
+
**Installer (recommended):** download `Lucy-Setup.exe` from [GitHub Releases](https://github.com/Sentience-Robotics/lucy_ws/releases), then see the [Windows README](windows/README.md).
52
+
53
+
**From source (developers):**
54
+
51
55
```bash
52
-
python windows/Lucy.py
56
+
python windows/Lucy.py --cli install # first time
57
+
python windows/Lucy.py # launch
53
58
```
54
59
55
-
> **Windows** additionally needs a third-party X Server — see the [Windows README](windows/README.md).
56
-
57
-
> **First run:** in the TUI, choose **`Install / Update`** before anything else. It clones the sub-repositories, builds the Docker image and the workspace (this can take a while). Only once it finishes should you use **`Launch`**.
60
+
> **Windows** additionally needs a third-party X Server for RViz/Gazebo — see the [Windows README](windows/README.md). End users should use **`Lucy-Setup.exe`** instead of manual install.
Copy file name to clipboardExpand all lines: docs/developer_lucy_packages.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,18 @@ Use the same structure as `repos.json` — list only the repos you want to overr
65
65
66
66
Delete the file to fall back to the tracked `repos.json`.
67
67
68
+
### Windows install profile (`config/install.profile.json`)
69
+
70
+
On Windows, **`Lucy-Setup.exe`** (or `Lucy.exe --cli …`) writes **`config/install.profile.json`** (gitignored) to record install choices: `lucy_ws` version, `repos_branch` (default `master`), `fetch_method` (`git` or `zip`), and whether **developer install** was selected. The file is created automatically on first install.
0 commit comments