Skip to content

Commit 8bb749f

Browse files
authored
Update README.md
1 parent fb61b30 commit 8bb749f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,21 @@ Steps for building/rebuilding the C-MEX S-Function code. These instructions are
106106
- ***Code generation*** - The MuJoCo Plant block supports code generation (Simulink Coder) and monitor and tune for host target. Refer to mj_monitorTune.slx for more info.
107107
- ***Performance improvement*** - In case you want to reduce the mask initialization overhead, you can directly use the underlying S-Function. Select the MuJoCo Plant block and Ctrl+U to look under the subsystem mask. Make sure to call the initialization functions (whenever the MJCF XML model changes).
108108

109+
## Limitations:
110+
111+
Linux Compatibility:
112+
113+
This blockset is only tested in Ubuntu 22.04 and Ubuntu 20.04. Other Ubuntu versions and distros are not supported.
114+
115+
### Software OpenGL:
116+
117+
This blockset does not work with software OpenGL. You can check whether MATLAB is using hardware GL with >>opengl info command.
118+
119+
In case you face graphics related issues, please try updating GLFW following the instructions given below!
120+
109121
## Bugs/Workarounds
110-
### GLFW
122+
123+
### Rebuild GLFW From Source
111124

112125
In case MATLAB crashes while running getting started model and you see the following lines in stack trace,
113126

0 commit comments

Comments
 (0)