SEGFAULT in libmujoco.so.3.1.3 while using TACTO together with MuJoCo #2024
Unanswered
Pia314
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm a masters student and I'm trying to use MuJoCo for simulating tactile sensors mounted on a robot arm together with TACTO for my thesis.
As a setup I have the Sawyer robot Arm, robotiq 2f-85 gripper and Digit sensors. (see attached meshes.zip). I modified the models from mujoco_menagerie here .
For the TACTO extension I use the bridge from TACTO-MuJoCo here
(Attention to reproduce my setup you have to change the coordinate order in
tacto/sensor_mujoco.py
in line 80 toordering="YXZ"
.My demo_mujoco_digit.py file looks like this:
Now it happens that from time to time I have a SEGFAULT in the simulation (I have the impression that it occurs more often when the gripper scrapes on the ground while the sensors are in contact with the object)
To me it looks like there is a bug on the Mujoco side. There is a bug with libmujoco.so.3.1.3. There is also a coredump here (using python 3.8 like in the setup fro TACTO-mujoco):
See coredump_3.8.txt
I have now tried to update to python 3.11 to see if it no longer occurs in new software.
But even here the error still occurs, but the coredump is different:
See coredump_3.11.txt
Can you fix this in Mujoco or help me to get rid of the segfault. Thank you.
Pia
Beta Was this translation helpful? Give feedback.
All reactions