nefc and ncollison overflow (MJX + WARP) #2915
Unanswered
itaouil
asked this question in
Asking for Help
Replies: 1 comment 5 replies
-
|
The warning happens during |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Intro
Hi!
I am a PhD student at TUM, I use MuJoCo for my research on humanoid loco-manipulation.
I recently switched to using MJX with WARP backend. In my MJX model I set the following:
<size nconmax="2000" njmax="500"/>and when I create the the mjx_data I do the following:
mjx_data = mjx.make_data(controller.task.mj_model, impl="warp", nconmax=2000, njmax=500)however, it seems like I might be missing something else in terms of setup because I keep getting the following warnings at runtime:
and I cannot understand why.
I am using:
mujoco 3.3.7 mujoco-mjx 3.3.7 warp-lang 1.9.1any help is appreciated. Thanks :).
My setup
mujoco 3.3.7 mujoco-mjx 3.3.7 warp-lang 1.9.1 Python 3.12.11My question
No response
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions