Merging sensor and model plugin
Hi guys, I'm developing a laser plugin (sensor type) that when detects an object makes some robot's joints move. The problem is that I don't know how to recover the model from the sensor plugin (in case of a model plugin, I can recover the pointer in the Load function but in this case I have only the sensor's parent). Have you got any ideas about how to solve my problem? Thanks for the attention!