Replies: 1 comment
-
Hi @i1Cps , I recommend checking the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the correct way to view contact pairs at time step? (MJX pipeline)
Seems to return all possible contact pairs rather then contact pairs at the timestep of "data". Should I be checking the force of each pair and verifying that its not equal to zero?
also returns a number similar to the maximum number of possible contact pairs (some pairs are repeated) rather than collisions detected.
I would have intuitively tried:
But since every possible contact pair is flattened it always returns
True
.Beta Was this translation helpful? Give feedback.
All reactions