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 a multibody simulation. I was trying to understand the workings of Mujoco better and investigate some bugs that occurred...

question

> Are you thinking to use boxes for now? Go for it! If you have a lot of boxes, consider adding these fields to your model > > https://github.com/google-deepmind/mujoco/blob/a8db22f0d077aee86f771808fd24ea60a148c93f/mjx/mujoco/mjx/test_data/shadow_hand/right_hand.xml#L8-L11 >...

Hi, I'm a student and I'm trying to use MuJoCo for visual simulation and servo control. My simulation environment is small, so I need to make the camera's observable space...

question

Hi, I'm a PhD student and I'm trying to use MuJoCo with ROS 2 to prototype robot workspaces and ROS 2 application software. I have created the following [ROS package](https://github.com/peterdavidfagan/mujoco_ros/tree/main)...

question

When running `mujoco.MjModel.from_xml_path` multiple times in a row in an active python session, the loop at one stage stumbles raises a`Resource not found` error (see console output below). This is...

bug

Hi, I'm a master student trying to use MuJoCo to design an amphibious robot. To simulate the water, my current methodology is to adaptively change the viscosity, density, and wind...

question

Hi, I'm a student and I'm trying to use MuJoCo for training RL policies for space systems. According to the google collab notebook linked in the MuJoCo documentation, one can...

question

Hi, I'm trying to use the new `replicate` tag with the dmcontrol [rodent](https://github.com/google-deepmind/dm_control/blob/main/dm_control/locomotion/walkers/assets/rodent.xml) model, but I run into this error with loading it into Mujoco: ``` ValueError Traceback (most recent...

question

Hello. I am conducting a test to check the sensor data provided by Mujoko. What I want to do at the moment is to change the contact parameters and find...

question

Hi I am Researcher at Georgia Tech, trying to build a simulation of 3 link robots in Mujoco. I have been able to create .obj files from my stl meshes...

question