You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-11-13T02:52:36.0526667Z /__w/robotology-superbuild/robotology-superbuild/src/yarp-matlab-bindings/matlab/autogenerated/yarpMATLAB_wrap.cxx: In function 'int _wrap_Image_topIsLowIndex(int, mxArray**, int, mxArray**)':
2024-11-13T02:52:36.0530558Z /__w/robotology-superbuild/robotology-superbuild/src/yarp-matlab-bindings/matlab/autogenerated/yarpMATLAB_wrap.cxx:48892:52: error: 'const class yarp::sig::Image' has no member named 'topIsLowIndex'; did you mean 'topIsLow'?
2024-11-13T02:52:36.0533086Z 48892 | result = (bool)((yarp::sig::Image const *)arg1)->topIsLowIndex();
2024-11-13T02:52:36.0533947Z | ^~~~~~~~~~~~~
2024-11-13T02:52:36.0534561Z | topIsLow
That is because we need to re-build the matlab bindings.
The text was updated successfully, but these errors were encountered:
We had a first failure due to robotology/icub-main#992, that was fixed in robotology/yarp#3148 .
Now we have another failure:
That is because we need to re-build the matlab bindings.
The text was updated successfully, but these errors were encountered: