Skip to content

Commit 7d332eb

Browse files
authored
Add guide for creating custom robot models in MuJoCo
Added a new section for creating custom robot models in MuJoCo, detailing the CAD-to-MJCF pipeline and related topics.
1 parent fd1c5be commit 7d332eb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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
## Resources
3437

3538
### General Simulation Tools

0 commit comments

Comments
 (0)