Change MAX_GEOM in _simulate.py #1502
Unanswered
RafaelsNeurons
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.
-
Hey,
can anyone tell me how I can change MAX_GEOM in _simulate.py ?
I tried to change the value in there bot it does not change and sets itself to 20000 like the original value in this function.
I need to change it, because my simulation crushes because of the Signed Distance Fields and I get a warning to change MAX_GEOM
` def init(self, arg0, arg1, arg2, arg3, arg4, arg5): # real signature unknown; restored from doc
""" init(self: mujoco._simulate.Simulate, arg0: object, arg1: object, arg2: object, arg3: object, arg4: bool, arg5: object) -> None """
pass
Beta Was this translation helpful? Give feedback.
All reactions