for the details:
Q1: The reason why the simulation became slow is that I havn’t set the radius value, which is default -1.
Q2: The usd properties has a visualize param
Q3: The sensors’ data is still error.
What I’m hoping for is that the line of contact or the sensor on the surface will have the value
But the fact is that only one or two sensors have a value or even all zeros.
we are looking into more ways to speed up the contact sensor in the backend, the method you are using is correct
if you don’t want to set a radius for the contact sensor (-1 means anything contacting the parent body will register a contact, anything greater than 0 will do a distance check between the contact sensor and the contact point), you can use the omnigraph node Isaac xPrim Radius Visualizer Node to draw a sphere of desired radius for each contact sensor
we can look into that further, but likely it’s because the contact point is outside the contact sensor radius