Best Practices for Implementing New Sensors?

Typically: "How do I... ", "How can I... " questions
Post Reply
Qworg
Posts: 1
Joined: 26 Sep 2013, 09:14

Best Practices for Implementing New Sensors?

Post by Qworg »

I wasn't able to find any information/tutorials on the best practices for implementing sensors of various types.

While I can simulate some of them like this (viewtopic.php?f=9&t=555&p=2393), I'd like some more information as to what's the general method.

Thanks!

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

Re: Best Practices for Implementing New Sensors?

Post by coppelia »

Hello,

in V-REP, you can implement any type of sensor as long as they rely on elementary sensors and objects such as:
The idea is to combine several objects into a model, and add some child scripts to customize your sensor model's behaviour (e.g by adding some noise to your sensor, transforming the data in some other was, then handing the data over to other child scripts or external applications / external hardware)

Cheers

Post Reply