Skip to content

Commit

Permalink
[SWIG] Add support for std::deque of yarp::dev::IControlLimits* (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
xEnVrE authored Jan 7, 2021
1 parent 177938f commit 2e4e349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/icub.i
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ typedef yarp::os::BufferedPort<iCub::skinDynLib::dynContactList> BufferedPortDyn
%template(TypedReaderCallbackDynContactList) yarp::os::TypedReaderCallback<iCub::skinDynLib::dynContactList>;
%template(BufferedPortDynContactList) yarp::os::BufferedPort<iCub::skinDynLib::dynContactList>;

%template(dequeIControlLimitsPtr) std::deque<yarp::dev::IControlLimits*>;

bool init();

Expand Down

0 comments on commit 2e4e349

Please sign in to comment.