Open firstprayer opened 9 years ago
@firstprayer Though without taking a deeper look, your idea sounds interesting, and probably worth asking in more higher level community, like drivers SIG.
Just from curiosity for Leap driver, do you have particular types of data you want to receive/omit?
Also, speaking of the performance I just opened #14 for the configurable ROS message frequency.
From my experience, extending this driver is not difficult. If I need more data, all I need to do is to define more fields in the message, add some very trivial code, and it works. So, reading more data is not a problem.
But, what if someone what less data? Transform more data clearly make it less efficient, under the case where only very simple data is needed.
There're two ways, perhaps:
I actually recommend the latter approach. The basic idea is like https://github.com/angular/angular-seed
Let me know the your comments on this idea :)