CurrentCollisionPairs Not Working As Intended #125
-
I'm trying to retrieve the total collision pairs within the simulator. Based on the documentation provided here it mentions that "After calling this method and stepping once, the result will be saved in
Despite running This is the code that I was using:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @jasoon-chen , we didn't enable this API in the dressing/bathing environment. To understand how the collision pair works, you can add your code to example_deug.py after this line We can enable this function if this is a bottleneck for your algorithm |
Beta Was this translation helpful? Give feedback.
Fixed in #131