-
Notifications
You must be signed in to change notification settings - Fork 194
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
bindings: Disable extended analog sensor interfaces in java #1817
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve these changes, suggesting an addition:
Even though the lines https://github.com/drdanz/yarp/blob/c12213441b0342e799bbaca49cfde1db1e3881b9/bindings/yarp.i#L771-L779 which define the "view" methods, are not causing problems, it would be better to also disable them such that we disable the interfaces completely.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, but I think that @nunoguedelha suggestion make sense to remove also the view stuff make sense.
c122134
to
a79661b
Compare
@nunoguedelha done. |
Failure is unrelated. Merging this. |
CC-Issue: #1770