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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repository provides a Simulink® C-MEX S-Function block interface to the
5
5
[](https://www.mathworks.com/matlabcentral/fileexchange/128028-mujoco-simulink-blockset)
2. Development of autonomous algorithms using classical or machine learning based approaches
10
10
3. Camera (RGB, Depth) rendering
11
11
@@ -100,7 +100,7 @@ Steps for building/rebuilding the C-MEX S-Function code. These instructions are
100
100
-`>> mex -setup c++`
101
101
-`>> build`
102
102
103
-
## Tips and tricks
103
+
## Tips and Tricks
104
104
-***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.
105
105
-***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).
0 commit comments