[Question] Contact reporter initialization fails #5155
Replies: 6 comments
-
|
Thank you for posting this. Two concrete issues in your snippet:
1. Fix the contact sensor
|
Beta Was this translation helpful? Give feedback.
-
|
I see the issues; thank you for your help! |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, the error persists no matter which prim I target in the path (I've targetted examples above as well as several regexes). I assume that setting the enable_contact_sensors flag trickles down to the rigid bodies, right? I not, I suspect that that is the issues, but otherwise I'm not sure. |
Beta Was this translation helpful? Give feedback.
-
|
I actually believe that it's an issue with replicate_physics. In the meantime, the only solution that I can see is to disable it. |
Beta Was this translation helpful? Give feedback.
-
|
Following up, I'll move then this issue to our Discussions section for follow-up. |
Beta Was this translation helpful? Give feedback.
-
|
what's the meaning and screen showing of ave contact reporting enabled |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I use a contact sensor in my scene (It is attached to the articulation in the provided code, but the issues persists regardless of the parent prim), and have set activate_contact_sensors=True for several prims. I have also changed the parent prim with no success.
The exact error message is:
RuntimeError: Sensor at path '/World/envs/env_.*/Robot' could not find any bodies with contact reporter API.
HINT: Make sure to enable 'activate_contact_sensors' in the corresponding asset spawn configuration.
Has anyone encountered this issue before? If so, is there a fix? I've reviewed functional scripts using contact sensors, but I can't find the difference that is causing this.
scene_cfg.py
Build Info
Beta Was this translation helpful? Give feedback.
All reactions