Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanoj1996 authored May 4, 2023
1 parent 56725af commit b1c9575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository provides a Simulink® C-MEX S-Function block interface to the
[![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)

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

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

## Tips and tricks
## Tips and Tricks
- ***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.
- ***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).

Expand Down

0 comments on commit b1c9575

Please sign in to comment.