Page 1 of 1

Sensor noise

Posted: 31 Jul 2018, 03:21
by psj8252
Is there noise in v-rep sensors??

or Can I control sensor noise?

Re: Sensor noise

Posted: 31 Jul 2018, 07:06
by coppelia
Hello,

V-REP sensors are generally noise-less. Some sensors (e.g. vision sensor based sensor) have noise that comes from the way OpenGL computes and handles things (e.g. the depth buffer).

But you are free to implement your own noise model on top of the sensor output (e.g. via a script function).

Cheers