Hello!
I want to use the Leap Motion controller in an open source ROS project and I want to enable Travis CI tests on that repository (link). However in order to do that I would need to a few files (libLeap.so, Leap.h etc) from the LeapSDK v2 to be present in the repository. I had a look into the SDK Terms and Conditions and it said the following:
2.2.2. You may not, directly or indirectly, publish, post or otherwise make available the Leap Motion Redistributables other than as compiled with, incorporated into, or packaged with, your Application.
So my question is would adding the neccessary files to the repo be counted under compiled with, incorporated into, or packaged with
or would it violate the SDK terms and conditions?
Thanks!