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
- Isaac Lab Version: 2.3.0
- Isaac Sim Version: 5.1.0
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