Making the floor "invisible" to proximity sensors

Typically: "How do I... ", "How can I... " questions
Post Reply
RobAtLab
Posts: 92
Joined: 10 Jan 2018, 17:49

Making the floor "invisible" to proximity sensors

Post by RobAtLab »

Ok, so in the real world I have a robot with a reflection based IR sensor, the stronger the intensity of modulated pulsed IR that comes back is the closer and/or largr an obstacle is. In the real world this sees the floor as a base level of reflection and I can recognise objects by seeing values greater than the intenst level due to floor reflections. On a normal V-REP object I could just turn off visibility for the object, but the floor object doesn't seem to act like a normal V-REP object, I can't seem to get at it's options for visibility to proximity sensors. Any tips? Also is there any practical way to get some kind of reflection like value which will change dependning on how much of the cone has stuff in it and how close that stuff is? The units can be pretty arbitrary as they are for real IR reflection sensors. Or is my only option to make the floor undetectable and just get shortest distances to other objects in the proximity cone? Thanks

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Making the floor "invisible" to proximity sensors

Post by coppelia »

The floor is a model, and it contains objects that are detectable, and other objects that are not detectable. YOu'll have to either open the model hierarchy to parse through its objects, or you can, in the model properties, check Model is not detectable.

You can also adjust your proximity sensor's Limited angle detection.

Cheers

Post Reply