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
@@ -376,11 +376,11 @@ receipt are durable across tunnel restarts.
376
376
| Issue | Cause | Fix |
377
377
|---|---|---|
378
378
| `zenoh` connection refused | Endpoint or topic mismatch | Set `ZENOH_CONFIG`/`ZENOH_ENDPOINT` and keep `ZENOH_ACTION_TOPIC`/`ZENOH_RESULT_TOPIC` aligned between Tunnel and bridge |
379
-
| `ModuleNotFoundError: reachy_mini` | Official model package not installed | `pip install reachy_mini` (fallback MJCF still works without it) |
380
-
| Webots not found (sim2sim fails) | Webots not on PATH | Set `WEBOTS_EXE=/path/to/webots` or install Webots R2023b+ |
379
+
| `ModuleNotFoundError: reachy_mini` | Official model package not installed | `pip install git+https://github.com/pollen-robotics/reachy_mini.git@v1.8.4` |
380
+
| Webots not found (sim2sim fails) | Webots not on PATH | Set `WEBOTS_EXE=/path/to/webots` or install Webots R2025a |
381
381
| `make build` fails on zenoh-c | Missing C library | Run `make download-zenohc` first (auto-downloads v1.9.0) |
382
382
| `402` on every request | No payment signature attached | Use `test_e2e_paid_action.py` for local testing without real funds |
383
-
| Status stuck on `timeout` (`SIMULATOR_RESULT_TIMEOUT`) | Bridge not running or Zenoh not connected | Start bridge first: `python -m mujoco_sim_bridge.main`|
383
+
| Status stuck on `timeout` (`SIMULATOR_RESULT_TIMEOUT`) | Bridge not running or Zenoh not connected | Start bridge first: `python bridge/reachy_mini/mujoco_sim_bridge/main.py`|
384
384
| `RATE_LIMITED` (429) | Over 60 requests/minute from same IP | Wait 60s or increase `ACTION_RATE_LIMIT_RPM` |
0 commit comments