Skip to content

Commit b4c7801

Browse files
FD-Shubhamnevalsar
andauthored
Update wiki/simulation/mujoco-robot-modeling.md
Co-authored-by: Nevin Valsaraj <5763537+nevalsar@users.noreply.github.com>
1 parent 136daff commit b4c7801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/simulation/mujoco-robot-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ onshape-to-robot .
5555
python -c "
5656
import mujoco
5757
m = mujoco.MjModel.from_xml_path('robot.urdf')
58-
mujoco.mj_saveModel(m, 'robot.xml')
58+
mujoco.mj_saveLastXML('robot.xml', m)
5959
"
6060
```
6161

0 commit comments

Comments
 (0)