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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,21 @@ Steps for building/rebuilding the C-MEX S-Function code. These instructions are
106
106
-***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.
107
107
-***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).
108
108
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
+
109
121
## Bugs/Workarounds
110
-
### GLFW
122
+
123
+
### Rebuild GLFW From Source
111
124
112
125
In case MATLAB crashes while running getting started model and you see the following lines in stack trace,
0 commit comments