where to find the object's data detected by the proximity sensors?

Typically: "How do I... ", "How can I... " questions
Post Reply
Habiba Ibrahim
Posts: 3
Joined: 17 Sep 2019, 17:43

where to find the object's data detected by the proximity sensors?

Post by Habiba Ibrahim »

Hello Coppelia;
I am making a car model and I used two proximity sensors to detect the obstacles and to get their data, but I don't know where to find those types of data or the sensor readings. I already enabled the boxes of show volume when detecting and show volume when not detecting.

Thanks in advance.

fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: where to find the object's data detected by the proximity sensors?

Post by fferri »

The API function sim.readProximitySensor can read the state of a proximity sensor resulting from a previous detection.

Post Reply