mujoco-simulink-blockset
mujoco-simulink-blockset copied to clipboard
Blocks for accessing MuJoCo physics engine within Simulink
what should i do to deal with this error ? also I am using MATLAB 23a version. 
Since the sensors are read sequentially from the .xml file and the sensor addresses also increase sequentially, the part responsible for fetching sensor addresses in `getSensorInterface()` within `mj.cpp` has been...
Hello, I am using the Unitree A1 model with the Mujoco Menagerie library on Matlab 2023b, and I'm experiencing a problem where all the sensor bus outputs have the same...
I tried to change the xml from dummy.xml to a built-in xml (humanoid.xml in mujoco's model folder). The block can recognize the input and output variables but Matlab always collapsed...
Hi everyone, I have a problem when I want to load my xml file in mujoco plant in my matlab simulink. when I add some attributes I give error for...
Thanks a lot for the great work on this library! I want to report a small problem. After I uninstalled the `mujoco_simulink_blockset` toolbox, whenever I open MATLAB I get this...
Thanks a lot for the library! I have tried to run the `mj_gettingStarted` but I get the following error: ``` Error in '[mj_gettingStarted/MuJoCo Plant](matlab:open_and_hilite_hyperlink ('mj_gettingStarted/MuJoCo Plant','error'))': Failed to evaluate mask...
I see the current mujoco version supported by this project is 2.3.5 What should I do if I want to replace the latest version of the mujoco engine?
Hi, I have my own XML and noticed the block is unable to load it. After deleting various parts of the XML, I have narrowed it down to some extra...