Skip to content

Commit 56725af

Browse files
authored
Update README.md
1 parent 3008595 commit 56725af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ Steps for building/rebuilding the C-MEX S-Function code. These instructions are
100100
- `>> mex -setup c++`
101101
- `>> build`
102102

103+
## Tips and tricks
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+
- ***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).
103106

104107
## License
105108

0 commit comments

Comments
 (0)