mujoco icon indicating copy to clipboard operation
mujoco copied to clipboard

Multi-Joint dynamics with Contact. A general purpose physics simulator.

Results 281 mujoco issues
Sort by recently updated
recently updated
newest added

Hi, I'm an engineer and I'm trying to use MuJoCo for learning navigation and manipulation tasks in a scene with many many custom objects. I am trying out mjx and...

question

Hi, I'm a PhD student and I'm trying to use MuJoCo for soft aquatic robot simulation. I'm looking for some help with simulating a tendon-driven aquatic fin. The ultimate goal...

question

The current logic uses regular CMake variables, that create confusing behavior when a CMake cache variable with the same name is set from the command line. The PR does not...

Three files: - mujoco/python/mujoco/usd_exporter.py - mujoco/python/mujoco/usd_component.py - mujoco/python/mujoco/usd_utils.py The USD exporter class handles all the overall USD file and materials. The USD component files handles all the objects in the...

Hello, I have flex object with a definition like Details ```xml ``` I am using [robosuite](https://robosuite.ai/) which has a model for Franka Gripper with the definition like Details ```xml ```...

question

Hi, I've found an inconsistency with the data.contact list between mujoco and mjx. I'm wondering if I've stumbled upon a bug or I've did something wrong. Here's a minimal example...

bug

Hi, I'm a PhD Student and I'm trying to use MuJoCo in Python for Assembly Simulation. I'm overwriting the position of an object so that the object isnt in the...

question

I'm looking for some help with visualization using GLFW library. My models are simulated and rendered correctly, but the viewer window does not respond to mouse and keyboard inputs. I...

question

MuJoCo "include" for composing models is a very powerful feature. It is very useful when one has a large library of models and wants composability between them. Further developing this...

enhancement

Hi, I'm a student and I'm trying to use MuJoCo for simulating my sphere model. OS: Windows 11 MuJoCo Version: 3.1.1 I need to create a hollow sphere to serve...

question