You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing jumps out as obviously wrong, but of course staring at code is not the way to fix this. I'd recommend building from source and using a debugger.
Nothing jumps out as obviously wrong, but of course staring at code is not the way to fix this. I'd recommend building from source and using a debugger.
thank you for your help! It was due to an infinite recursive call in the callback function.
Hi, I'm a student and I'm using mujoco3.1.4. with nlopt 2.7.1.
In my code, inverse_kinematics() is called in callback "mycontroller".
then segmentation fault occur.
when I try to call mycontroller() in main(), It work well.
I don't understand why the result is different depending on where I call the callback function.
Is this a bug?
debug result
test.c
constrained.c
test.xml
The text was updated successfully, but these errors were encountered: