Skip to content

Commit 70b7ebb

Browse files
committed
[DOCS] Add note for MESA warnings
1 parent 8b7e3a7 commit 70b7ebb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

robotics-ai-suite/docs/embodied/sample_pipelines/pi05_with_rtc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ Arguments:
265265
Simulation Pipeline
266266
:::::::::::::::::::
267267

268+
.. note::
269+
270+
If you encountered MESA warnings, please try ``sudo apt install mesa-utils libgl1-mesa-dri libglx-mesa0``.
271+
268272
Run ``sim_transfer_cube`` in MuJoCo using an OpenVINO model
269273

270274
.. code-block:: bash

robotics-ai-suite/pipelines/pi05-rtc-ov/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ uv run --extra pi-ov scripts/benchmark_pi05_ov_rtc.py \
217217

218218
### Simulation Pipeline
219219

220+
> **Note**: If you encountered MESA warnings, please try `sudo apt install mesa-utils libgl1-mesa-dri libglx-mesa0`.
221+
220222
#### Run `sim_transfer_cube` in MuJoCo using an OpenVINO model
221223

222224
```bash

0 commit comments

Comments
 (0)