Skip to content

Commit

Permalink
icub.i: Fix compatibility with SWIG 4.2.1 (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 28, 2024
1 parent 129a482 commit 50d273c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/icub.i
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ using namespace yarp::sig;
%include <iCub/ctrl/adaptWinPolyEstimator.h>
%include <iCub/ctrl/clustering.h>
%include <iCub/ctrl/filters.h>
// Workaround for https://github.com/swig/swig/issues/2828
%ignore waveletIntegrand;
%include <iCub/ctrl/functionEncoder.h>
%include <iCub/ctrl/kalman.h>
%include <iCub/ctrl/math.h>
Expand Down

0 comments on commit 50d273c

Please sign in to comment.