Skip to content

Commit b1c9575

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository provides a Simulink® C-MEX S-Function block interface to the
55
[![View <File Exchange Title> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/128028-mujoco-simulink-blockset)
66

77
Useful for,
8-
1. Robot simulation (mobile, biomimetic, grippers, robotic arm)
8+
1. Robot simulation (mobile, biomimetics, grippers, robotic arm)
99
2. Development of autonomous algorithms using classical or machine learning based approaches
1010
3. Camera (RGB, Depth) rendering
1111

@@ -100,7 +100,7 @@ Steps for building/rebuilding the C-MEX S-Function code. These instructions are
100100
- `>> mex -setup c++`
101101
- `>> build`
102102

103-
## Tips and tricks
103+
## Tips and Tricks
104104
- ***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.
105105
- ***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).
106106

0 commit comments

Comments
 (0)