robotology / yarp

YARP - Yet Another Robot Platform
http://www.yarp.it
Other
527 stars 195 forks source link

Removed topIsLow in yarp image #3145

Closed randaz81 closed 1 week ago

randaz81 commented 1 month ago

The following methods:

bool topIsLowIndex() const
void setTopIsLowIndex(bool flag);

have been removed from yarp::sig::Image

update-docs[bot] commented 1 month ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>, based on your changes.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

randaz81 commented 1 month ago

Ok for me, we need to fix yarp-matlab-bindings accordingly:

Thank you @Nicogene , I implemented your comment in the PR: https://github.com/robotology/yarp-matlab-bindings/pull/106

traversaro commented 1 month ago

I think we just need to regenerate the bindings once the PR is merged.