-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes pre re-license #1551
Fixes pre re-license #1551
Conversation
As announced in robotology/community#277, these changes break a few things and remove several features from YARP, therefore after the merge, you should not update your |
fa4a1ca
to
6a55364
Compare
I just realized that the |
6a55364
to
f3b7e53
Compare
f3b7e53
to
3a4e482
Compare
Meanwhile I'm investigating the problem on windows... |
3a4e482
to
d571db0
Compare
* Move devices in the src/devices subfolder or in the plugins folder * Remove yarp/dev/IKinectDeviceDriver.h and yarp/dev/IOpenNI2DeviceDriver.h includes * The "serial" device is no longer a plugin. * Several plugins are currently disabled. * Tests for disabled plugins are disabled as well. Fixes robotology#1543 Fixes robotology#1544 Fixes robotology#1545 Fixes robotology#1546 Fixes robotology#1547 Fixes robotology#1548 Fixes robotology#1549
d571db0
to
ce83cb5
Compare
Fixed windows issues (the destructor for |
yarp/dev/IKinectDeviceDriver.h
andyarp/dev/IOpenNI2DeviceDriver.h
includesChangelog will follow since a few changes might be reverted in the next few days.