Skip to content

Commit 26a810e

Browse files
FD-Shubhamnevalsar
andauthored
Add MuJoCo Robot Modeling Guide to Simulation Wiki (#265)
Add page covering an end-to-end MuJoCo modeling workflow, including: - CAD/mesh preparation and URDF generation - URDF→MJCF conversion and model structure - joints, actuators, sensors, and contact tuning - simulation options, tendon constraints, testing, and troubleshooting --------- Co-authored-by: Nevin Valsaraj <5763537+nevalsar@users.noreply.github.com>
1 parent a2fde77 commit 26a810e

3 files changed

Lines changed: 552 additions & 0 deletions

File tree

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ wiki:
266266
url: /wiki/simulation/an-introduction-to-isaac-sim/
267267
- title: Simulating UGVs in Unity
268268
url: /wiki/simulation/simulating-ugvs-in-unity/
269+
- title: Creating Custom Robot Models for MuJoCo
270+
url: /wiki/simulation/mujoco-robot-modeling/
269271
- title: Creating a URDF from a CAD Model using OnShape
270272
url: /wiki/simulation/cad-to-urdf/
271273
- title: Interfacing

wiki/simulation/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ This section focuses on **simulation tools, techniques, and environments** for r
3030
- **[Spawning and Controlling Vehicles in CARLA](/wiki/simulation/spawning-and-controlling-vehicles-in-carla/)**
3131
A hands-on tutorial for spawning and controlling vehicles in the CARLA simulator. Covers connecting to the CARLA server, visualizing waypoints, spawning vehicles, and using PID controllers for motion control. Demonstrates waypoint tracking with visual aids and includes example scripts for quick implementation.
3232

33+
- **[Creating Custom Robot Models for MuJoCo](/wiki/simulation/mujoco-robot-modeling/)**
34+
A end-to-end guide for building simulation-ready robot models in MuJoCo, from CAD export through physics tuning. Covers the full CAD-to-MJCF pipeline, link geometry and joint design, inertial parameter estimation, and actuator selection. Includes annotated URDF and MJCF authoring examples, contact/friction tuning, tendon constraints, mesh simplification, and a troubleshooting reference for common simulation instabilities.
35+
3336
- **[Creating a URDF from a CAD Model using OnShape](/wiki/simulation/cad-to-urdf/)**
3437
Step-by-step instructions for generating URDFs from OnShape. Includes best practices for assembly cleanup in SolidWorks, defining revolute and prismatic joints, and fixing common mesh and coordinate transform errors.
3538

0 commit comments

Comments
 (0)